diff options
author | Brian Evans <grknight@gentoo.org> | 2016-06-29 13:33:10 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-06-29 13:33:45 -0400 |
commit | cc5fed713be2309ef19f6347ccd7bbfc348c3861 (patch) | |
tree | ea1dde7af8ce022faba940ee3e85494833480717 /dev-php/pecl-cairo | |
parent | app-arch/xdms: revision bump to avoid calling prepalldocs (diff) | |
download | gentoo-cc5fed713be2309ef19f6347ccd7bbfc348c3861.tar.gz gentoo-cc5fed713be2309ef19f6347ccd7bbfc348c3861.tar.bz2 gentoo-cc5fed713be2309ef19f6347ccd7bbfc348c3861.zip |
dev-php/pecl-cairo: Replace php5-4 USE with php5-6
Builds OK with 5.6 and tests pass
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/pecl-cairo')
-rw-r--r-- | dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild index 22101e27fc79..a4c6e27e71b3 100644 --- a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild +++ b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" DOCS="TODO" -USE_PHP="php5-4 php5-5" +USE_PHP="php5-5 php5-6" inherit php-ext-pecl-r2 |