diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-12-07 03:55:22 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-12-07 03:55:22 -0500 |
commit | 1c672d76be58a52664d47a5ffbab89e887ff1fb7 (patch) | |
tree | e9752f8d56c018c4d7446d34d2ff829c372bbde7 /dev-db/redis | |
parent | net-firewall/fwbuilder: add libressl support (diff) | |
download | gentoo-1c672d76be58a52664d47a5ffbab89e887ff1fb7.tar.gz gentoo-1c672d76be58a52664d47a5ffbab89e887ff1fb7.tar.bz2 gentoo-1c672d76be58a52664d47a5ffbab89e887ff1fb7.zip |
dev-db/redis: keyword ~ppc, bug #567692.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-3.0.4.ebuild | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-3.0.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/redis/redis-3.0.4.ebuild b/dev-db/redis/redis-3.0.4.ebuild index 8bfa196c7904..753f0af0ca70 100644 --- a/dev-db/redis/redis-3.0.4.ebuild +++ b/dev-db/redis/redis-3.0.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" diff --git a/dev-db/redis/redis-3.0.5.ebuild b/dev-db/redis/redis-3.0.5.ebuild index 328adcbb44f8..c41142011a61 100644 --- a/dev-db/redis/redis-3.0.5.ebuild +++ b/dev-db/redis/redis-3.0.5.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" |