diff options
author | Sam James <sam@gentoo.org> | 2023-03-28 20:04:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-28 20:04:08 +0100 |
commit | 209c1e776bdfa5fb7099f4c9dbe631e939725bea (patch) | |
tree | 74cfb08bb5da2aa2d3865182ff37fb9f6591c9e7 /dev-ruby/stringio | |
parent | dev-ruby/backports: Stabilize 3.23.0 arm64, #903315 (diff) | |
download | gentoo-209c1e776bdfa5fb7099f4c9dbe631e939725bea.tar.gz gentoo-209c1e776bdfa5fb7099f4c9dbe631e939725bea.tar.bz2 gentoo-209c1e776bdfa5fb7099f4c9dbe631e939725bea.zip |
dev-ruby/stringio: Stabilize 3.0.4 arm64, #903361
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/stringio')
-rw-r--r-- | dev-ruby/stringio/stringio-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/stringio/stringio-3.0.4.ebuild b/dev-ruby/stringio/stringio-3.0.4.ebuild index 5294b8d5dd24..469109948328 100644 --- a/dev-ruby/stringio/stringio-3.0.4.ebuild +++ b/dev-ruby/stringio/stringio-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby/stringio" SRC_URI="https://github.com/ruby/stringio/archive/v${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 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="test" |