diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-08-23 10:47:28 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-23 10:47:28 +0200 |
commit | 667e00a894a249027fce92aef5704bc39ea5a44e (patch) | |
tree | 29ebd5c369c2d2a0fc1fb3cc065df5b7921e6485 /dev-ruby | |
parent | dev-ruby/activerecord: stabilize 7.0.8.4 for amd64 (diff) | |
download | gentoo-667e00a894a249027fce92aef5704bc39ea5a44e.tar.gz gentoo-667e00a894a249027fce92aef5704bc39ea5a44e.tar.bz2 gentoo-667e00a894a249027fce92aef5704bc39ea5a44e.zip |
dev-ruby/actionview: stabilize 7.0.8.4 for amd64
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionview/actionview-7.0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actionview/actionview-7.0.8.4.ebuild b/dev-ruby/actionview/actionview-7.0.8.4.ebuild index a50a2fd90ad1..daba3bf4c529 100644 --- a/dev-ruby/actionview/actionview-7.0.8.4.ebuild +++ b/dev-ruby/actionview/actionview-7.0.8.4.ebuild @@ -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 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" RUBY_S="rails-${PV}/${PN}" |