diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-07-12 08:02:41 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-07-12 08:21:53 +0200 |
commit | 606921328899e1d82a3963d5b24895b85eb27354 (patch) | |
tree | f56467fcd937eb97c2a80f6d0c613ec62e233e86 /dev-ruby/minitest-around | |
parent | app-text/texlive: [QA] Revbump to resolve blockers (diff) | |
download | gentoo-606921328899e1d82a3963d5b24895b85eb27354.tar.gz gentoo-606921328899e1d82a3963d5b24895b85eb27354.tar.bz2 gentoo-606921328899e1d82a3963d5b24895b85eb27354.zip |
dev-ruby/minitest-around: add ruby27
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/minitest-around')
-rw-r--r-- | dev-ruby/minitest-around/minitest-around-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild index 286620470fb8..fe345c84dc3b 100644 --- a/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild +++ b/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" |