From: Andreas K. Hüttel Date: Fri, 17 Jan 2020 05:25:23 +0000 (+0100) Subject: dev-libs/redland-bindings: Finish the bump somewhat experimentally X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ee97adb346fdc1c532b8f45f3dcfde9713208617;p=gentoo.git 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 --- 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