diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-10 07:23:06 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-10 08:38:50 +0100 |
commit | 59c432c77f253628f89776fc6e85e0160264aac2 (patch) | |
tree | 0e997e539cbc786abc19e2ddba851ce34028e570 /dev-ruby/rqrcode | |
parent | dev-ruby/robots: add ruby24, ruby25 (diff) | |
download | gentoo-59c432c77f253628f89776fc6e85e0160264aac2.tar.gz gentoo-59c432c77f253628f89776fc6e85e0160264aac2.tar.bz2 gentoo-59c432c77f253628f89776fc6e85e0160264aac2.zip |
dev-ruby/rqrcode: add ruby24
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/rqrcode')
-rw-r--r-- | dev-ruby/rqrcode/rqrcode-0.10.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ruby/rqrcode/rqrcode-0.10.1.ebuild b/dev-ruby/rqrcode/rqrcode-0.10.1.ebuild index c5e8f5c15252..b2141cf85da7 100644 --- a/dev-ruby/rqrcode/rqrcode-0.10.1.ebuild +++ b/dev-ruby/rqrcode/rqrcode-0.10.1.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby22 ruby23 ruby24" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" |