diff options
author | 2021-01-06 19:07:43 +0100 | |
---|---|---|
committer | 2021-01-06 19:31:57 +0100 | |
commit | 87264225e2b17a3b9ef2e361f0b9c107d93a301b (patch) | |
tree | 653aed56c957edab7154203e1aa18c09717dd23f /dev-ruby/maruku | |
parent | dev-ruby/mail: drop x86-macos (diff) | |
download | gentoo-87264225e2b17a3b9ef2e361f0b9c107d93a301b.tar.gz gentoo-87264225e2b17a3b9ef2e361f0b9c107d93a301b.tar.bz2 gentoo-87264225e2b17a3b9ef2e361f0b9c107d93a301b.zip |
dev-ruby/maruku: 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/maruku')
-rw-r--r-- | dev-ruby/maruku/maruku-0.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/maruku/maruku-0.7.3.ebuild b/dev-ruby/maruku/maruku-0.7.3.ebuild index fc978fd6a987..3c2e34c59774 100644 --- a/dev-ruby/maruku/maruku-0.7.3.ebuild +++ b/dev-ruby/maruku/maruku-0.7.3.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=5 @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/bhollis/maruku" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="highlight test" ruby_add_bdepend "test? ( dev-ruby/nokogiri-diff dev-ruby/syntax )" |