diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:24:49 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:12 +0100 |
commit | 1f90bce010fb19ea9fd4df03c1c5592e1a8750d6 (patch) | |
tree | 7d05c9f26a68d018ce943c6438e394db9702454c /dev-ruby/sparklines | |
parent | dev-ruby/shoulda: drop x86-macos (diff) | |
download | gentoo-1f90bce010fb19ea9fd4df03c1c5592e1a8750d6.tar.gz gentoo-1f90bce010fb19ea9fd4df03c1c5592e1a8750d6.tar.bz2 gentoo-1f90bce010fb19ea9fd4df03c1c5592e1a8750d6.zip |
dev-ruby/sparklines: 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/sparklines')
-rw-r--r-- | dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild b/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild index e54ab7d476c9..3b037fc8c8d3 100644 --- a/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild +++ b/dev-ruby/sparklines/sparklines-0.5.2-r6.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 @@ -15,7 +15,7 @@ HOMEPAGE="http://sparklines.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86 ~x86-macos" +KEYWORDS="amd64 x86" IUSE="" DEPEND+="test? ( media-gfx/imagemagick[png] )" |