diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 05:14:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 05:14:17 +0100 |
commit | 28013b3ad06204425438c05ddbee79d87f7ae01a (patch) | |
tree | 7befe7b12868d020b891289470984bdccbfe9b06 /dev-ruby/fast_gettext | |
parent | app-containers/docker-compose: add 2.17.2 (diff) | |
download | gentoo-28013b3ad06204425438c05ddbee79d87f7ae01a.tar.gz gentoo-28013b3ad06204425438c05ddbee79d87f7ae01a.tar.bz2 gentoo-28013b3ad06204425438c05ddbee79d87f7ae01a.zip |
dev-ruby/fast_gettext: Stabilize 2.2.0 x86, #903933
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/fast_gettext')
-rw-r--r-- | dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild index d31cc922c48e..f5a59c30b678 100644 --- a/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild +++ b/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bundler )" |