summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-04-29 12:13:43 +0000
committerIan Leitch <port001@gentoo.org>2004-04-29 12:13:43 +0000
commitaedcf97914f7c64b9f3aa7c83f0305b7c26ccb51 (patch)
tree8df7dd72e21349dd3188206ee7f9271fa891e152 /sys-cluster
parentFixed IUSE flags. (Manifest recommit) (diff)
downloadgentoo-2-aedcf97914f7c64b9f3aa7c83f0305b7c26ccb51.tar.gz
gentoo-2-aedcf97914f7c64b9f3aa7c83f0305b7c26ccb51.tar.bz2
gentoo-2-aedcf97914f7c64b9f3aa7c83f0305b7c26ccb51.zip
Fixed DEPEND for tcl & tk
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/xpvm/ChangeLog6
-rw-r--r--sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild4
-rw-r--r--sys-cluster/xpvm/xpvm-1.2.5.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-cluster/xpvm/ChangeLog b/sys-cluster/xpvm/ChangeLog
index a25376d6f384..d57357cd7a59 100644
--- a/sys-cluster/xpvm/ChangeLog
+++ b/sys-cluster/xpvm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/xpvm
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/ChangeLog,v 1.6 2004/04/25 21:58:41 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/ChangeLog,v 1.7 2004/04/29 12:13:43 port001 Exp $
+
+ 29 Apr 2004; Ian Leitch <port001@gentoo.org> xpvm-1.2.5-r1.ebuild,
+ xpvm-1.2.5.ebuild:
+ Fixed DEPEND for tcl & tk
*xpvm-1.2.5-r3 (25 Apr 2004)
diff --git a/sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild b/sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild
index eec00ed4ac24..6276d8432c7d 100644
--- a/sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild
+++ b/sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild
@@ -9,8 +9,8 @@ HOMEPAGE="http://www.csm.ornl.gov/pvm/pvm_home.html"
IUSE=""
DEPEND=">=sys-cluster/pvm-3.4.1-r1
- =dev-lang/tcl-8.3.4
- =dev-lang/tk-8.3.4"
+ dev-lang/tcl
+ dev-lang/tk"
RDEPEND=""
SLOT="0"
diff --git a/sys-cluster/xpvm/xpvm-1.2.5.ebuild b/sys-cluster/xpvm/xpvm-1.2.5.ebuild
index 50348a7428fc..14cd7ec293c2 100644
--- a/sys-cluster/xpvm/xpvm-1.2.5.ebuild
+++ b/sys-cluster/xpvm/xpvm-1.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/xpvm-1.2.5.ebuild,v 1.3 2004/04/25 21:58:41 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/xpvm-1.2.5.ebuild,v 1.4 2004/04/29 12:13:43 port001 Exp $
S=${WORKDIR}/${P}
DESCRIPTION="XPVM: A graphical console and monitor for PVM"
@@ -9,8 +9,8 @@ HOMEPAGE="http://www.csm.ornl.gov/pvm/pvm_home.html"
IUSE=""
DEPEND=">=sys-cluster/pvm-3.4.1
- =dev-lang/tcl-8.3.4
- =dev-lang/tk-8.3.4"
+ dev-lang/tcl
+ dev-lang/tk"
RDEPEND=""
SLOT="0"