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/redis-3.0.5.ebuild | |
parent | 170cd9a9bbc4cc8eb5585a038721916e7990f666 (diff) | |
download | gentoo-1c672d76be58a52664d47a5ffbab89e887ff1fb7.tar.gz gentoo-1c672d76be58a52664d47a5ffbab89e887ff1fb7.tar.xz |
dev-db/redis: keyword ~ppc, bug #567692.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-db/redis/redis-3.0.5.ebuild')
-rw-r--r-- | dev-db/redis/redis-3.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-3.0.5.ebuild b/dev-db/redis/redis-3.0.5.ebuild index 328adcbb44f..c41142011a6 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" |