diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-04-10 02:18:17 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-04-10 02:18:17 +0200 |
commit | d8fcfe95656b4d7286337d60b5b562f7a44f2a14 (patch) | |
tree | 1ab6e4269f3fef996ae48eab54ff95068672a279 /app-admin | |
parent | app-admin/r10k: Remove ruby19 (diff) | |
download | gentoo-d8fcfe95656b4d7286337d60b5b562f7a44f2a14.tar.gz gentoo-d8fcfe95656b4d7286337d60b5b562f7a44f2a14.tar.bz2 gentoo-d8fcfe95656b4d7286337d60b5b562f7a44f2a14.zip |
app-admin/puppet-lint: Remove ruby19
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/puppet-lint/puppet-lint-0.3.2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/puppet-lint/puppet-lint-1.1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild b/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild index 20f1107ffae0..737eab4c12f5 100644 --- a/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild +++ b/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="4" -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="README*" diff --git a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild b/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild index 562e60310792..5c672ff19972 100644 --- a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild +++ b/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |