diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-02-20 09:32:40 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-02-20 09:34:27 +0100 |
commit | 1a3073ed1d2fbc4162df351da69597837c337019 (patch) | |
tree | 75ada544bfb3a396127a7d7b5b097b3c5bb8ee09 /dev-ruby | |
parent | dev-ruby/activesupport: amd64 stable (diff) | |
download | gentoo-1a3073ed1d2fbc4162df351da69597837c337019.tar.gz gentoo-1a3073ed1d2fbc4162df351da69597837c337019.tar.bz2 gentoo-1a3073ed1d2fbc4162df351da69597837c337019.zip |
dev-ruby/activemodel: 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')
-rw-r--r-- | dev-ruby/activemodel/activemodel-6.0.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activemodel/activemodel-6.0.4.4.ebuild b/dev-ruby/activemodel/activemodel-6.0.4.4.ebuild index 922d14dbfa67..72fd8222d8ca 100644 --- a/dev-ruby/activemodel/activemodel-6.0.4.4.ebuild +++ b/dev-ruby/activemodel/activemodel-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 @@ -19,7 +19,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="" RUBY_S="rails-${PV}/${PN}" |