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 | |
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')
-rw-r--r-- | app-misc/tkpasman/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2.ebuild | 5 | ||||
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2a.ebuild | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-misc/tkpasman/ChangeLog b/app-misc/tkpasman/ChangeLog index e6b152d495bf..abe8688d7e1b 100644 --- a/app-misc/tkpasman/ChangeLog +++ b/app-misc/tkpasman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/tkpasman -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/ChangeLog,v 1.9 2005/06/05 11:56:57 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/ChangeLog,v 1.10 2006/02/09 21:25:46 ticho Exp $ + + 09 Feb 2006; Andrej Kacian <ticho@gentoo.org> tkpasman-2.2.ebuild, + tkpasman-2.2a.ebuild: + Removed virtual/x11 dependency, as it's not needed - tk will pull in + everything necessary. 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> tkpasman-2.2a.ebuild: Stable on ppc. diff --git a/app-misc/tkpasman/tkpasman-2.2.ebuild b/app-misc/tkpasman/tkpasman-2.2.ebuild index 190087b2f87b..f9f180ba188f 100644 --- a/app-misc/tkpasman/tkpasman-2.2.ebuild +++ b/app-misc/tkpasman/tkpasman-2.2.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.2.ebuild,v 1.8 2005/01/01 15:26:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2.ebuild,v 1.9 2006/02/09 21:25:46 ticho Exp $ MY_P="TkPasMan-${PV}" @@ -15,7 +15,6 @@ IUSE="ssl" DEPEND=">=dev-lang/tcl-8.3" RDEPEND="ssl? ( dev-libs/openssl ) - virtual/x11 >=dev-lang/tk-8.3 >=dev-lang/tcl-8.3" 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" |