diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-04 08:08:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-04 08:08:39 +0000 |
commit | 340739b18ad4f9421aee5a7f4eee76cbc92fcdf3 (patch) | |
tree | c3543593b49dd511f51c9a3cfcabcd57f7e8833f /dev-php | |
parent | Stable for amd64, wrt bug #534568 (diff) | |
download | gentoo-2-340739b18ad4f9421aee5a7f4eee76cbc92fcdf3.tar.gz gentoo-2-340739b18ad4f9421aee5a7f4eee76cbc92fcdf3.tar.bz2 gentoo-2-340739b18ad4f9421aee5a7f4eee76cbc92fcdf3.zip |
Stable for amd64, wrt bug #534554
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-apcu/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/pecl-apcu/ChangeLog b/dev-php/pecl-apcu/ChangeLog index 2c9cd296e450..52d1d1f0ebc7 100644 --- a/dev-php/pecl-apcu/ChangeLog +++ b/dev-php/pecl-apcu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/pecl-apcu -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.11 2014/10/15 14:44:31 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.12 2015/01/04 08:08:39 ago Exp $ + + 04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pecl-apcu-4.0.7.ebuild: + Stable for amd64, wrt bug #534554 *pecl-apcu-4.0.7 (15 Oct 2014) diff --git a/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild b/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild index f76e227edaa1..dc2ccc71b68c 100644 --- a/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild,v 1.1 2014/10/15 14:44:31 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.7.ebuild,v 1.2 2015/01/04 08:08:39 ago Exp $ EAPI=5 @@ -19,7 +19,7 @@ inherit php-ext-pecl-r2 confutils eutils S="${WORKDIR}/apcu-${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DESCRIPTION="Stripped down version of APC supporting only user cache" LICENSE="PHP-3.01" |