diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-01 18:25:39 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-01 18:25:39 +0000 |
commit | c72855c103c5202f99c956d7bb96d070ab863a30 (patch) | |
tree | b64affb47a0d3b99b0dfe938aa46db4cd44d3519 /net-misc/putty | |
parent | Stable on ppc. (diff) | |
download | historical-c72855c103c5202f99c956d7bb96d070ab863a30.tar.gz historical-c72855c103c5202f99c956d7bb96d070ab863a30.tar.bz2 historical-c72855c103c5202f99c956d7bb96d070ab863a30.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/putty-0.57.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index bfa8ec1777fb..5eff6511b0de 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.22 2005/02/22 18:03:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.23 2005/05/01 18:24:02 hansmi Exp $ + + 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> putty-0.57.ebuild: + Stable on ppc. 22 Feb 2005; Simon Stelling <blubb@gentoo.org> putty-0.57.ebuild: stable on amd64 wrt bug #82753 diff --git a/net-misc/putty/putty-0.57.ebuild b/net-misc/putty/putty-0.57.ebuild index f081dd5c7132..8ec34debb356 100644 --- a/net-misc/putty/putty-0.57.ebuild +++ b/net-misc/putty/putty-0.57.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/net-misc/putty/putty-0.57.ebuild,v 1.4 2005/02/22 18:03:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.57.ebuild,v 1.5 2005/05/01 18:24:02 hansmi Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://the.earth.li/~sgtatham/putty/latest/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 alpha ~ppc ~sparc amd64" +KEYWORDS="x86 alpha ppc ~sparc amd64" IUSE="doc" RDEPEND="=x11-libs/gtk+-1.2* virtual/x11" |