diff options
author | 2019-02-02 17:03:38 +0100 | |
---|---|---|
committer | 2019-02-02 18:17:25 +0100 | |
commit | 3f65d93f2c902316e09a0d7ea010559574a6bba7 (patch) | |
tree | 6c8ee63059554ee79a2f458afed7da3e2a901bcb /dev-ruby/daemon_controller | |
parent | dev-ruby/daemons: add ruby26 (diff) | |
download | gentoo-3f65d93f2c902316e09a0d7ea010559574a6bba7.tar.gz gentoo-3f65d93f2c902316e09a0d7ea010559574a6bba7.tar.bz2 gentoo-3f65d93f2c902316e09a0d7ea010559574a6bba7.zip |
dev-ruby/daemon_controller: 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/daemon_controller')
-rw-r--r-- | dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild index 362ee32ec27c..f16b0169ede2 100644 --- a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild +++ b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.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_TEST="rspec" |