diff options
author | 2014-07-03 15:56:52 +0000 | |
---|---|---|
committer | 2014-07-03 15:56:52 +0000 | |
commit | 80162cded010736a51ef276bd8c5d326f3b0f7aa (patch) | |
tree | 0205f522dda1b20f9c2387e330a0f825195fd0e0 /dev-db/redis | |
parent | Update multilib stable mask (diff) | |
download | gentoo-2-80162cded010736a51ef276bd8c5d326f3b0f7aa.tar.gz gentoo-2-80162cded010736a51ef276bd8c5d326f3b0f7aa.tar.bz2 gentoo-2-80162cded010736a51ef276bd8c5d326f3b0f7aa.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.10.1-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/redis/redis-2.8.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/redis/ChangeLog b/dev-db/redis/ChangeLog index 39035bed5354..3c6af9cf86e5 100644 --- a/dev-db/redis/ChangeLog +++ b/dev-db/redis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/redis # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.81 2014/06/16 11:05:15 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.82 2014/07/03 15:56:52 bicatali Exp $ + + 03 Jul 2014; Sébastien Fabbro <bicatali@gentoo.org> redis-2.8.11.ebuild: + Keyword amd64-linux and x86-linux *redis-2.8.11 (16 Jun 2014) diff --git a/dev-db/redis/redis-2.8.11.ebuild b/dev-db/redis/redis-2.8.11.ebuild index 1d60cb8950d7..bd6ba789d81d 100644 --- a/dev-db/redis/redis-2.8.11.ebuild +++ b/dev-db/redis/redis-2.8.11.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/dev-db/redis/redis-2.8.11.ebuild,v 1.1 2014/06/16 11:05:15 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.11.ebuild,v 1.2 2014/07/03 15:56:52 bicatali Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~hppa ~x86 ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" |