dev-libs/redland-bindings: Finish the bump somewhat experimentally
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 17 Jan 2020 05:25:23 +0000 (06:25 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 17 Jan 2020 05:25:58 +0000 (06:25 +0100)
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>
dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild

index b03e9531a9396d94bd902784e085dc284e22f71c..73d8c3bf66efee9f7acc0c16414be6aff54fd661 100644 (file)
@@ -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