diff options
author | Hans de Graaff <graaff@gentoo.org> | 2025-01-18 09:57:38 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2025-01-18 09:57:56 +0100 |
commit | ff3fc03c449b1e9a5e6588e5192580a874ee0036 (patch) | |
tree | 66d64484380968deffdd628b8c27a32f6db40fbf /dev-vcs/subversion | |
parent | dev-python/rope: Stabilize 1.13.0-r1 ALLARCHES, #948281 (diff) | |
download | gentoo-ff3fc03c449b1e9a5e6588e5192580a874ee0036.tar.gz gentoo-ff3fc03c449b1e9a5e6588e5192580a874ee0036.tar.bz2 gentoo-ff3fc03c449b1e9a5e6588e5192580a874ee0036.zip |
dev-vcs/subversion: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r-- | dev-vcs/subversion/subversion-1.14.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/subversion/subversion-1.14.5.ebuild b/dev-vcs/subversion/subversion-1.14.5.ebuild index 069859b8ed8a..887fd4522a84 100644 --- a/dev-vcs/subversion/subversion-1.14.5.ebuild +++ b/dev-vcs/subversion/subversion-1.14.5.ebuild @@ -7,7 +7,7 @@ WANT_AUTOMAKE="none" GENTOO_DEPEND_ON_PERL="no" # no py3.12 yet as many tests have invalid escape sequence warnings PYTHON_COMPAT=( python3_{10..11} ) -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 inherit libtool multilib multiprocessing perl-module prefix python-any-r1 ruby-single xdg-utils |