diff options
-rw-r--r-- | net-misc/memcached/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/memcached/memcached-1.4.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/memcached/ChangeLog b/net-misc/memcached/ChangeLog index aff38c897887..a5abca01779e 100644 --- a/net-misc/memcached/ChangeLog +++ b/net-misc/memcached/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/memcached # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.140 2014/01/17 20:43:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.141 2014/01/17 20:47:10 ago Exp $ + + 17 Jan 2014; Agostino Sarubbo <ago@gentoo.org> memcached-1.4.17.ebuild: + Stable for ppc, wrt bug #496506 17 Jan 2014; Agostino Sarubbo <ago@gentoo.org> memcached-1.4.17.ebuild: Stable for ppc64, wrt bug #496506 diff --git a/net-misc/memcached/memcached-1.4.17.ebuild b/net-misc/memcached/memcached-1.4.17.ebuild index 7c7093bc1bca..fb59eb908a0c 100644 --- a/net-misc/memcached/memcached-1.4.17.ebuild +++ b/net-misc/memcached/memcached-1.4.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.17.ebuild,v 1.6 2014/01/17 20:43:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.17.ebuild,v 1.7 2014/01/17 20:47:10 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic user @@ -14,7 +14,7 @@ SRC_URI="http://www.memcached.org/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test slabs-reassign debug sasl" # hugetlbfs later RDEPEND=">=dev-libs/libevent-1.4 |