diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-04 08:08:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-04 08:08:49 +0000 |
commit | ec70c6570fb7dcd6fddd7c5f7e8c4da7b1bc55cc (patch) | |
tree | 87360db42441c165bd0b53c7d7a0dda208b9d9e1 /dev-php | |
parent | Stable for amd64, wrt bug #534556 (diff) | |
download | gentoo-2-ec70c6570fb7dcd6fddd7c5f7e8c4da7b1bc55cc.tar.gz gentoo-2-ec70c6570fb7dcd6fddd7c5f7e8c4da7b1bc55cc.tar.bz2 gentoo-2-ec70c6570fb7dcd6fddd7c5f7e8c4da7b1bc55cc.zip |
Stable for amd64, wrt bug #534558
(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/igbinary/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/igbinary/igbinary-1.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/igbinary/ChangeLog b/dev-php/igbinary/ChangeLog index 68e4dfb7daff..9bd77ecba78e 100644 --- a/dev-php/igbinary/ChangeLog +++ b/dev-php/igbinary/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/igbinary -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.12 2014/10/09 20:28:47 grknight Exp $ +# 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 $ + + 04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> igbinary-1.2.1.ebuild: + Stable for amd64, wrt bug #534558 *igbinary-1.2.1 (01 Oct 2014) diff --git a/dev-php/igbinary/igbinary-1.2.1.ebuild b/dev-php/igbinary/igbinary-1.2.1.ebuild index 7b4bfc63fa1d..eeb8e25af606 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-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/igbinary/igbinary-1.2.1.ebuild,v 1.1 2014/10/01 03:11:15 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v 1.2 2015/01/04 08:08:49 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" |