diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:58:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:58:29 +0000 |
commit | 45177c4dedf70039b3d80d217bc2728e0c1827a9 (patch) | |
tree | 03ddbdae60dd9753d3babb6495ac7a4641b91405 | |
parent | ppc stable wrt bug #552160 (diff) | |
download | gentoo-2-45177c4dedf70039b3d80d217bc2728e0c1827a9.tar.gz gentoo-2-45177c4dedf70039b3d80d217bc2728e0c1827a9.tar.bz2 gentoo-2-45177c4dedf70039b3d80d217bc2728e0c1827a9.zip |
ppc stable wrt bug #552400
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
-rw-r--r-- | net-misc/memcached/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/memcached/memcached-1.4.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/memcached/ChangeLog b/net-misc/memcached/ChangeLog index b79a2317efa2..0cca4056c9a4 100644 --- a/net-misc/memcached/ChangeLog +++ b/net-misc/memcached/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/memcached # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.161 2015/07/17 12:29:33 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.162 2015/07/23 20:58:29 pacho Exp $ + + 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> memcached-1.4.24.ebuild: + ppc stable wrt bug #552400 17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> memcached-1.4.24.ebuild: ia64 stable wrt bug #552400 diff --git a/net-misc/memcached/memcached-1.4.24.ebuild b/net-misc/memcached/memcached-1.4.24.ebuild index b159824f9de7..d25adc12910d 100644 --- a/net-misc/memcached/memcached-1.4.24.ebuild +++ b/net-misc/memcached/memcached-1.4.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild,v 1.7 2015/07/17 12:29:33 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild,v 1.8 2015/07/23 20:58:29 pacho Exp $ EAPI=5 inherit autotools eutils flag-o-matic systemd 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 selinux" # hugetlbfs later RDEPEND=">=dev-libs/libevent-1.4 |