diff options
author | 2013-04-23 12:51:12 +0000 | |
---|---|---|
committer | 2013-04-23 12:51:12 +0000 | |
commit | ea0e2e0860ae4f90a51e24f2262123c956248d3f (patch) | |
tree | 3877d4bb393684cef12c787e3411191809e9554c /dev-libs/libmemcached | |
parent | Stable for amd64, wrt bug #443518 (diff) | |
download | gentoo-2-ea0e2e0860ae4f90a51e24f2262123c956248d3f.tar.gz gentoo-2-ea0e2e0860ae4f90a51e24f2262123c956248d3f.tar.bz2 gentoo-2-ea0e2e0860ae4f90a51e24f2262123c956248d3f.zip |
Stable for x86, wrt bug #443518
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libmemcached')
-rw-r--r-- | dev-libs/libmemcached/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libmemcached/libmemcached-0.50.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libmemcached/ChangeLog b/dev-libs/libmemcached/ChangeLog index 4ce746ab9df5..32ebc7447637 100644 --- a/dev-libs/libmemcached/ChangeLog +++ b/dev-libs/libmemcached/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libmemcached # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v 1.45 2013/04/23 12:50:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v 1.46 2013/04/23 12:51:12 ago Exp $ + + 23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libmemcached-0.50.ebuild: + Stable for x86, wrt bug #443518 23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libmemcached-0.50.ebuild: Stable for amd64, wrt bug #443518 diff --git a/dev-libs/libmemcached/libmemcached-0.50.ebuild b/dev-libs/libmemcached/libmemcached-0.50.ebuild index f330089f4a84..28592fbbbb4f 100644 --- a/dev-libs/libmemcached/libmemcached-0.50.ebuild +++ b/dev-libs/libmemcached/libmemcached-0.50.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-libs/libmemcached/libmemcached-0.50.ebuild,v 1.2 2013/04/23 12:50:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-0.50.ebuild,v 1.3 2013/04/23 12:51:12 ago Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://launchpad.net/${PN}/1.0/${PV}/+download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~sparc-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug doc hsieh +libevent sasl static-libs tcmalloc" DEPEND="net-misc/memcached |