diff options
author | Sam James <sam@gentoo.org> | 2024-05-20 09:17:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-20 09:17:14 +0100 |
commit | cc0df0f7f730746fe6a3b73e1eda1f1f277c161e (patch) | |
tree | 781a03d1512e27ea174c1b92c5b905122db90ed8 /dev-ruby/racc | |
parent | sys-libs/musl: fix crti.o on arm64 (diff) | |
download | gentoo-cc0df0f7f730746fe6a3b73e1eda1f1f277c161e.tar.gz gentoo-cc0df0f7f730746fe6a3b73e1eda1f1f277c161e.tar.bz2 gentoo-cc0df0f7f730746fe6a3b73e1eda1f1f277c161e.zip |
dev-ruby/racc: Stabilize 1.7.3 amd64, #932252
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/racc')
-rw-r--r-- | dev-ruby/racc/racc-1.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/racc/racc-1.7.3.ebuild b/dev-ruby/racc/racc-1.7.3.ebuild index 771e3b3bd591..f7c9b61c4ffe 100644 --- a/dev-ruby/racc/racc-1.7.3.ebuild +++ b/dev-ruby/racc/racc-1.7.3.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 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/ruby/racc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -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" IUSE="doc test" ruby_add_rdepend "virtual/ruby-ssl" |