diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 09:27:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:21:03 +0200 |
commit | 1e15177a5c26df4b0301cf631a254a7c69063888 (patch) | |
tree | 76e12d54439931bbc43d906fe8fbdd853864f3a6 /dev-db/tokumx | |
parent | 5c859d0a6e76b72e5742ec289be32f4e33b37f2b (diff) | |
download | gentoo-1e15177a5c26df4b0301cf631a254a7c69063888.tar.gz gentoo-1e15177a5c26df4b0301cf631a254a7c69063888.tar.xz |
dev-db/tokumx: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-db/tokumx')
-rw-r--r-- | dev-db/tokumx/tokumx-1.5.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-db/tokumx/tokumx-2.0.2.ebuild | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-db/tokumx/tokumx-1.5.0-r2.ebuild b/dev-db/tokumx/tokumx-1.5.0-r2.ebuild index 652659ae8d8..d0d9bf0e116 100644 --- a/dev-db/tokumx/tokumx-1.5.0-r2.ebuild +++ b/dev-db/tokumx/tokumx-1.5.0-r2.ebuild @@ -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] diff --git a/dev-db/tokumx/tokumx-2.0.2.ebuild b/dev-db/tokumx/tokumx-2.0.2.ebuild index 912e2d276ec..6496d0467b1 100644 --- a/dev-db/tokumx/tokumx-2.0.2.ebuild +++ b/dev-db/tokumx/tokumx-2.0.2.ebuild @@ -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(+)] |