diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:13:22 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:02 +0100 |
commit | 906ab6a405d57064be75d4a9695466c66b21c40f (patch) | |
tree | 2bb417a0d4ad315179976ad04a7800b04807f4ea /dev-ruby/optimist | |
parent | dev-ruby/oauth: drop x86-macos (diff) | |
download | gentoo-906ab6a405d57064be75d4a9695466c66b21c40f.tar.gz gentoo-906ab6a405d57064be75d4a9695466c66b21c40f.tar.bz2 gentoo-906ab6a405d57064be75d4a9695466c66b21c40f.zip |
dev-ruby/optimist: 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/optimist')
-rw-r--r-- | dev-ruby/optimist/optimist-3.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/optimist/optimist-3.0.1.ebuild b/dev-ruby/optimist/optimist-3.0.1.ebuild index c4bc22804cd4..8d92031c97e1 100644 --- a/dev-ruby/optimist/optimist-3.0.1.ebuild +++ b/dev-ruby/optimist/optimist-3.0.1.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 @@ -13,7 +13,7 @@ DESCRIPTION="A commandline option parser for Ruby that just gets out of your way HOMEPAGE="https://manageiq.github.io/optimist/" LICENSE="MIT" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="3" IUSE="" |