commit: 18ff66f544a7c4f93dea1dd3412f8b425495f1f3 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Feb 8 06:07:30 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Feb 8 06:24:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ff66f5
dev-ruby/priorityqueue: add ruby24, document ruby25 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/priorityqueue/priorityqueue-0.1.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/priorityqueue/priorityqueue-0.1.2.ebuild b/dev-ruby/priorityqueue/priorityqueue-0.1.2.ebuild index 78bd8832421..2946adc65a8 100644 --- a/dev-ruby/priorityqueue/priorityqueue-0.1.2.ebuild +++ b/dev-ruby/priorityqueue/priorityqueue-0.1.2.ebuild @@ -1,9 +1,10 @@ -# 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" +# ruby25: fails tests +USE_RUBY="ruby22 ruby23 ruby24" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_TASK_DOC=""
