diff options
author | Sam James <sam@gentoo.org> | 2021-10-07 00:06:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-07 00:06:06 +0100 |
commit | 4b24e20f0cccd9e953ccfe8c36b398381c260383 (patch) | |
tree | 07edd2bd590d82cdf1fe45a4fe166cdf8fe5f983 /dev-db | |
parent | app-editors/nano: Stabilize 5.8-r2 ppc, #816669 (diff) | |
download | gentoo-4b24e20f0cccd9e953ccfe8c36b398381c260383.tar.gz gentoo-4b24e20f0cccd9e953ccfe8c36b398381c260383.tar.bz2 gentoo-4b24e20f0cccd9e953ccfe8c36b398381c260383.zip |
dev-db/redis: Stabilize 5.0.14 ppc64, #816489
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-5.0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-5.0.14.ebuild b/dev-db/redis/redis-5.0.14.ebuild index 2c7796b484e7..b4df284f5dc8 100644 --- a/dev-db/redis/redis-5.0.14.ebuild +++ b/dev-db/redis/redis-5.0.14.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc tcmalloc luajit test" RESTRICT="!test? ( test )" |