diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-19 08:12:09 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-19 08:12:09 +0100 |
commit | 6e9a9b1cb0ebc50cb5d5407ee76aa221b230082e (patch) | |
tree | a51b2eaf18a0e0b7e625f5e60196efbaaa078057 | |
parent | dev-ruby/actionview: amd64 stable (diff) | |
download | gentoo-6e9a9b1cb0ebc50cb5d5407ee76aa221b230082e.tar.gz gentoo-6e9a9b1cb0ebc50cb5d5407ee76aa221b230082e.tar.bz2 gentoo-6e9a9b1cb0ebc50cb5d5407ee76aa221b230082e.zip |
dev-ruby/railties: add 5.1.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | dev-ruby/railties/railties-5.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/railties/railties-5.1.4.ebuild b/dev-ruby/railties/railties-5.1.4.ebuild index c5a881cd40f9..3dc61a448b8a 100644 --- a/dev-ruby/railties/railties-5.1.4.ebuild +++ b/dev-ruby/railties/railties-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}" |