diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:04:41 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:31:55 +0100 |
commit | 1690a0935cc7b98147ca2248af9ed608785118f6 (patch) | |
tree | c97c5ef8e0c34c217f0514b0c4e1f179d7479427 /dev-ruby/highline | |
parent | dev-ruby/heredoc_unindent: drop x86-macos (diff) | |
download | gentoo-1690a0935cc7b98147ca2248af9ed608785118f6.tar.gz gentoo-1690a0935cc7b98147ca2248af9ed608785118f6.tar.bz2 gentoo-1690a0935cc7b98147ca2248af9ed608785118f6.zip |
dev-ruby/highline: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-ruby/highline')
-rw-r--r-- | dev-ruby/highline/highline-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/highline/highline-2.0.3.ebuild b/dev-ruby/highline/highline-2.0.3.ebuild index 61b6a65d964a..f1e1f8a949f6 100644 --- a/dev-ruby/highline/highline-2.0.3.ebuild +++ b/dev-ruby/highline/highline-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/JEG2/highline/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="" LICENSE="|| ( GPL-2 Ruby )" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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 |