diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 23:02:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 23:02:40 +0100 |
commit | 237757ba96b2e78817fc79f4667414dc727dd1d3 (patch) | |
tree | f7d8317865b3753410f4ce62e27a57f7e4e8cd20 /dev-db/redis | |
parent | dev-db/redis: add 6.2.6 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-db/redis/redis-5.0.13.ebuild | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-5.0.14.ebuild | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-6.0.15.ebuild | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-6.0.16.ebuild | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-6.2.5.ebuild | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-6.2.6.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-db/redis/redis-5.0.13.ebuild b/dev-db/redis/redis-5.0.13.ebuild index e3e81cea542e..a8ec106eeb4d 100644 --- a/dev-db/redis/redis-5.0.13.ebuild +++ b/dev-db/redis/redis-5.0.13.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=" 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=" diff --git a/dev-db/redis/redis-6.0.15.ebuild b/dev-db/redis/redis-6.0.15.ebuild index b61d5886247a..347c229d7386 100644 --- a/dev-db/redis/redis-6.0.15.ebuild +++ b/dev-db/redis/redis-6.0.15.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="https://redis.io" SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" +SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc ssl systemd tcmalloc test" RESTRICT="!test? ( test )" -SLOT="0" COMMON_DEPEND=" ${LUA_DEPS} diff --git a/dev-db/redis/redis-6.0.16.ebuild b/dev-db/redis/redis-6.0.16.ebuild index f87d435d0e77..e9fa8b169fce 100644 --- a/dev-db/redis/redis-6.0.16.ebuild +++ b/dev-db/redis/redis-6.0.16.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="https://redis.io" SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc ssl systemd tcmalloc test" RESTRICT="!test? ( test )" -SLOT="0" COMMON_DEPEND=" ${LUA_DEPS} diff --git a/dev-db/redis/redis-6.2.5.ebuild b/dev-db/redis/redis-6.2.5.ebuild index 76be65d5e4b4..ebe779b0841d 100644 --- a/dev-db/redis/redis-6.2.5.ebuild +++ b/dev-db/redis/redis-6.2.5.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="https://redis.io" SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" +SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc ssl systemd tcmalloc test" RESTRICT="!test? ( test )" -SLOT="0" COMMON_DEPEND=" ${LUA_DEPS} diff --git a/dev-db/redis/redis-6.2.6.ebuild b/dev-db/redis/redis-6.2.6.ebuild index ebcfae4210f6..77adb086b92a 100644 --- a/dev-db/redis/redis-6.2.6.ebuild +++ b/dev-db/redis/redis-6.2.6.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="https://redis.io" SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc ssl systemd tcmalloc test" RESTRICT="!test? ( test )" -SLOT="0" COMMON_DEPEND=" ${LUA_DEPS} |