diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-21 20:18:41 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-21 20:36:44 +0100 |
commit | ae4f80708db42bc5ce0649d49d1171de7f2baf9f (patch) | |
tree | 656acc26f2ca247049763132f84050c9678ce8a6 /net-irc/epic5 | |
parent | net-irc/rbot: cleanup (diff) | |
download | gentoo-ae4f80708db42bc5ce0649d49d1171de7f2baf9f.tar.gz gentoo-ae4f80708db42bc5ce0649d49d1171de7f2baf9f.tar.bz2 gentoo-ae4f80708db42bc5ce0649d49d1171de7f2baf9f.zip |
net-irc/epic5: add ruby23
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-irc/epic5')
-rw-r--r-- | net-irc/epic5/epic5-1.1.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/epic5/epic5-1.1.10-r1.ebuild b/net-irc/epic5/epic5-1.1.10-r1.ebuild index b10edb0ea041..97036b79137d 100644 --- a/net-irc/epic5/epic5-1.1.10-r1.ebuild +++ b/net-irc/epic5/epic5-1.1.10-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby22 ruby23" RUBY_OPTIONAL=yes inherit autotools eutils multilib ruby-ng toolchain-funcs |