diff options
author | Sam James <sam@gentoo.org> | 2023-03-28 22:43:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-28 22:43:28 +0100 |
commit | e26a49e3b79b3d0f38364a302228ccd1033756be (patch) | |
tree | 1c1ba5d0633acb0121f1a21d0d729070dde6ef7d /dev-ruby/highline | |
parent | dev-ruby/ffi: Stabilize 1.15.5-r1 x86, #903457 (diff) | |
download | gentoo-e26a49e3b79b3d0f38364a302228ccd1033756be.tar.gz gentoo-e26a49e3b79b3d0f38364a302228ccd1033756be.tar.bz2 gentoo-e26a49e3b79b3d0f38364a302228ccd1033756be.zip |
dev-ruby/highline: Stabilize 2.0.3-r1 amd64, #903459
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/highline')
-rw-r--r-- | dev-ruby/highline/highline-2.0.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/highline/highline-2.0.3-r1.ebuild b/dev-ruby/highline/highline-2.0.3-r1.ebuild index 8964d3e3f989..f3aab8b6a73c 100644 --- a/dev-ruby/highline/highline-2.0.3-r1.ebuild +++ b/dev-ruby/highline/highline-2.0.3-r1.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 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/JEG2/highline/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="" LICENSE="|| ( GPL-2 Ruby-BSD )" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" all_ruby_prepare() { # fix up gemspec file not to call git |