summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-03 13:14:18 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-03 13:14:18 +0000
commit409b30aecbc52347c6f74fc78744b883ffbf75d8 (patch)
tree15a17f060e743fc9f37ded7b5b499822338a7905 /sys-libs/ntdb/ntdb-1.0-r1.ebuild
parentAdd PYTHON_REQ_USE as necessary for waf. (diff)
downloadhistorical-409b30aecbc52347c6f74fc78744b883ffbf75d8.tar.gz
historical-409b30aecbc52347c6f74fc78744b883ffbf75d8.tar.bz2
historical-409b30aecbc52347c6f74fc78744b883ffbf75d8.zip
Add PYTHON_REQ_USE and DEPEND as necessary for waf.
Package-Manager: portage-2.2.15/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'sys-libs/ntdb/ntdb-1.0-r1.ebuild')
-rw-r--r--sys-libs/ntdb/ntdb-1.0-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 768b365d16f7..3f66dae542e2 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.1 2014/06/12 20:49:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.2 2015/01/03 13:14:16 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1
@@ -22,6 +23,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="python? ( ${PYTHON_DEPS} )"
DEPEND="!!<net-fs/samba-4.1.7
${RDEPEND}
+ ${PYTHON_DEPS}
app-text/docbook-xml-dtd:4.2"
WAF_BINARY="${S}/buildtools/bin/waf"