diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:19:04 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:07 +0100 |
commit | b7fc415efbe3fbe047266acd7b028338d45b21ef (patch) | |
tree | 8b73468ad81bca48dada26b843c5c1297e1dbc41 /dev-ruby/rrdtool-bindings | |
parent | dev-ruby/rr: drop x86-macos (diff) | |
download | gentoo-b7fc415efbe3fbe047266acd7b028338d45b21ef.tar.gz gentoo-b7fc415efbe3fbe047266acd7b028338d45b21ef.tar.bz2 gentoo-b7fc415efbe3fbe047266acd7b028338d45b21ef.zip |
dev-ruby/rrdtool-bindings: 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/rrdtool-bindings')
-rw-r--r-- | dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild index 8bdf154cb92b..a0573e9e4751 100644 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild +++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.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=6 @@ -16,7 +16,7 @@ RUBY_S="$MY_P"/bindings/ruby LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="graph test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( graph )" |