diff options
author | 2015-07-30 12:57:10 +0000 | |
---|---|---|
committer | 2015-07-30 12:57:10 +0000 | |
commit | 44b1891cb0b377b2693bb141c3083fd87f1f3990 (patch) | |
tree | e8e8bf9de13d850000a95925129be19610bcfa62 /net-misc | |
parent | Stable for sparc, wrt bug #546632 (diff) | |
download | gentoo-2-44b1891cb0b377b2693bb141c3083fd87f1f3990.tar.gz gentoo-2-44b1891cb0b377b2693bb141c3083fd87f1f3990.tar.bz2 gentoo-2-44b1891cb0b377b2693bb141c3083fd87f1f3990.zip |
Stable for sparc, wrt bug #552400
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc')
-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 0cca4056c9a4..042f0aed403a 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.162 2015/07/23 20:58:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.163 2015/07/30 12:57:10 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> memcached-1.4.24.ebuild: + Stable for sparc, wrt bug #552400 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> memcached-1.4.24.ebuild: ppc 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 d25adc12910d..5a00cb87b766 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.8 2015/07/23 20:58:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild,v 1.9 2015/07/30 12:57:10 ago 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 |