diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:21:34 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:09 +0100 |
commit | 6e3d99afe1bff52148c68ecc1e15a09b82eaa25e (patch) | |
tree | 385e480cb5f9ae6a0806ace9847580a4a0b831c5 /dev-ruby/rss | |
parent | dev-ruby/rspectacular: drop x86-macos (diff) | |
download | gentoo-6e3d99afe1bff52148c68ecc1e15a09b82eaa25e.tar.gz gentoo-6e3d99afe1bff52148c68ecc1e15a09b82eaa25e.tar.bz2 gentoo-6e3d99afe1bff52148c68ecc1e15a09b82eaa25e.zip |
dev-ruby/rss: 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/rss')
-rw-r--r-- | dev-ruby/rss/rss-0.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rss/rss-0.2.9.ebuild b/dev-ruby/rss/rss-0.2.9.ebuild index 76de49246db3..524b324b7c47 100644 --- a/dev-ruby/rss/rss-0.2.9.ebuild +++ b/dev-ruby/rss/rss-0.2.9.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 @@ -12,7 +12,7 @@ DESCRIPTION="Family of libraries that support various formats of XML feeds." HOMEPAGE="https://github.com/ruby/rss" LICENSE="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" |