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 3FE1F138A1A for ; Mon, 12 Jan 2015 00:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A8E7E0809; Mon, 12 Jan 2015 00:00:29 +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 8F958E0809 for ; Mon, 12 Jan 2015 00:00:28 +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 AF02A3406A1 for ; Mon, 12 Jan 2015 00:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5056F61A for ; Mon, 12 Jan 2015 00:00:24 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421002981.031fca01d2964b59134804ff537b68c85afd9cac.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/htcondor/htcondor-8.3.2.ebuild X-VCS-Directories: sys-cluster/htcondor/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 031fca01d2964b59134804ff537b68c85afd9cac X-VCS-Branch: master Date: Mon, 12 Jan 2015 00:00:24 +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: 6bcbb94f-b444-4db8-9981-422ec508af70 X-Archives-Hash: 1dca560e39bba140a00e0da4d2ede825 commit: 031fca01d2964b59134804ff537b68c85afd9cac Author: Marius Brehler linux sungazer de> AuthorDate: Sun Jan 11 19:03:01 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Jan 11 19:03:01 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=031fca01 sys-cluster/htcondor: Make use of adjusted patches --- sys-cluster/htcondor/htcondor-8.3.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/htcondor/htcondor-8.3.2.ebuild b/sys-cluster/htcondor/htcondor-8.3.2.ebuild index 638715b..d2c6a55 100644 --- a/sys-cluster/htcondor/htcondor-8.3.2.ebuild +++ b/sys-cluster/htcondor/htcondor-8.3.2.ebuild @@ -50,9 +50,9 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/condor_shadow_dlopen-${PV}.patch" - epatch "${FILESDIR}/condor_config.generic.patch" - epatch "${FILESDIR}/0001-Apply-the-user-s-condor_config-last-rather-than-firs.patch" - epatch "${FILESDIR}/packaging_directories-8.0.0.patch" + epatch "${FILESDIR}/condor_config.generic-${PV}.patch" + epatch "${FILESDIR}/Apply-the-user-s-condor_config-last-rather-than-first-${PV}.patch" + epatch "${FILESDIR}/packaging_directories-${PV}.patch" epatch "${FILESDIR}/fix_sandbox_violations-8.0.0.patch" cmake-utils_src_prepare }