diff options
author | 2024-03-02 07:17:53 +0100 | |
---|---|---|
committer | 2024-03-02 07:18:36 +0100 | |
commit | ff0bbfa8e489eebc6c7e8299622c0b0ee552bf57 (patch) | |
tree | d8814c47d60ef6d92cb27826027fd9e5bf75b76b | |
parent | dev-ruby/rack-cache: add 1.16.0 (diff) | |
download | gentoo-ff0bbfa8e489eebc6c7e8299622c0b0ee552bf57.tar.gz gentoo-ff0bbfa8e489eebc6c7e8299622c0b0ee552bf57.tar.bz2 gentoo-ff0bbfa8e489eebc6c7e8299622c0b0ee552bf57.zip |
dev-ruby/rack-cache: stabilize 1.15.0 for amd64
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/rack-cache/rack-cache-1.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rack-cache/rack-cache-1.15.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.15.0.ebuild index 5ed0c9fe195b..dcf4c92952ac 100644 --- a/dev-ruby/rack-cache/rack-cache-1.15.0.ebuild +++ b/dev-ruby/rack-cache/rack-cache-1.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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="" ruby_add_rdepend "dev-ruby/rack:*" |