diff options
author | 2021-01-06 19:30:19 +0100 | |
---|---|---|
committer | 2021-01-06 19:32:17 +0100 | |
commit | b5adfac06f658e470e289753a80890702982a3e5 (patch) | |
tree | 59c50f14b434780666fb51ea197ed9c09075462f /dev-ruby | |
parent | dev-ruby/webrick: drop x86-macos (diff) | |
download | gentoo-b5adfac06f658e470e289753a80890702982a3e5.tar.gz gentoo-b5adfac06f658e470e289753a80890702982a3e5.tar.bz2 gentoo-b5adfac06f658e470e289753a80890702982a3e5.zip |
dev-ruby/webrobots: 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')
-rw-r--r-- | dev-ruby/webrobots/webrobots-0.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/webrobots/webrobots-0.1.2-r1.ebuild b/dev-ruby/webrobots/webrobots-0.1.2-r1.ebuild index c24d5f4d202a..251bfeabb860 100644 --- a/dev-ruby/webrobots/webrobots-0.1.2-r1.ebuild +++ b/dev-ruby/webrobots/webrobots-0.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/knu/webrobots" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/nokogiri-1.4.4" |