aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-06-16 08:48:12 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2016-06-16 08:48:12 +0200
commita9350ae31178ef2661bba1ddbf2ba55d3b4c8b54 (patch)
tree608b7bcd4a7c5f75f04d06a9eff8de71e59d29c6
parentsci-mathematics/why: Drop ~x86 keyword (diff)
downloadsci-a9350ae31178ef2661bba1ddbf2ba55d3b4c8b54.tar.gz
sci-a9350ae31178ef2661bba1ddbf2ba55d3b4c8b54.tar.bz2
sci-a9350ae31178ef2661bba1ddbf2ba55d3b4c8b54.zip
sys-cluster/htcondor: Remove dmtcp use flag, since dmtcp is masked
Package-Manager: portage-2.2.28
-rw-r--r--sys-cluster/htcondor/htcondor-8.0.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index f51914753..dff97c187 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-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ SRC_URI="condor_src-${PV}-all-all.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="boinc cgroup contrib curl dmtcp doc kerberos libvirt management minimal postgres python soap ssl test X xml"
+IUSE="boinc cgroup contrib curl doc kerberos libvirt management minimal postgres python soap ssl test X xml"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -29,7 +29,6 @@ CDEPEND="
boinc? ( sci-misc/boinc )
cgroup? ( >=dev-libs/libcgroup-0.37 )
curl? ( >=net-misc/curl-7.19.7[ssl?] )
- dmtcp? ( sys-apps/dmtcp )
libvirt? ( >=app-emulation/libvirt-0.6.2 )
kerberos? ( virtual/krb5 )
X? ( x11-libs/libX11 )