diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-19 08:12:59 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-19 08:12:59 +0100 |
commit | 66f29eab7c7cc90146ff7d83a86d1200760ebbf9 (patch) | |
tree | b4a60b17f95c16f14f0ebd203ff19a4b18fd35b9 /dev-ruby/activemodel | |
parent | dev-ruby/railties: add 5.1.4 (diff) | |
download | gentoo-66f29eab7c7cc90146ff7d83a86d1200760ebbf9.tar.gz gentoo-66f29eab7c7cc90146ff7d83a86d1200760ebbf9.tar.bz2 gentoo-66f29eab7c7cc90146ff7d83a86d1200760ebbf9.zip |
dev-ruby/activemodel: amd64 stable
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/activemodel')
-rw-r--r-- | dev-ruby/activemodel/activemodel-5.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activemodel/activemodel-5.1.4.ebuild b/dev-ruby/activemodel/activemodel-5.1.4.ebuild index b71cebbd5801..78f019a74515 100644 --- a/dev-ruby/activemodel/activemodel-5.1.4.ebuild +++ b/dev-ruby/activemodel/activemodel-5.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}" |