diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-07-19 09:21:48 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-07-19 09:21:48 +0200 |
commit | 671052f4aa3627a44f76f7699d1a1c91c30e9b6a (patch) | |
tree | 1fe083b26634f18d381914ac40ab2617799f89b0 | |
parent | dev-python/backports-tarfile: marked ~arm64-macos ~x64-macos ~x64-solaris (diff) | |
download | gentoo-671052f4aa3627a44f76f7699d1a1c91c30e9b6a.tar.gz gentoo-671052f4aa3627a44f76f7699d1a1c91c30e9b6a.tar.bz2 gentoo-671052f4aa3627a44f76f7699d1a1c91c30e9b6a.zip |
dev-ruby/getoptlong: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | dev-ruby/getoptlong/getoptlong-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/getoptlong/getoptlong-0.2.1.ebuild b/dev-ruby/getoptlong/getoptlong-0.2.1.ebuild index e1260e1781e6..730a2dc3ba3d 100644 --- a/dev-ruby/getoptlong/getoptlong-0.2.1.ebuild +++ b/dev-ruby/getoptlong/getoptlong-0.2.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ruby/getoptlong/archive/refs/tags/v${PV}.tar.gz -> $ LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~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" all_ruby_prepare() { sed -e 's/__FILE__/"getoptlong.gemspec"/' \ |