diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-02-20 09:33:37 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-02-20 09:34:27 +0100 |
commit | 713c989c3dbb69126cea7ae30183903d9c163c41 (patch) | |
tree | ea16f7c308bf1831e78d0940e43876ab5902b956 /dev-ruby/actionview | |
parent | dev-ruby/activemodel: amd64 stable (diff) | |
download | gentoo-713c989c3dbb69126cea7ae30183903d9c163c41.tar.gz gentoo-713c989c3dbb69126cea7ae30183903d9c163c41.tar.bz2 gentoo-713c989c3dbb69126cea7ae30183903d9c163c41.zip |
dev-ruby/actionview: amd64 stable
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actionview')
-rw-r--r-- | dev-ruby/actionview/actionview-6.0.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/actionview/actionview-6.0.4.4.ebuild b/dev-ruby/actionview/actionview-6.0.4.4.ebuild index 8e0441011e0a..11c8508cdcd2 100644 --- a/dev-ruby/actionview/actionview-6.0.4.4.ebuild +++ b/dev-ruby/actionview/actionview-6.0.4.4.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=7 @@ -23,7 +23,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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="" RUBY_S="rails-${PV}/${PN}" |