aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-01-04 21:11:12 -0700
committerChristoph Junghans <ottxor@gentoo.org>2015-01-04 21:11:12 -0700
commit4a4757fb1babc51b8556689cfd3670e11bc9d940 (patch)
tree8837fd0d0569f9a9834853f3bea42a6efb1a048c /sys-cluster/htcondor/htcondor-8.0.0.ebuild
parentRemove stray ChangeLog from sci-libs/openblas (diff)
downloadsci-4a4757fb1babc51b8556689cfd3670e11bc9d940.tar.gz
sci-4a4757fb1babc51b8556689cfd3670e11bc9d940.tar.bz2
sci-4a4757fb1babc51b8556689cfd3670e11bc9d940.zip
fixed deps
Package-Manager: portage-2.2.14
Diffstat (limited to 'sys-cluster/htcondor/htcondor-8.0.0.ebuild')
-rw-r--r--sys-cluster/htcondor/htcondor-8.0.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 938eb12c2..c62179383 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -31,7 +31,7 @@ CDEPEND="sys-libs/zlib
kerberos? ( virtual/krb5 )
X? ( x11-libs/libX11 )
management? ( net-libs/qmf )
- postgres? ( >=dev-db/postgresql-base-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 )
@@ -112,4 +112,4 @@ src_install() {
fperms 755 /var/run/condor
fperms 0775 /var/lock/condor
fowners condor:condor /var/lib/condor /var/log/condor /var/run/condor
-} \ No newline at end of file
+}