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-yaz/
Date: Fri, 06 Apr 2018 13:48:52
Message-Id: 1523022470.63da9745ea99790914f34b321b064db64cd3cd5f.grknight@gentoo
1 commit: 63da9745ea99790914f34b321b064db64cd3cd5f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 15:04:19 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 13:47:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63da9745
7
8 dev-php/pecl-yaz: Revbump for php 7.2 support
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-php/pecl-yaz/{pecl-yaz-1.2.2.ebuild => pecl-yaz-1.2.2-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild
16 similarity index 85%
17 rename from dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild
18 rename to dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild
19 index 8c86ba44950..aa7a51a8b8a 100644
20 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild
21 +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
29 PHP_EXT_ZENDEXT="no"
30 DOCS=( README )
31
32 -USE_PHP="php5-6 php7-0 php7-1"
33 +USE_PHP="php5-6 php7-0 php7-1 php7-2"
34
35 inherit php-ext-pecl-r3