commit: 031fca01d2964b59134804ff537b68c85afd9cac
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 19:03:01 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> 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
}