diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-06 16:30:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-06 16:30:47 +0300 |
commit | dcd66239e06f607ab5e1da79dcbc94029c92d88d (patch) | |
tree | c9652e3d677391a720050271e821634ce50f6ced /dev-ruby/getoptlong | |
parent | dev-ruby/rexical: Stabilize 1.0.8 ppc64, #941014 (diff) | |
download | gentoo-dcd66239e06f607ab5e1da79dcbc94029c92d88d.tar.gz gentoo-dcd66239e06f607ab5e1da79dcbc94029c92d88d.tar.bz2 gentoo-dcd66239e06f607ab5e1da79dcbc94029c92d88d.zip |
dev-ruby/getoptlong: Stabilize 0.2.1 ppc64, #941014
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/getoptlong')
-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 9cf997a6e574..ca907163ae17 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 ~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" all_ruby_prepare() { sed -e 's/__FILE__/"getoptlong.gemspec"/' \ |