diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-03 15:28:02 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-03 15:57:54 +0100 |
commit | b17618cde68d886cd4e218c1ff538e6b48cf5a59 (patch) | |
tree | c847369a0bb77e49924afe6882b22c68b43c9f3c /x11-libs | |
parent | dev-ruby/aws-partitions: enable ruby30 and disable ruby25, ruby26 (diff) | |
download | gentoo-b17618cde68d886cd4e218c1ff538e6b48cf5a59.tar.gz gentoo-b17618cde68d886cd4e218c1ff538e6b48cf5a59.tar.bz2 gentoo-b17618cde68d886cd4e218c1ff538e6b48cf5a59.zip |
x11-libs/libgxim: enable ruby30 and disable ruby25, ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libgxim/libgxim-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libgxim/libgxim-0.5.0.ebuild b/x11-libs/libgxim/libgxim-0.5.0.ebuild index 5f7418aac956..4496a8635199 100644 --- a/x11-libs/libgxim/libgxim-0.5.0.ebuild +++ b/x11-libs/libgxim/libgxim-0.5.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby27 ruby30" inherit autotools ruby-single |