diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-08-04 05:22:08 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-08-04 05:39:33 +0200 |
commit | bbbe68c8857d900d77170afdd6d3bb2f0870ae2a (patch) | |
tree | af08fcf47aab92b0a7f27d15ffc74a92464647be /dev-ruby/rqrcode | |
parent | dev-ruby/chunky_png: add 1.3.12 (diff) | |
download | gentoo-bbbe68c8857d900d77170afdd6d3bb2f0870ae2a.tar.gz gentoo-bbbe68c8857d900d77170afdd6d3bb2f0870ae2a.tar.bz2 gentoo-bbbe68c8857d900d77170afdd6d3bb2f0870ae2a.zip |
dev-ruby/rqrcode: add ruby27
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rqrcode')
-rw-r--r-- | dev-ruby/rqrcode/rqrcode-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rqrcode/rqrcode-1.1.1.ebuild b/dev-ruby/rqrcode/rqrcode-1.1.1.ebuild index 68073826baec..0732f526841c 100644 --- a/dev-ruby/rqrcode/rqrcode-1.1.1.ebuild +++ b/dev-ruby/rqrcode/rqrcode-1.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md" |