summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-06-25 12:16:08 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-06-25 12:16:08 +0000
commit65d34097f8aa093082a556101c6bc79277b85070 (patch)
tree2b26e0d6b33a65fc230de1e941e22e2812e1f444 /dev-php/igbinary
parentStable for x86, wrt bug #473840 (diff)
downloadgentoo-2-65d34097f8aa093082a556101c6bc79277b85070.tar.gz
gentoo-2-65d34097f8aa093082a556101c6bc79277b85070.tar.bz2
gentoo-2-65d34097f8aa093082a556101c6bc79277b85070.zip
Stable for x86, wrt bug #470440
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 28b7c40b1816..c8daf7a12412 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.7 2013/04/01 07:32:33 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.8 2013/06/25 12:16:08 ago Exp $
+
+ 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> igbinary-1.1.1-r2.ebuild:
+ Stable for x86, wrt bug #470440
01 Apr 2013; Ole Markus With <olemarkus@gentoo.org> +files/zts-fix.patch,
igbinary-1.1.1-r2.ebuild:
diff --git a/dev-php/igbinary/igbinary-1.1.1-r2.ebuild b/dev-php/igbinary/igbinary-1.1.1-r2.ebuild
index 8a33c66dad76..be163426e876 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.2 2013/04/01 07:32:33 olemarkus Exp $
+# $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 $
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/"