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 /www-apps/jekyll | |
parent | media-sound/splay: Remove use of 'einstall', EAPI=6 (diff) | |
download | gentoo-87cd692a2ca8c25298ab5282bbd872bf23414be3.tar.gz gentoo-87cd692a2ca8c25298ab5282bbd872bf23414be3.tar.bz2 gentoo-87cd692a2ca8c25298ab5282bbd872bf23414be3.zip |
www-apps/jekyll: Remove ruby19 target
Package-Manager: portage-2.2.27
Diffstat (limited to 'www-apps/jekyll')
-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 56ba15507092..c1830aa2e267 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 |