From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B16158973 for ; Mon, 8 Feb 2016 08:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B902221C05D; Mon, 8 Feb 2016 08:08:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5960221C05D for ; Mon, 8 Feb 2016 08:08:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19D283408EA for ; Mon, 8 Feb 2016 08:08:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6455D8F5 for ; Mon, 8 Feb 2016 08:08:54 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1454918900.dbc7f12ed8701f12a91b6de8136d40f00d8d284d.grobian@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.9.3.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: dbc7f12ed8701f12a91b6de8136d40f00d8d284d X-VCS-Branch: master Date: Mon, 8 Feb 2016 08:08:54 +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-Archives-Salt: 4f77fc80-cda5-48d1-9857-a70a1363c504 X-Archives-Hash: 531930d2e77d4b154751e3d9c25afa45 commit: dbc7f12ed8701f12a91b6de8136d40f00d8d284d Author: Fabian Groffen gentoo org> AuthorDate: Mon Feb 8 08:06:19 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Feb 8 08:08:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc7f12e dev-vcs/subversion: bump serf requirement as per configure Package-Manager: portage-2.2.20-prefix dev-vcs/subversion/subversion-1.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/subversion/subversion-1.9.3.ebuild b/dev-vcs/subversion/subversion-1.9.3.ebuild index b25ce1e..41c8197 100644 --- a/dev-vcs/subversion/subversion-1.9.3.ebuild +++ b/dev-vcs/subversion/subversion-1.9.3.ebuild @@ -37,7 +37,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.7.12 python? ( ${PYTHON_DEPS} ) ruby? ( ${RUBY_DEPS} ) sasl? ( dev-libs/cyrus-sasl ) - http? ( >=net-libs/serf-1.2.1 )" + http? ( >=net-libs/serf-1.3.4 )" RDEPEND="${COMMON_DEPEND} apache2? ( www-servers/apache[apache2_modules_dav] ) java? ( >=virtual/jre-1.5 )