summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-06-25 13:00:50 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-06-25 13:00:50 +0000
commit344cdd5d3b1e5b6113258b45f9bfb707c95db22b (patch)
tree544ca10d8a6579d5d67cd7f3c741945b10f34ea8 /dev-php/igbinary
parentStable for amd64, wrt bug #473840 (diff)
downloadgentoo-2-344cdd5d3b1e5b6113258b45f9bfb707c95db22b.tar.gz
gentoo-2-344cdd5d3b1e5b6113258b45f9bfb707c95db22b.tar.bz2
gentoo-2-344cdd5d3b1e5b6113258b45f9bfb707c95db22b.zip
Stable for amd64, wrt bug #470440
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r--dev-php/igbinary/ChangeLog5
-rw-r--r--dev-php/igbinary/igbinary-1.1.1-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/igbinary/ChangeLog b/dev-php/igbinary/ChangeLog
index c8daf7a12412..058f00dd19af 100644
--- a/dev-php/igbinary/ChangeLog
+++ b/dev-php/igbinary/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/igbinary
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.8 2013/06/25 12:16:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.9 2013/06/25 13:00:50 ago Exp $
+
+ 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> igbinary-1.1.1-r2.ebuild:
+ Stable for amd64, wrt bug #470440
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> igbinary-1.1.1-r2.ebuild:
Stable for x86, wrt bug #470440
diff --git a/dev-php/igbinary/igbinary-1.1.1-r2.ebuild b/dev-php/igbinary/igbinary-1.1.1-r2.ebuild
index be163426e876..86c0899a444e 100644
--- a/dev-php/igbinary/igbinary-1.1.1-r2.ebuild
+++ b/dev-php/igbinary/igbinary-1.1.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1-r2.ebuild,v 1.3 2013/06/25 12:16:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1-r2.ebuild,v 1.4 2013/06/25 13:00:50 ago Exp $
EAPI="5"
PHP_EXT_NAME="igbinary"
@@ -12,7 +12,7 @@ USE_PHP="php5-5 php5-3 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="http://opensource.dynamoid.com/"