diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-18 09:59:22 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-22 19:42:45 +0100 |
commit | 9f8b60fd0f1e92b1e7417effe8d4d5664c2d4193 (patch) | |
tree | 6f1ee64f0e30f367c1d319cba357f7e43509e9c7 /dev-ruby/ruby-gettext | |
parent | dev-ruby/ruby-gdkpixbuf2: keyword 3.4.3 for ~riscv (diff) | |
download | gentoo-9f8b60fd0f1e92b1e7417effe8d4d5664c2d4193.tar.gz gentoo-9f8b60fd0f1e92b1e7417effe8d4d5664c2d4193.tar.bz2 gentoo-9f8b60fd0f1e92b1e7417effe8d4d5664c2d4193.zip |
dev-ruby/ruby-gettext: keyword 3.4.1 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-gettext')
-rw-r--r-- | dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild index 6a95dca662f5..89ae1989fed2 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ inherit ruby-fakegem DESCRIPTION="Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="https://ruby-gettext.github.io/" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc test" SLOT="0" LICENSE="|| ( Ruby LGPL-3+ )" |