diff options
author | 2019-01-27 12:46:01 +0100 | |
---|---|---|
committer | 2019-01-27 16:34:37 +0100 | |
commit | 1eca5f251dab055c60fa4945159cdd98f64d54c7 (patch) | |
tree | 422d4c5641293b1cec0052b16ea0cbe3c0f8fd2a | |
parent | dev-util/rebar: Drop old (diff) | |
download | gentoo-1eca5f251dab055c60fa4945159cdd98f64d54c7.tar.gz gentoo-1eca5f251dab055c60fa4945159cdd98f64d54c7.tar.bz2 gentoo-1eca5f251dab055c60fa4945159cdd98f64d54c7.zip |
dev-ruby/rdiscount: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild index 2f391e54f489..1ad5ee1e4fa8 100644 --- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild +++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.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="ruby22 ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_TEST="test:unit" |