diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-01-20 19:48:37 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-01-20 20:04:45 +0100 |
commit | 708328d918feb43d59410b8dcf3fddb5683f547a (patch) | |
tree | 1c1e82f0e41d3545d70785babff258cae23174cf /dev-ruby/mime-types | |
parent | media-gfx/photoqt: Fix detection and build with exiv2-0.27 (diff) | |
download | gentoo-708328d918feb43d59410b8dcf3fddb5683f547a.tar.gz gentoo-708328d918feb43d59410b8dcf3fddb5683f547a.tar.bz2 gentoo-708328d918feb43d59410b8dcf3fddb5683f547a.zip |
dev-ruby/mime-types: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/mime-types')
-rw-r--r-- | dev-ruby/mime-types/mime-types-2.99.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mime-types/mime-types-2.99.2.ebuild b/dev-ruby/mime-types/mime-types-2.99.2.ebuild index 43b96b1bc48d..911e46dcfe34 100644 --- a/dev-ruby/mime-types/mime-types-2.99.2.ebuild +++ b/dev-ruby/mime-types/mime-types-2.99.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.rdoc History-Types.rdoc README.rdoc" |