Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu/
Date: Wed, 29 Jun 2022 01:25:52
Message-Id: 1656465854.8bf82ab70e81e2852e7249dfc30b8d246020e866.grknight@gentoo
1 commit: 8bf82ab70e81e2852e7249dfc30b8d246020e866
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 01:24:14 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 01:24:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf82ab7
7
8 dev-php/pecl-apcu: Drop old PHP targets
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
16 index 76efe265be57..8f7d2af61a28 100644
17 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
18 +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
26 PHP_EXT_ZENDEXT="no"
27 DOCS=( NOTICE README.md TECHNOTES.txt )
28
29 -USE_PHP="php7-2 php7-3 php7-4 php8-0 php8-1"
30 +USE_PHP="php7-4 php8-0 php8-1"
31
32 inherit php-ext-pecl-r3