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 C718D1384B4 for ; Sun, 13 Dec 2015 14:05:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA86E21C062; Sun, 13 Dec 2015 14:05:45 +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 D850021C066 for ; Sun, 13 Dec 2015 14:05:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECF83340923 for ; Sun, 13 Dec 2015 14:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 237FFE60 for ; Sun, 13 Dec 2015 14:05:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1450015528.3dbb48d58507cfba57c0bb150fdfcde98ca7235b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysvn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysvn/pysvn-1.7.10.ebuild X-VCS-Directories: dev-python/pysvn/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3dbb48d58507cfba57c0bb150fdfcde98ca7235b X-VCS-Branch: master Date: Sun, 13 Dec 2015 14:05:38 +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: e5a5ada5-bd10-4008-85c1-2c8b5c77c189 X-Archives-Hash: 4df47bdb9d31d6f470b68e25c8ac8ce2 commit: 3dbb48d58507cfba57c0bb150fdfcde98ca7235b Author: Justin Lecher gentoo org> AuthorDate: Sun Dec 13 12:47:58 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 13 14:05:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbb48d5 dev-python/pysvn: Add missing die Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/pysvn/pysvn-1.7.10.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pysvn/pysvn-1.7.10.ebuild b/dev-python/pysvn/pysvn-1.7.10.ebuild index 1470a49..5ea2536 100644 --- a/dev-python/pysvn/pysvn-1.7.10.ebuild +++ b/dev-python/pysvn/pysvn-1.7.10.ebuild @@ -28,7 +28,9 @@ python_prepare() { rm -r Import || die # http://pysvn.tigris.org/source/browse/pysvn?view=rev&revision=1469 - sed -e "s/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_16/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_1_6/" -i Source/pysvn_svnenv.hpp + sed \ + -e "s/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_16/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_1_6/" \ + -i Source/pysvn_svnenv.hpp || die } python_configure() {