diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-13 06:36:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-13 06:36:06 +0000 |
commit | 1f2cb067ff5e1d2fc667d524659d64802b042bb9 (patch) | |
tree | e43557b5d455f3aa54c3b245d716335642f2efd9 /sys-cluster/torque | |
parent | Audit ebuild and package build system, fix more DESTDIR cases (bug #101326), ... (diff) | |
download | gentoo-2-1f2cb067ff5e1d2fc667d524659d64802b042bb9.tar.gz gentoo-2-1f2cb067ff5e1d2fc667d524659d64802b042bb9.tar.bz2 gentoo-2-1f2cb067ff5e1d2fc667d524659d64802b042bb9.zip |
USE=X needs to bring in Tk for the xpbs interface.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-cluster/torque')
-rw-r--r-- | sys-cluster/torque/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/torque/torque-1.2.0_p5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog index f3865255f85f..5b4d127179da 100644 --- a/sys-cluster/torque/ChangeLog +++ b/sys-cluster/torque/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/torque # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.20 2005/08/13 06:29:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.21 2005/08/13 06:36:06 robbat2 Exp $ + + 13 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> + torque-1.2.0_p5-r1.ebuild: + USE=X needs to bring in Tk for the xpbs interface. *torque-1.2.0_p5-r1 (13 Aug 2005) diff --git a/sys-cluster/torque/torque-1.2.0_p5-r1.ebuild b/sys-cluster/torque/torque-1.2.0_p5-r1.ebuild index 3a377378a09e..f92cf5b1cc21 100644 --- a/sys-cluster/torque/torque-1.2.0_p5-r1.ebuild +++ b/sys-cluster/torque/torque-1.2.0_p5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r1.ebuild,v 1.1 2005/08/13 06:29:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-1.2.0_p5-r1.ebuild,v 1.2 2005/08/13 06:36:06 robbat2 Exp $ inherit flag-o-matic eutils @@ -21,7 +21,7 @@ PROVIDE="virtual/pbs" # ed is used by makedepend-sh DEPEND_COMMON="virtual/libc - X? ( virtual/x11 ) + X? ( virtual/x11 dev-lang/tk ) tcltk? ( dev-lang/tcl ) !virtual/pbs" DEPEND="${DEPEND_COMMON} |