diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-21 09:25:47 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-21 09:56:24 +0100 |
commit | 37de16ff58b4ef82dffccbda284f1f0ee902a271 (patch) | |
tree | efa5863bcbcdebfdfb34af654631e6b9a2c78bdc /dev-ruby/rb-inotify | |
parent | x11-misc/tint2: version bump 16.2 (diff) | |
download | gentoo-37de16ff58b4ef82dffccbda284f1f0ee902a271.tar.gz gentoo-37de16ff58b4ef82dffccbda284f1f0ee902a271.tar.bz2 gentoo-37de16ff58b4ef82dffccbda284f1f0ee902a271.zip |
dev-ruby/rb-inotify: add ruby23
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/rb-inotify')
-rw-r--r-- | dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild index 21458d6f44b6..fae330afc84c 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 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" +USE_RUBY="ruby22 ruby23" RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.md" |