diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 15:07:55 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 15:07:55 +0200 |
commit | d42df0ff3c2993d2e4028de97479f905948094cb (patch) | |
tree | 506cb337b34b0cc6c047d129e71bbd03bd9be215 /dev-ruby/actionmailbox | |
parent | dev-ruby/actiontext: Keyword 7.0.4 ppc64, #833783 (diff) | |
download | gentoo-d42df0ff3c2993d2e4028de97479f905948094cb.tar.gz gentoo-d42df0ff3c2993d2e4028de97479f905948094cb.tar.bz2 gentoo-d42df0ff3c2993d2e4028de97479f905948094cb.zip |
dev-ruby/actionmailbox: Keyword 7.0.4 ppc64, #833783
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/actionmailbox')
-rw-r--r-- | dev-ruby/actionmailbox/actionmailbox-7.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/actionmailbox/actionmailbox-7.0.4.ebuild b/dev-ruby/actionmailbox/actionmailbox-7.0.4.ebuild index 2f345728b1fd..aac3fad52b09 100644 --- a/dev-ruby/actionmailbox/actionmailbox-7.0.4.ebuild +++ b/dev-ruby/actionmailbox/actionmailbox-7.0.4.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 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="~amd64 ~ppc64 ~riscv" IUSE="" RUBY_S="rails-${PV}/${PN}" |