diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-19 19:00:16 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-19 19:00:16 +0000 |
commit | e12889f1203daff435f00632f8dda06a79081b34 (patch) | |
tree | 4d22118f8af331aa8fe09c0086ee0dc0779f96a6 /net-misc/zssh | |
parent | Mark ~ppc64 wrt #345439 (diff) | |
download | gentoo-2-e12889f1203daff435f00632f8dda06a79081b34.tar.gz gentoo-2-e12889f1203daff435f00632f8dda06a79081b34.tar.bz2 gentoo-2-e12889f1203daff435f00632f8dda06a79081b34.zip |
Mark ~ppc wrt #346269. Thanks to XU Benda <heroxbd@gmail.com> for the report and testing.
(Portage version: 2.2.0_alpha23/cvs/Linux ppc64)
Diffstat (limited to 'net-misc/zssh')
-rw-r--r-- | net-misc/zssh/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/zssh/zssh-1.5c.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/zssh/ChangeLog b/net-misc/zssh/ChangeLog index bd217659efde..bb3a7b117b7a 100644 --- a/net-misc/zssh/ChangeLog +++ b/net-misc/zssh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/zssh -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zssh/ChangeLog,v 1.13 2008/04/21 18:09:55 phreak Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/zssh/ChangeLog,v 1.14 2011/02/19 19:00:16 xarthisius Exp $ + + 19 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> zssh-1.5c.ebuild: + Mark ~ppc wrt #346269. Thanks to XU Benda <heroxbd@gmail.com> for the + report and testing. 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the metadata diff --git a/net-misc/zssh/zssh-1.5c.ebuild b/net-misc/zssh/zssh-1.5c.ebuild index 7ac08a18657d..6a00d96a1c23 100644 --- a/net-misc/zssh/zssh-1.5c.ebuild +++ b/net-misc/zssh/zssh-1.5c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zssh/zssh-1.5c.ebuild,v 1.2 2008/01/26 17:27:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zssh/zssh-1.5c.ebuild,v 1.3 2011/02/19 19:00:16 xarthisius Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/zssh/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="sparc x86" +KEYWORDS="~ppc sparc x86" IUSE="readline nls" DEPEND="" |