diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-19 08:11:32 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-19 08:11:32 +0100 |
commit | a35b6632ed2fa7e212550ea2dc50d04ee4412e5c (patch) | |
tree | 931cf372757fe4529131d31ae08052b2702854c6 /dev-ruby/actionview | |
parent | dev-ruby/actionpack: amd64 stable (diff) | |
download | gentoo-a35b6632ed2fa7e212550ea2dc50d04ee4412e5c.tar.gz gentoo-a35b6632ed2fa7e212550ea2dc50d04ee4412e5c.tar.bz2 gentoo-a35b6632ed2fa7e212550ea2dc50d04ee4412e5c.zip |
dev-ruby/actionview: amd64 stable
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/actionview')
-rw-r--r-- | dev-ruby/actionview/actionview-5.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/actionview/actionview-5.1.4.ebuild b/dev-ruby/actionview/actionview-5.1.4.ebuild index 9848d99ce17f..9fdf7dd3de54 100644 --- a/dev-ruby/actionview/actionview-5.1.4.ebuild +++ b/dev-ruby/actionview/actionview-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}" |