diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-15 02:36:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-15 02:36:35 +0100 |
commit | ff90a476783004583c7a9cfc2e8232235c2ac72d (patch) | |
tree | 67fe4f97bd63c56b0619250b3e856a0cbaeb6caf /dev-db | |
parent | dev-lang/python: x86 stable (bug #770853) (diff) | |
download | gentoo-ff90a476783004583c7a9cfc2e8232235c2ac72d.tar.gz gentoo-ff90a476783004583c7a9cfc2e8232235c2ac72d.tar.bz2 gentoo-ff90a476783004583c7a9cfc2e8232235c2ac72d.zip |
dev-db/redis: x86 stable (bug #773328)
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-5.0.12.ebuild | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-6.0.12.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/redis/redis-5.0.12.ebuild b/dev-db/redis/redis-5.0.12.ebuild index ebd7a3e489d8..db7046eaf85a 100644 --- a/dev-db/redis/redis-5.0.12.ebuild +++ b/dev-db/redis/redis-5.0.12.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://redis.io" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -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 )" SLOT="0" diff --git a/dev-db/redis/redis-6.0.12.ebuild b/dev-db/redis/redis-6.0.12.ebuild index 4e6d2786f684..ba48c5558daf 100644 --- a/dev-db/redis/redis-6.0.12.ebuild +++ b/dev-db/redis/redis-6.0.12.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://redis.io" SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc ssl tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |