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-cairo/
Date: Wed, 29 Jun 2016 17:34:00
Message-Id: 1467221625.cc5fed713be2309ef19f6347ccd7bbfc348c3861.grknight@gentoo
1 commit: cc5fed713be2309ef19f6347ccd7bbfc348c3861
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 17:33:10 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 17:33:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5fed71
7
8 dev-php/pecl-cairo: Replace php5-4 USE with php5-6
9
10 Builds OK with 5.6 and tests pass
11
12 Package-Manager: portage-2.3.0
13
14 dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
18 index 22101e2..a4c6e27 100644
19 --- a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
20 +++ b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -6,7 +6,7 @@ EAPI="5"
28
29 DOCS="TODO"
30
31 -USE_PHP="php5-4 php5-5"
32 +USE_PHP="php5-5 php5-6"
33
34 inherit php-ext-pecl-r2