diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 10:32:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:22:48 +0200 |
commit | 0550c5486506edba4456df0eb2aac15a6528e5de (patch) | |
tree | 01c8eaf2c6afdef79e81cc210e1002cf150a8db4 /dev-libs/marisa | |
parent | dev-libs/locked_sstream: [QA] Add missing python metadata variables (diff) | |
download | gentoo-0550c5486506edba4456df0eb2aac15a6528e5de.tar.gz gentoo-0550c5486506edba4456df0eb2aac15a6528e5de.tar.bz2 gentoo-0550c5486506edba4456df0eb2aac15a6528e5de.zip |
dev-libs/marisa: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/marisa')
-rw-r--r-- | dev-libs/marisa/marisa-0.2.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/marisa/marisa-0.2.4.ebuild b/dev-libs/marisa/marisa-0.2.4.ebuild index 25d981023c3b..53e6787bcb35 100644 --- a/dev-libs/marisa/marisa-0.2.4.ebuild +++ b/dev-libs/marisa/marisa-0.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,8 +17,9 @@ SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~x86" IUSE="python doc static-libs cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_sse4a cpu_flags_x86_popcnt" -DEPEND="python? ( dev-lang/swig ${PYTHON_DEPS} )" RDEPEND="python? ( ${PYTHON_DEPS} )" +DEPEND="${RDEPEND} + python? ( dev-lang/swig )" # implied by --enable switches REQUIRED_USE=" @@ -28,6 +29,7 @@ REQUIRED_USE=" cpu_flags_x86_sse4_1? ( cpu_flags_x86_ssse3 ) cpu_flags_x86_ssse3? ( cpu_flags_x86_sse3 ) cpu_flags_x86_sse3? ( cpu_flags_x86_sse2 ) + python? ( ${PYTHON_REQUIRED_USE} ) " src_prepare() { |