From: David Seifert Date: Sun, 23 Apr 2017 08:32:00 +0000 (+0200) Subject: dev-libs/marisa: [QA] Add missing python metadata variables X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0550c5486506edba4456df0eb2aac15a6528e5de;p=gentoo.git dev-libs/marisa: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- 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() {