diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-04 08:10:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-04 08:10:28 +0000 |
commit | f6000a80e05b3c5028ae4f6a9d8021d0cb53a87b (patch) | |
tree | 3bcafb0e279238c2e514255f0be21537ca811d0f /dev-php | |
parent | Stable for x86, wrt bug #534556 (diff) | |
download | gentoo-2-f6000a80e05b3c5028ae4f6a9d8021d0cb53a87b.tar.gz gentoo-2-f6000a80e05b3c5028ae4f6a9d8021d0cb53a87b.tar.bz2 gentoo-2-f6000a80e05b3c5028ae4f6a9d8021d0cb53a87b.zip |
Stable for x86, wrt bug #534558
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/igbinary/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/igbinary/igbinary-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/igbinary/ChangeLog b/dev-php/igbinary/ChangeLog index 9bd77ecba78e..8bcf4cbd823a 100644 --- a/dev-php/igbinary/ChangeLog +++ b/dev-php/igbinary/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/igbinary # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.13 2015/01/04 08:08:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.14 2015/01/04 08:10:28 ago Exp $ + + 04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> igbinary-1.2.1.ebuild: + Stable for x86, wrt bug #534558 04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> igbinary-1.2.1.ebuild: Stable for amd64, wrt bug #534558 diff --git a/dev-php/igbinary/igbinary-1.2.1.ebuild b/dev-php/igbinary/igbinary-1.2.1.ebuild index eeb8e25af606..1dfa095c6709 100644 --- a/dev-php/igbinary/igbinary-1.2.1.ebuild +++ b/dev-php/igbinary/igbinary-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v 1.2 2015/01/04 08:08:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v 1.3 2015/01/04 08:10:28 ago Exp $ EAPI="5" PHP_EXT_NAME="igbinary" @@ -12,7 +12,7 @@ USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-source-r2 -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="A fast drop in replacement for the standard PHP serialize" HOMEPAGE="https://github.com/igbinary/igbinary" |