summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-04 23:02:40 +0100
committerSam James <sam@gentoo.org>2021-10-04 23:02:40 +0100
commit237757ba96b2e78817fc79f4667414dc727dd1d3 (patch)
treef7d8317865b3753410f4ce62e27a57f7e4e8cd20 /dev-db/redis/redis-5.0.14.ebuild
parentdev-db/redis: add 6.2.6 (diff)
downloadgentoo-237757ba96b2e78817fc79f4667414dc727dd1d3.tar.gz
gentoo-237757ba96b2e78817fc79f4667414dc727dd1d3.tar.bz2
gentoo-237757ba96b2e78817fc79f4667414dc727dd1d3.zip
dev-db/redis: fix metadata order
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis/redis-5.0.14.ebuild')
-rw-r--r--dev-db/redis/redis-5.0.14.ebuild2
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 36e7924b6b22..4e433b4e613b 100644
--- a/dev-db/redis/redis-5.0.14.ebuild
+++ b/dev-db/redis/redis-5.0.14.ebuild
@@ -10,10 +10,10 @@ HOMEPAGE="https://redis.io"
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"
IUSE="+jemalloc tcmalloc luajit test"
RESTRICT="!test? ( test )"
-SLOT="0"
# Redis does NOT build with Lua 5.2 or newer at this time.
COMMON_DEPEND="