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 | dev-db/postgresql: [QA] Add missing python metadata variables (diff) | |
download | gentoo-1e15177a5c26df4b0301cf631a254a7c69063888.tar.gz gentoo-1e15177a5c26df4b0301cf631a254a7c69063888.tar.bz2 gentoo-1e15177a5c26df4b0301cf631a254a7c69063888.zip |
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 652659ae8d8a..d0d9bf0e1161 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 912e2d276ecd..6496d0467b15 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(+)] |