diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:29:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:16 +0100 |
commit | 577e9e1755d4a9a4d38482f9b4cddfb7cfcfddfa (patch) | |
tree | 90f0462312ec869a55cb2e58bccf90bdef6493ad /dev-ruby/unf | |
parent | dev-ruby/ultraviolet: drop x86-macos (diff) | |
download | gentoo-577e9e1755d4a9a4d38482f9b4cddfb7cfcfddfa.tar.gz gentoo-577e9e1755d4a9a4d38482f9b4cddfb7cfcfddfa.tar.bz2 gentoo-577e9e1755d4a9a4d38482f9b4cddfb7cfcfddfa.zip |
dev-ruby/unf: 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/unf')
-rw-r--r-- | dev-ruby/unf/unf-0.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/unf/unf-0.1.4.ebuild b/dev-ruby/unf/unf-0.1.4.ebuild index fefa703c70a0..99f5bc5c6a55 100644 --- a/dev-ruby/unf/unf-0.1.4.ebuild +++ b/dev-ruby/unf/unf-0.1.4.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 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/knu/ruby-unf" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="test" ruby_add_rdepend "dev-ruby/unf_ext" |