From f4ee1c44273f78f7078a793d052273615c26dbb5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 18 Feb 2015 15:18:08 +0100 Subject: sys-cluster/htcondor: fix SLOT operators Package-Manager: portage-2.2.17 --- sys-cluster/htcondor/htcondor-8.0.0.ebuild | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'sys-cluster/htcondor/htcondor-8.0.0.ebuild') diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild index c62179383..54c4d5a47 100644 --- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild +++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild @@ -3,8 +3,10 @@ # $Header: $ EAPI=5 + CMAKE_MIN_VERSION=2.8 -PYTHON_COMPAT=( python{2_6,2_7} ) + +PYTHON_COMPAT=( python2_7 ) inherit cmake-utils python-single-r1 user @@ -19,7 +21,8 @@ IUSE="boinc cgroup contrib curl dmtcp doc kerberos libvirt management minimal po REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -CDEPEND="sys-libs/zlib +CDEPEND=" + sys-libs/zlib >=dev-libs/libpcre-7.6 >=dev-libs/boost-1.49.0[${PYTHON_USEDEP}] net-nds/openldap @@ -31,10 +34,10 @@ CDEPEND="sys-libs/zlib kerberos? ( virtual/krb5 ) X? ( x11-libs/libX11 ) management? ( net-libs/qmf ) - postgres? ( >=dev-db/postgresql-8.2.4 ) + postgres? ( >=dev-db/postgresql-8.2.4:= ) python? ( ${PYTHON_DEPS} ) soap? ( >=net-libs/gsoap-2.7.11[ssl?] ) - ssl? ( >=dev-libs/openssl-0.9.8i ) + ssl? ( >=dev-libs/openssl-0.9.8i:0 ) xml? ( >=dev-libs/libxml2-2.7.3 )" DEPEND="${CDEPEND} @@ -53,11 +56,12 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}/condor_shadow_dlopen-${PV}.patch" \ - "${FILESDIR}/condor_config.generic.patch" \ - "${FILESDIR}/0001-Apply-the-user-s-condor_config-last-rather-than-firs.patch" \ - "${FILESDIR}/packaging_directories-${PV}.patch" \ - "${FILESDIR}/fix_sandbox_violations-${PV}.patch" + epatch \ + "${FILESDIR}"/condor_shadow_dlopen-${PV}.patch \ + "${FILESDIR}"/condor_config.generic.patch \ + "${FILESDIR}"/0001-Apply-the-user-s-condor_config-last-rather-than-firs.patch \ + "${FILESDIR}"/packaging_directories-${PV}.patch \ + "${FILESDIR}"/fix_sandbox_violations-${PV}.patch cmake-utils_src_prepare } -- cgit v1.2.3-65-gdbad