diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:17:06 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:05 +0100 |
commit | 79535f820ec29b9ed1cb4eb65624fe18f1d051f8 (patch) | |
tree | ec508d63cef171154316bd26d7300816ed7b4192 /dev-ruby/rbs | |
parent | dev-ruby/rb-inotify: drop x86-macos (diff) | |
download | gentoo-79535f820ec29b9ed1cb4eb65624fe18f1d051f8.tar.gz gentoo-79535f820ec29b9ed1cb4eb65624fe18f1d051f8.tar.bz2 gentoo-79535f820ec29b9ed1cb4eb65624fe18f1d051f8.zip |
dev-ruby/rbs: 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/rbs')
-rw-r--r-- | dev-ruby/rbs/rbs-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rbs/rbs-1.0.0.ebuild b/dev-ruby/rbs/rbs-1.0.0.ebuild index 33292f43e0bc..f5fb2dd22c4a 100644 --- a/dev-ruby/rbs/rbs-1.0.0.ebuild +++ b/dev-ruby/rbs/rbs-1.0.0.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 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/ruby/rbs" SRC_URI="https://github.com/ruby/rbs/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="test" |