diff options
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.5.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index d56903602039..16cd60bd9da0 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpcube # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.38 2008/01/21 20:09:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.39 2008/02/15 16:59:03 jer Exp $ + + 15 Feb 2008; Jeroen Roovers <jer@gentoo.org> ftpcube-0.5.1-r1.ebuild: + Stable for HPPA. 21 Jan 2008; Raúl Porcel <armin76@gentoo.org> -ftpcube-0.5.1.ebuild, ftpcube-0.5.1-r1.ebuild: diff --git a/net-ftp/ftpcube/ftpcube-0.5.1-r1.ebuild b/net-ftp/ftpcube/ftpcube-0.5.1-r1.ebuild index 915fb7fa2deb..d91ee6b737b4 100644 --- a/net-ftp/ftpcube/ftpcube-0.5.1-r1.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.5.1-r1.ebuild,v 1.2 2008/01/21 20:09:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.5.1-r1.ebuild,v 1.3 2008/02/15 16:59:03 jer Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Graphical FTP client using wxPython" SRC_URI="mirror://sourceforge/ftpcube/${MY_P}.tar.gz" HOMEPAGE="http://ftpcube.sourceforge.net/" -KEYWORDS="~amd64 ~ppc sparc x86" +KEYWORDS="~amd64 hppa ~ppc sparc x86" SLOT="0" LICENSE="Artistic" IUSE="sftp" |