dev-db/tokumx: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 07:27:54 +0000 (09:27 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:21:03 +0000 (13:21 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-db/tokumx/tokumx-1.5.0-r2.ebuild
dev-db/tokumx/tokumx-2.0.2.ebuild

index 652659ae8d8add381ebe171b801b8ef6108e523f..d0d9bf0e11613aedc07db10fa455ace2914dbc27 100644 (file)
@@ -17,8 +17,10 @@ LICENSE="AGPL-3 Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="pax_kernel"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+       ${PYTHON_DEPS}
        dev-libs/jemalloc
        >=dev-libs/boost-1.50[threads(+)]
        >=dev-libs/libpcre-8.30[cxx]
index 912e2d276ecdb0ec6d232603cc03d64abcc67076..6496d0467b15ef3c29c061726f2801bca95950d0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,8 +17,10 @@ LICENSE="AGPL-3 Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="pax_kernel"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+       ${PYTHON_DEPS}
        dev-libs/jemalloc
        !dev-libs/mongo-cxx-driver
        >=dev-libs/boost-1.50[threads(+)]