commit: 6d9898d760803df02c8af0e98b31d65ee8ad4afd Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Mar 6 20:04:52 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Mar 6 20:05:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9898d7
app-text/ronn: remove ruby19, fix desc Package-Manager: portage-2.2.26 app-text/ronn/ronn-0.7.3-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild b/app-text/ronn/ronn-0.7.3-r3.ebuild index 26dd948..64ccc40 100644 --- a/app-text/ronn/ronn-0.7.3-r3.ebuild +++ b/app-text/ronn/ronn-0.7.3-r3.ebuild @@ -1,16 +1,16 @@ -# 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 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md" inherit ruby-fakegem -DESCRIPTION="Converts simple, human readable textfiles to roff for terminal display, and to HTML" +DESCRIPTION="Converts simple, human readable textfiles to roff for terminal display, and HTML" HOMEPAGE="https://github.com/rtomayko/ronn/" LICENSE="MIT"
