net-dns/bind: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 19:38:57 +0000 (21:38 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 20:58:05 +0000 (22:58 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

net-dns/bind/bind-9.10.4_p4.ebuild
net-dns/bind/bind-9.11.0_p2.ebuild
net-dns/bind/bind-9.11.0_p3.ebuild

index cb8726ae585af5cc7750532725d5938cefe1529d..de54dd9f9a8f5c0be2cad12096a00b3df5c10dcc 100644 (file)
@@ -51,7 +51,8 @@ REQUIRED_USE="postgres? ( dlz )
        odbc? ( dlz )
        ldap? ( dlz )
        gost? ( !libressl ssl )
-       threads? ( caps )"
+       threads? ( caps )
+       python? ( ${PYTHON_REQUIRED_USE} )"
 # sdb-ldap? ( dlz )
 
 DEPEND="
@@ -70,7 +71,8 @@ DEPEND="
        gssapi? ( virtual/krb5 )
        gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
        seccomp? ( sys-libs/libseccomp )
-       json? ( dev-libs/json-c )"
+       json? ( dev-libs/json-c )
+       python? ( ${PYTHON_DEPS} )"
 #      sdb-ldap? ( net-nds/openldap )
 
 RDEPEND="${DEPEND}
index 67a0bdd2b8f5e39de85347469e31dd4a1ca4dfbf..48e5deb8a31946b004c8b3c50dac02f0e38c6dc7 100644 (file)
@@ -53,7 +53,8 @@ REQUIRED_USE="postgres? ( dlz )
        ldap? ( dlz )
        gost? ( !libressl ssl )
        threads? ( caps )
-       dnstap? ( threads )"
+       dnstap? ( threads )
+       python? ( ${PYTHON_REQUIRED_USE} )"
 # sdb-ldap? ( dlz )
 
 DEPEND="
@@ -76,7 +77,10 @@ DEPEND="
        lmdb? ( dev-db/lmdb )
        zlib? ( sys-libs/zlib )
        dnstap? ( dev-libs/fstrm dev-libs/protobuf-c )
-       python? ( dev-python/ply[${PYTHON_USEDEP}] )"
+       python? (
+               ${PYTHON_DEPS}
+               dev-python/ply[${PYTHON_USEDEP}]
+       )"
 #      sdb-ldap? ( net-nds/openldap )
 
 RDEPEND="${DEPEND}
index f5803cd32ef885f1c68ce3ef06780da84dd23df6..01f489573adaaa0c783b39157cd02460aa7793fa 100644 (file)
@@ -53,7 +53,8 @@ REQUIRED_USE="postgres? ( dlz )
        ldap? ( dlz )
        gost? ( !libressl ssl )
        threads? ( caps )
-       dnstap? ( threads )"
+       dnstap? ( threads )
+       python? ( ${PYTHON_REQUIRED_USE} )"
 # sdb-ldap? ( dlz )
 
 DEPEND="
@@ -76,7 +77,10 @@ DEPEND="
        lmdb? ( dev-db/lmdb )
        zlib? ( sys-libs/zlib )
        dnstap? ( dev-libs/fstrm dev-libs/protobuf-c )
-       python? ( dev-python/ply[${PYTHON_USEDEP}] )"
+       python? (
+               ${PYTHON_DEPS}
+               dev-python/ply[${PYTHON_USEDEP}]
+       )"
 #      sdb-ldap? ( net-nds/openldap )
 
 RDEPEND="${DEPEND}