diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-01-23 17:31:07 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-23 17:31:07 +0100 |
commit | 87cd692a2ca8c25298ab5282bbd872bf23414be3 (patch) | |
tree | caf7fc8e4da547853241d19ab940a578aa916524 | |
parent | ea17159739c98e2365d1ce3ad0d669d3dae6fdb7 (diff) | |
download | gentoo-87cd692a2ca8c25298ab5282bbd872bf23414be3.tar.gz gentoo-87cd692a2ca8c25298ab5282bbd872bf23414be3.tar.xz |
www-apps/jekyll: Remove ruby19 target
Package-Manager: portage-2.2.27
-rw-r--r-- | www-apps/jekyll/jekyll-2.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/jekyll/jekyll-2.5.3.ebuild b/www-apps/jekyll/jekyll-2.5.3.ebuild index 56ba1550709..c1830aa2e26 100644 --- a/www-apps/jekyll/jekyll-2.5.3.ebuild +++ b/www-apps/jekyll/jekyll-2.5.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 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" inherit ruby-fakegem |