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-zmq/
Date: Thu, 15 Apr 2021 16:36:29
Message-Id: 1618504561.ff1f10fb1c3d10c6b2e0f8fbc6c28814106e861e.grknight@gentoo
1 commit: ff1f10fb1c3d10c6b2e0f8fbc6c28814106e861e
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 16:36:01 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 16:36:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1f10fb
7
8 dev-php/pecl-zmq: Bump targets on live ebuild
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
16 index 538ecc14c75..a0147e05ff5 100644
17 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
18 +++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25
26 -USE_PHP="php7-2 php7-3 php7-4"
27 +USE_PHP="php7-3 php7-4 php8-0"
28 inherit php-ext-pecl-r3
29
30 if [[ ${PV} == "9999" ]]; then