diff options
author | 2016-03-06 21:44:04 +0100 | |
---|---|---|
committer | 2016-03-06 22:09:04 +0100 | |
commit | c97dc73e4ec05c7205e26d2e09fc54e31871fcea (patch) | |
tree | 6ba63f7e0dc7a21bce89de0155b040d23b2ffc12 /dev-ruby/psych | |
parent | dev-ruby/psych: cleanup (diff) | |
download | gentoo-c97dc73e4ec05c7205e26d2e09fc54e31871fcea.tar.gz gentoo-c97dc73e4ec05c7205e26d2e09fc54e31871fcea.tar.bz2 gentoo-c97dc73e4ec05c7205e26d2e09fc54e31871fcea.zip |
dev-ruby/psych: add ruby23
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/psych')
-rw-r--r-- | dev-ruby/psych/psych-2.0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/psych/psych-2.0.17.ebuild b/dev-ruby/psych/psych-2.0.17.ebuild index 3d3ff13c68ce..ad0bc4b6090e 100644 --- a/dev-ruby/psych/psych-2.0.17.ebuild +++ b/dev-ruby/psych/psych-2.0.17.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="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" |