diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-02-26 07:10:25 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-02-26 07:10:25 +0100 |
commit | 636d8430674266099e53b4420f990bea824ec5d3 (patch) | |
tree | fe2d7d0e399ea0b403ca17097bf99c64864dd1bc /dev-ruby/xpath | |
parent | dev-ruby/capybara: cleanup (diff) | |
download | gentoo-636d8430674266099e53b4420f990bea824ec5d3.tar.gz gentoo-636d8430674266099e53b4420f990bea824ec5d3.tar.bz2 gentoo-636d8430674266099e53b4420f990bea824ec5d3.zip |
dev-ruby/xpath: 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/xpath')
-rw-r--r-- | dev-ruby/xpath/xpath-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild b/dev-ruby/xpath/xpath-3.2.0.ebuild index e5e5655d1228..9627798f29bd 100644 --- a/dev-ruby/xpath/xpath-3.2.0.ebuild +++ b/dev-ruby/xpath/xpath-3.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# 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_EXTRADOC="README.md" |