Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/
Date: Thu, 06 Jun 2019 12:19:51
Message-Id: 1559823503.a76e30a366a41ec7028b0067df406c82faf56ec9.whissi@gentoo
1 commit: a76e30a366a41ec7028b0067df406c82faf56ec9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 12:18:23 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 12:18:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76e30a3
7
8 dev-php/pecl-gnupg: add php7-3 support
9
10 Closes: https://bugs.gentoo.org/687506
11 Package-Manager: Portage-2.3.67, Repoman-2.3.14
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild
18 index d4642afe226..44d00d666d4 100644
19 --- a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild
20 +++ b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no"
28 PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
29 PHP_EXT_S="${WORKDIR}/${MY_P}"
30
31 -USE_PHP="php5-6 php7-0 php7-1 php7-2"
32 +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
33
34 inherit php-ext-pecl-r3