summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-23 10:45:06 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-23 13:23:07 +0200
commit72da253f09320eba239cbedc321e4a2de63abba1 (patch)
tree4476b57b161c0df27242f33709dceea84cc54e36 /dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
parentdev-libs/protobuf: [QA] Add missing python metadata variables (diff)
downloadgentoo-72da253f09320eba239cbedc321e4a2de63abba1.tar.gz
gentoo-72da253f09320eba239cbedc321e4a2de63abba1.tar.bz2
gentoo-72da253f09320eba239cbedc321e4a2de63abba1.zip
dev-libs/redland-bindings: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild')
-rw-r--r--dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
index d4b5e173ea0c..3f0b66efb177 100644
--- a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
+++ b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.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
@@ -15,13 +15,14 @@ LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos"
IUSE="lua perl python php ruby"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/redland-1.0.14
- lua? ( >=dev-lang/lua-5.1 )
+ lua? ( >=dev-lang/lua-5.1:0 )
perl? ( dev-lang/perl:= )
- php? ( dev-lang/php )
+ php? ( dev-lang/php:* )
python? ( ${PYTHON_DEPS} )
- ruby? ( dev-lang/ruby dev-ruby/log4r )"
+ ruby? ( dev-lang/ruby:* dev-ruby/log4r )"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-lang/swig-2