diff options
author | Sam James <sam@gentoo.org> | 2023-03-13 16:34:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-13 16:34:53 +0000 |
commit | 5a0f50e7169ca794799efa1d01ee4b34eab63b55 (patch) | |
tree | ed0f79ad9cf52be239a6bf3d8ae7ca9e2a1af3d6 /dev-ruby | |
parent | sys-devel/gcc: add 13.0.1_pre20230312 (diff) | |
download | gentoo-5a0f50e7169ca794799efa1d01ee4b34eab63b55.tar.gz gentoo-5a0f50e7169ca794799efa1d01ee4b34eab63b55.tar.bz2 gentoo-5a0f50e7169ca794799efa1d01ee4b34eab63b55.zip |
dev-ruby/gruff: Stabilize 0.19.0 amd64, #900935
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/gruff/gruff-0.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/gruff/gruff-0.19.0.ebuild b/dev-ruby/gruff/gruff-0.19.0.ebuild index 0ed5ede00214..f55fa976a920 100644 --- a/dev-ruby/gruff/gruff-0.19.0.ebuild +++ b/dev-ruby/gruff/gruff-0.19.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 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/topfunky/gruff/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" # imagemagick is an indirect dependency through rmagick. However, for |