diff options
author | Sam James <sam@gentoo.org> | 2024-07-12 08:13:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-12 08:13:04 +0100 |
commit | bdb3da823a0e60bfe7f7848394d486b5b6c7f25e (patch) | |
tree | 838e1da64ac24e576426761bbb17901fbf92d821 /dev-ruby/rss | |
parent | dev-build/automake: fix docompress call (diff) | |
download | gentoo-bdb3da823a0e60bfe7f7848394d486b5b6c7f25e.tar.gz gentoo-bdb3da823a0e60bfe7f7848394d486b5b6c7f25e.tar.bz2 gentoo-bdb3da823a0e60bfe7f7848394d486b5b6c7f25e.zip |
dev-ruby/rss: Stabilize 0.3.0 sparc, #935876
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rss')
-rw-r--r-- | dev-ruby/rss/rss-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rss/rss-0.3.0.ebuild b/dev-ruby/rss/rss-0.3.0.ebuild index 1b0f2795d21c..6b484097d7dd 100644 --- a/dev-ruby/rss/rss-0.3.0.ebuild +++ b/dev-ruby/rss/rss-0.3.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 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/ruby/rss" SRC_URI="https://github.com/ruby/rss/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" SLOT="0" IUSE="test" |