diff options
author | 2024-12-31 09:52:47 +0100 | |
---|---|---|
committer | 2024-12-31 09:52:47 +0100 | |
commit | 9de8c33037e7fb695cae4511b079ff89ad31919e (patch) | |
tree | 0571dd7b9c323a2f50da77673d650b9209217049 /dev-ruby/rdtool | |
parent | dev-ruby/rdiscount: enable ruby34 (diff) | |
download | gentoo-9de8c33037e7fb695cae4511b079ff89ad31919e.tar.gz gentoo-9de8c33037e7fb695cae4511b079ff89ad31919e.tar.bz2 gentoo-9de8c33037e7fb695cae4511b079ff89ad31919e.zip |
dev-ruby/rdtool: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rdtool')
-rw-r--r-- | dev-ruby/rdtool/rdtool-0.6.38-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/rdtool/rdtool-0.6.38-r3.ebuild b/dev-ruby/rdtool/rdtool-0.6.38-r3.ebuild index 39489b7cfc39..dfdd6207f8bb 100644 --- a/dev-ruby/rdtool/rdtool-0.6.38-r3.ebuild +++ b/dev-ruby/rdtool/rdtool-0.6.38-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="HISTORY README.*" @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" IUSE="emacs" -RDEPEND="${RDEPEND} emacs? ( >=app-editors/emacs-23.1:* )" +RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )" SITEFILE=50${PN}-gentoo.el |