diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 12:10:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 12:10:23 +0100 |
commit | caeccba05b279d133b9ee19f000d2995cb94583b (patch) | |
tree | 558033f9becbb1091eb5a0612ed731ebcb1eceef /dev-ruby/rack-cache | |
parent | dev-ruby/bigdecimal: Stabilize 3.1.8 x86, #941059 (diff) | |
download | gentoo-caeccba05b279d133b9ee19f000d2995cb94583b.tar.gz gentoo-caeccba05b279d133b9ee19f000d2995cb94583b.tar.bz2 gentoo-caeccba05b279d133b9ee19f000d2995cb94583b.zip |
dev-ruby/rack-cache: Stabilize 1.17.0 amd64, #941060
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rack-cache')
-rw-r--r-- | dev-ruby/rack-cache/rack-cache-1.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rack-cache/rack-cache-1.17.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.17.0.ebuild index 81b6b20841c5..9224031f5fd7 100644 --- a/dev-ruby/rack-cache/rack-cache-1.17.0.ebuild +++ b/dev-ruby/rack-cache/rack-cache-1.17.0.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rack/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" ruby_add_rdepend "dev-ruby/rack:*" |