summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-08-22 11:27:27 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-08-22 11:27:27 +0000
commit14f2f0d42f079fe380b329cb8936e9b8f53fe605 (patch)
tree62a416edf95c3225479dfbdc1d848387ebcba519 /dev-php/pecl-memcached
parentStable for amd64, wrt bug #427024 (diff)
downloadgentoo-2-14f2f0d42f079fe380b329cb8936e9b8f53fe605.tar.gz
gentoo-2-14f2f0d42f079fe380b329cb8936e9b8f53fe605.tar.bz2
gentoo-2-14f2f0d42f079fe380b329cb8936e9b8f53fe605.zip
Stable for amd64, wrt bug #427024
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/pecl-memcached')
-rw-r--r--dev-php/pecl-memcached/ChangeLog5
-rw-r--r--dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/pecl-memcached/ChangeLog b/dev-php/pecl-memcached/ChangeLog
index 4b1fb06087df..a6bb0f70a2f5 100644
--- a/dev-php/pecl-memcached/ChangeLog
+++ b/dev-php/pecl-memcached/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/pecl-memcached
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/ChangeLog,v 1.5 2012/08/07 08:39:03 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/ChangeLog,v 1.6 2012/08/22 11:27:27 ago Exp $
+
+ 22 Aug 2012; Agostino Sarubbo <ago@gentoo.org> pecl-memcached-2.0.1.ebuild:
+ Stable for amd64, wrt bug #427024
*pecl-memcached-2.1.0 (07 Aug 2012)
diff --git a/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild b/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild
index b2bf8e211a6d..6d593eace89e 100644
--- a/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild
+++ b/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild,v 1.1 2012/03/03 15:01:24 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild,v 1.2 2012/08/22 11:27:27 ago Exp $
EAPI="4"
PHP_EXT_NAME="memcached"
@@ -12,7 +12,7 @@ USE_PHP="php5-3 php5-4"
inherit php-ext-pecl-r2
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DESCRIPTION="PHP extension for interfacing with memcached via libmemcached library"
LICENSE="PHP-3"