diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-02-09 21:25:46 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-02-09 21:25:46 +0000 |
commit | 48716f44a2ea059894cc8a5b9e2310151df4cefe (patch) | |
tree | 9281e44524f3c5f0e0c2c5b586b0b3b92a9ad648 /app-misc/tkpasman/tkpasman-2.2a.ebuild | |
parent | Initial commit (diff) | |
download | gentoo-2-48716f44a2ea059894cc8a5b9e2310151df4cefe.tar.gz gentoo-2-48716f44a2ea059894cc8a5b9e2310151df4cefe.tar.bz2 gentoo-2-48716f44a2ea059894cc8a5b9e2310151df4cefe.zip |
Removed virtual/x11 dependency, as it's not needed - tk will pull in everything necessary.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-misc/tkpasman/tkpasman-2.2a.ebuild')
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2a.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/tkpasman/tkpasman-2.2a.ebuild b/app-misc/tkpasman/tkpasman-2.2a.ebuild index a555142d8a90..d1f482cc2af6 100644 --- a/app-misc/tkpasman/tkpasman-2.2a.ebuild +++ b/app-misc/tkpasman/tkpasman-2.2a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2a.ebuild,v 1.12 2005/06/05 11:56:57 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2a.ebuild,v 1.13 2006/02/09 21:25:46 ticho Exp $ inherit eutils @@ -20,7 +20,6 @@ DEPEND=">=dev-lang/tcl-8.3 >=sys-apps/sed-4" RDEPEND="ssl? ( dev-libs/openssl ) - virtual/x11 >=dev-lang/tk-8.3 >=dev-lang/tcl-8.3" |