diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:22:57 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:10 +0100 |
commit | 18ec9513666e8a2a861953f5a96f990a593d65af (patch) | |
tree | 78ab908b3bd4ce69356cb5dde743d86c811884c9 /dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild | |
parent | dev-ruby/ruby-openid: drop x86-macos (diff) | |
download | gentoo-18ec9513666e8a2a861953f5a96f990a593d65af.tar.gz gentoo-18ec9513666e8a2a861953f5a96f990a593d65af.tar.bz2 gentoo-18ec9513666e8a2a861953f5a96f990a593d65af.zip |
dev-ruby/ruby_parser: 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/ruby_parser/ruby_parser-3.14.2.ebuild')
-rw-r--r-- | dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild b/dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild index f6345ab20e2d..e1478efd9d0c 100644 --- a/dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild +++ b/dev-ruby/ruby_parser/ruby_parser-3.14.2.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 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/seattlerb/ruby_parser" LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/sexp_processor-4.9.0:4" |