diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-01-13 09:28:56 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-01-13 09:28:56 +0100 |
commit | 9e16bc48f1ac7ed54b1fcc6e6799a4cc049cdf53 (patch) | |
tree | 0ae18ac14db76ccba516a99b5305a90a951feff4 /dev-ruby/redcloth | |
parent | dev-ruby/rake-compiler: add ruby26 (diff) | |
download | gentoo-9e16bc48f1ac7ed54b1fcc6e6799a4cc049cdf53.tar.gz gentoo-9e16bc48f1ac7ed54b1fcc6e6799a4cc049cdf53.tar.bz2 gentoo-9e16bc48f1ac7ed54b1fcc6e6799a4cc049cdf53.zip |
dev-ruby/redcloth: 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/redcloth')
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.3.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/redcloth/redcloth-4.3.2-r1.ebuild b/dev-ruby/redcloth/redcloth-4.3.2-r1.ebuild index 06d1e166eb64..274d5f41f1fb 100644 --- a/dev-ruby/redcloth/redcloth-4.3.2-r1.ebuild +++ b/dev-ruby/redcloth/redcloth-4.3.2-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_NAME="RedCloth" -RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" |