summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-01-18 07:51:39 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-01-18 07:51:39 +0000
commit3a3a6c714c6723abd32473ae0da00754b4bfe7a5 (patch)
tree894858c4ed041c8d69c6f0ad3841b0ec54127b41 /sys-cluster
parentFix USE=tcltk (diff)
downloadgentoo-2-3a3a6c714c6723abd32473ae0da00754b4bfe7a5.tar.gz
gentoo-2-3a3a6c714c6723abd32473ae0da00754b4bfe7a5.tar.bz2
gentoo-2-3a3a6c714c6723abd32473ae0da00754b4bfe7a5.zip
Add modular X dependencies. Untested, since torque won't compile for me right now, but expected to be the same as openpbs.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/torque/ChangeLog7
-rw-r--r--sys-cluster/torque/torque-1.2.0_p5-r2.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog
index 3aaf6d5dab45..a7899aecc9f8 100644
--- a/sys-cluster/torque/ChangeLog
+++ b/sys-cluster/torque/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/torque
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.24 2006/01/03 23:11:42 kanaka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.25 2006/01/18 07:51:39 spyderous Exp $
+
+ 18 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ torque-1.2.0_p5-r2.ebuild:
+ Add modular X dependencies. Untested, since torque won't compile for me
+ right now, but expected to be the same as openpbs.
*torque-1.2.0_p5-r2 (03 Jan 2006)
diff --git a/sys-cluster/torque/torque-1.2.0_p5-r2.ebuild b/sys-cluster/torque/torque-1.2.0_p5-r2.ebuild
index 1529d882934d..f241bfce9767 100644
--- a/sys-cluster/torque/torque-1.2.0_p5-r2.ebuild
+++ b/sys-cluster/torque/torque-1.2.0_p5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-1.2.0_p5-r2.ebuild,v 1.1 2006/01/03 23:11:42 kanaka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-1.2.0_p5-r2.ebuild,v 1.2 2006/01/18 07:51:39 spyderous Exp $
inherit flag-o-matic eutils
@@ -21,9 +21,10 @@ PROVIDE="virtual/pbs"
# ed is used by makedepend-sh
DEPEND_COMMON="virtual/libc
- X? ( virtual/x11 dev-lang/tk )
- tcltk? ( dev-lang/tcl )
- !virtual/pbs"
+ X? ( || ( x11-libs/libX11 virtual/x11 )
+ dev-lang/tk )
+ tcltk? ( dev-lang/tcl )
+ !virtual/pbs"
DEPEND="${DEPEND_COMMON}
sys-apps/ed"
RDEPEND="${DEPEND_COMMON}