diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-06 21:04:52 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-06 21:05:07 +0100 |
commit | 6d9898d760803df02c8af0e98b31d65ee8ad4afd (patch) | |
tree | 7d14a6fc0daf2c0ae7c4239d660cb0cec89a6fe8 /app-text/ronn | |
parent | dev-ruby/mustache: cleanup (diff) | |
download | gentoo-6d9898d760803df02c8af0e98b31d65ee8ad4afd.tar.gz gentoo-6d9898d760803df02c8af0e98b31d65ee8ad4afd.tar.bz2 gentoo-6d9898d760803df02c8af0e98b31d65ee8ad4afd.zip |
app-text/ronn: remove ruby19, fix desc
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-text/ronn')
-rw-r--r-- | app-text/ronn/ronn-0.7.3-r3.ebuild | 6 |
1 files 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 26dd948bc1d0..64ccc402b1ba 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" |