diff options
author | Sam James <sam@gentoo.org> | 2023-03-28 23:53:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-28 23:53:51 +0100 |
commit | b4adc917e41adeecaa80ea720b27a213aef41263 (patch) | |
tree | a69ebf38cb7253bbd3d0fe022fa8dc61ee645613 /dev-ruby/rmagick | |
parent | dev-ruby/pg: Stabilize 1.4.1 amd64, #903437 (diff) | |
download | gentoo-b4adc917e41adeecaa80ea720b27a213aef41263.tar.gz gentoo-b4adc917e41adeecaa80ea720b27a213aef41263.tar.bz2 gentoo-b4adc917e41adeecaa80ea720b27a213aef41263.zip |
dev-ruby/rmagick: Stabilize 4.3.0 amd64, #903445
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rmagick')
-rw-r--r-- | dev-ruby/rmagick/rmagick-4.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rmagick/rmagick-4.3.0.ebuild b/dev-ruby/rmagick/rmagick-4.3.0.ebuild index 56104b1dac96..3d26874a20e1 100644 --- a/dev-ruby/rmagick/rmagick-4.3.0.ebuild +++ b/dev-ruby/rmagick/rmagick-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ RUBY_S="rmagick-${MY_PV}" LICENSE="Artistic" SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND+=" >=media-gfx/imagemagick-6.9.0:=" |