summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-01-17 06:25:23 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-01-17 06:25:58 +0100
commitee97adb346fdc1c532b8f45f3dcfde9713208617 (patch)
tree761444cf7c2f6bd9645f00ff3aaf78c498b0b9a2 /dev-libs/redland-bindings
parentmail-mta/postfix: bump to 3.5_pre20200112 (diff)
downloadgentoo-ee97adb346fdc1c532b8f45f3dcfde9713208617.tar.gz
gentoo-ee97adb346fdc1c532b8f45f3dcfde9713208617.tar.bz2
gentoo-ee97adb346fdc1c532b8f45f3dcfde9713208617.zip
dev-libs/redland-bindings: Finish the bump somewhat experimentally
Closes: https://bugs.gentoo.org/526158 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-libs/redland-bindings')
-rw-r--r--dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild
index b03e9531a939..73d8c3bf66ef 100644
--- a/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild
+++ b/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
-USE_PHP="php7-2"
+USE_PHP="php7-2 php7-3 php7-4"
PHP_EXT_NAME="redland"
PHP_EXT_OPTIONAL_USE="php"
PHP_EXT_SKIP_PHPIZE="yes"
@@ -18,7 +18,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz"
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux ~ppc-macos"
IUSE="lua perl python php ruby"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -27,8 +27,12 @@ RDEPEND=">=dev-libs/redland-1.0.14
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
ruby? ( dev-lang/ruby dev-ruby/log4r )
+ php? (
+ php_targets_php7-2? ( dev-lang/php:7.2[-threads] )
+ php_targets_php7-3? ( dev-lang/php:7.3[-threads] )
+ php_targets_php7-4? ( dev-lang/php:7.4[-threads] )
+ )
"
-# php? ( php_targets_php5-6? ( dev-lang/php:5.6[-threads] ) )
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-lang/swig-2