diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 10:49:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:23:12 +0200 |
commit | 68386dc5ce420510170f7e8d1d43778c938f58e3 (patch) | |
tree | a1632ea360a9a50f4c19a358e15f0632940a4e02 /dev-libs/stfl | |
parent | dev-libs/redland-bindings: [QA] Add missing python metadata variables (diff) | |
download | gentoo-68386dc5ce420510170f7e8d1d43778c938f58e3.tar.gz gentoo-68386dc5ce420510170f7e8d1d43778c938f58e3.tar.bz2 gentoo-68386dc5ce420510170f7e8d1d43778c938f58e3.zip |
dev-libs/stfl: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/stfl')
-rw-r--r-- | dev-libs/stfl/stfl-0.23.ebuild | 12 | ||||
-rw-r--r-- | dev-libs/stfl/stfl-0.24.ebuild | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/dev-libs/stfl/stfl-0.23.ebuild b/dev-libs/stfl/stfl-0.23.ebuild index 6984ecd5ca42..212ff7317c56 100644 --- a/dev-libs/stfl/stfl-0.23.ebuild +++ b/dev-libs/stfl/stfl-0.23.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 @@ -14,19 +14,19 @@ LICENSE="LGPL-3" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="examples perl python ruby static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -COMMON_DEPEND=" - sys-libs/ncurses[unicode] +RDEPEND=" + sys-libs/ncurses:0=[unicode] perl? ( dev-lang/perl:= ) - ruby? ( dev-lang/ruby ) + ruby? ( dev-lang/ruby:* ) python? ( ${PYTHON_DEPS} ) " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} perl? ( dev-lang/swig ) python? ( >=dev-lang/swig-1.3.40 ) ruby? ( dev-lang/swig ) " -RDEPEND="${COMMON_DEPEND}" src_prepare() { sed -i \ diff --git a/dev-libs/stfl/stfl-0.24.ebuild b/dev-libs/stfl/stfl-0.24.ebuild index 9ffa242a658c..d768aac0714b 100644 --- a/dev-libs/stfl/stfl-0.24.ebuild +++ b/dev-libs/stfl/stfl-0.24.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 @@ -14,19 +14,19 @@ LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples perl python ruby static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -COMMON_DEPEND=" - sys-libs/ncurses[unicode] +RDEPEND=" + sys-libs/ncurses:0=[unicode] perl? ( dev-lang/perl:= ) - ruby? ( dev-lang/ruby ) + ruby? ( dev-lang/ruby:* ) python? ( ${PYTHON_DEPS} ) " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} perl? ( dev-lang/swig ) python? ( >=dev-lang/swig-1.3.40 ) ruby? ( dev-lang/swig ) " -RDEPEND="${COMMON_DEPEND}" src_prepare() { sed -i \ |