From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4F13158091 for ; Sun, 12 Jun 2022 08:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20600E0931; Sun, 12 Jun 2022 08:33:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02BA4E0931 for ; Sun, 12 Jun 2022 08:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19B7D341AD6 for ; Sun, 12 Jun 2022 08:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAAA14FB for ; Sun, 12 Jun 2022 08:33:23 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1655022798.f9b486f97981db7cd2ac0a68e0020011d94d91b6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.14.1.ebuild dev-vcs/subversion/subversion-1.14.2-r1.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f9b486f97981db7cd2ac0a68e0020011d94d91b6 X-VCS-Branch: master Date: Sun, 12 Jun 2022 08:33:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fbf4c72-382c-4561-87cf-bc29c7309365 X-Archives-Hash: 4d0ab7e61f48793e02a671600ad9770c commit: f9b486f97981db7cd2ac0a68e0020011d94d91b6 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jun 12 06:47:06 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jun 12 08:33:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b486f9 dev-vcs/subversion: add ruby27 Signed-off-by: Hans de Graaff gentoo.org> dev-vcs/subversion/subversion-1.14.1.ebuild | 2 +- dev-vcs/subversion/subversion-1.14.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.14.1.ebuild b/dev-vcs/subversion/subversion-1.14.1.ebuild index 1a13e773974d..b05d9fd700e2 100644 --- a/dev-vcs/subversion/subversion-1.14.1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{8,9} ) -USE_RUBY="ruby26 ruby25 ruby24" +USE_RUBY="ruby27 ruby26" DISTUTILS_OPTIONAL=1 WANT_AUTOMAKE="none" GENTOO_DEPEND_ON_PERL="no" diff --git a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild index 3eead81d1d55..418e18b2b550 100644 --- a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 WANT_AUTOMAKE="none" GENTOO_DEPEND_ON_PERL="no" PYTHON_COMPAT=( python3_{8..11} ) -USE_RUBY="ruby26" +USE_RUBY="ruby27 ruby26" inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool multilib perl-module python-any-r1 ruby-single xdg-utils