diff options
author | Sam James <sam@gentoo.org> | 2024-08-22 07:54:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-22 07:54:31 +0100 |
commit | 5b86d590b7072399c54969c35da97bd5ab81171d (patch) | |
tree | 6ee6f3bb7294bb4e535d3623a0ffddcc0adf6506 /dev-ruby | |
parent | dev-ruby/fast_gettext: Stabilize 2.6.0 amd64, #938297 (diff) | |
download | gentoo-5b86d590b7072399c54969c35da97bd5ab81171d.tar.gz gentoo-5b86d590b7072399c54969c35da97bd5ab81171d.tar.bz2 gentoo-5b86d590b7072399c54969c35da97bd5ab81171d.zip |
dev-ruby/fast_gettext: Stabilize 2.6.0 x86, #938297
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/fast_gettext/fast_gettext-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/fast_gettext/fast_gettext-2.6.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-2.6.0.ebuild index f4f5f41b9bc8..4fb4f7e42d72 100644 --- a/dev-ruby/fast_gettext/fast_gettext-2.6.0.ebuild +++ b/dev-ruby/fast_gettext/fast_gettext-2.6.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT BSD-2" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" IUSE="test" ruby_add_depend "dev-ruby/prime" |