From 68386dc5ce420510170f7e8d1d43778c938f58e3 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 23 Apr 2017 10:49:16 +0200 Subject: dev-libs/stfl: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-libs/stfl/stfl-0.23.ebuild | 12 ++++++------ dev-libs/stfl/stfl-0.24.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'dev-libs/stfl') 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 \ -- cgit v1.2.3-65-gdbad