diff options
author | Brian Evans <grknight@gentoo.org> | 2022-12-12 13:21:10 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-12-12 13:21:10 -0500 |
commit | 1c8dd2fcb2df324af81383b68532291f08041e79 (patch) | |
tree | d169d5c954108faec5d0f1cdebf55bc3a1c0080b /dev-php/pecl-rrd | |
parent | dev-ada/libadalang: require newer gnatcoll-bindings (diff) | |
download | gentoo-1c8dd2fcb2df324af81383b68532291f08041e79.tar.gz gentoo-1c8dd2fcb2df324af81383b68532291f08041e79.tar.bz2 gentoo-1c8dd2fcb2df324af81383b68532291f08041e79.zip |
dev-php/pecl-rrd: Adjust targets on 2.0.3
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-rrd')
-rw-r--r-- | dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild b/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild index 034811552435..7cdb21a8d0eb 100644 --- a/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild +++ b/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -USE_PHP="php7-3 php7-4 php8-0" +USE_PHP="php7-4 php8-0 php8-1 php8-2" inherit php-ext-pecl-r3 @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="net-analyzer/rrdtool[graph(-)]" RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" #PATCHES=( "${FILESDIR}/${PV}" ) PHP_EXT_ECONF_ARGS=() |