diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-02-21 17:51:08 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-02-21 17:51:08 +0000 |
commit | 4147758220350d606cb04bcd47446e60c1679327 (patch) | |
tree | 88b17314dfc06c029b7c32254f361ff8bdeb208a /net-misc/putty | |
parent | add dvb and mythtv use flags (diff) | |
download | gentoo-2-4147758220350d606cb04bcd47446e60c1679327.tar.gz gentoo-2-4147758220350d606cb04bcd47446e60c1679327.tar.bz2 gentoo-2-4147758220350d606cb04bcd47446e60c1679327.zip |
Stable on ppc wrt bug 211007
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/putty/putty-0.60.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 83b2316f3ed7..1a298fe718e5 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.36 2007/12/27 12:35:29 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.37 2008/02/21 17:51:08 nixnut Exp $ + + 21 Feb 2008; nixnut <nixnut@gentoo.org> putty-0.60.ebuild: + Stable on ppc wrt bug 211007 *putty-0.60 (27 Dec 2007) diff --git a/net-misc/putty/putty-0.60.ebuild b/net-misc/putty/putty-0.60.ebuild index d5ea26b33750..ee43be5962ea 100644 --- a/net-misc/putty/putty-0.60.ebuild +++ b/net-misc/putty/putty-0.60.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.1 2007/12/27 12:35:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.2 2008/02/21 17:51:08 nixnut Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://the.earth.li/~sgtatham/putty/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86" IUSE="doc gtk ipv6" RDEPEND="gtk? ( =x11-libs/gtk+-1.2* )" |