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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 008011382C5 for ; Thu, 10 Dec 2020 06:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B9E9E082D; Thu, 10 Dec 2020 06:51:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C939CE082D for ; Thu, 10 Dec 2020 06:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40EEC340D45 for ; Thu, 10 Dec 2020 06:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B02C646C for ; Thu, 10 Dec 2020 06:51:31 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1607583087.2c43738877d75a7e31912889f5df21cf6fb2cf97.robbat2@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.0-r1.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2c43738877d75a7e31912889f5df21cf6fb2cf97 X-VCS-Branch: master Date: Thu, 10 Dec 2020 06:51:31 +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: 41edd4ee-8441-47d2-ae22-663a21f663d8 X-Archives-Hash: 29cd9707fab09c79b1d31df957c070ce commit: 2c43738877d75a7e31912889f5df21cf6fb2cf97 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Dec 10 06:49:41 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Dec 10 06:51:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c437388 dev-vcs/subversion: update min apr version Per CHANGES: * Require at least version 1.5 of APR (r1874094) Signed-off-by: Robin H. Johnson gentoo.org> dev-vcs/subversion/subversion-1.14.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild index b3e20ec4f60..4287afb9679 100644 --- a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild @@ -29,8 +29,8 @@ COMMON_DEPEND=" app-arch/bzip2 app-arch/lz4 >=dev-db/sqlite-3.7.12 - >=dev-libs/apr-1.3:1 - >=dev-libs/apr-util-1.3:1 + >=dev-libs/apr-1.5:1 + >=dev-libs/apr-util-1.5:1 dev-libs/expat dev-libs/libutf8proc:= >=net-libs/serf-1.3.4