diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-24 18:26:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-24 18:26:24 +0000 |
commit | 02b228b9b28ad8d91035f233fcde78d0637381bd (patch) | |
tree | a4c01005e3269f94c09ce9b44ac73a443b6e9e57 /net-ftp | |
parent | Add ~x86 keyword wrt bug 168153 (diff) | |
download | gentoo-2-02b228b9b28ad8d91035f233fcde78d0637381bd.tar.gz gentoo-2-02b228b9b28ad8d91035f233fcde78d0637381bd.tar.bz2 gentoo-2-02b228b9b28ad8d91035f233fcde78d0637381bd.zip |
x86 stable wrt bug 146076
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index 04b4023665ec..564a8d198b50 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpcube # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.33 2007/02/24 14:42:35 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.34 2007/02/24 18:26:24 armin76 Exp $ + + 24 Feb 2007; Raúl Porcel <armin76@gentoo.org> ftpcube-0.5.1.ebuild: + x86 stable wrt bug 146076 24 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> ftpcube-0.5.1.ebuild: Re-adding sparc-keyword since dependency (paramiko) has been keyworded. diff --git a/net-ftp/ftpcube/ftpcube-0.5.1.ebuild b/net-ftp/ftpcube/ftpcube-0.5.1.ebuild index 9f1e87e68d82..cb5d528d5a3d 100644 --- a/net-ftp/ftpcube/ftpcube-0.5.1.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.ebuild,v 1.2 2007/02/24 14:42:35 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.5.1.ebuild,v 1.3 2007/02/24 18:26:24 armin76 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 ~ppc ~sparc x86" SLOT="0" LICENSE="Artistic" IUSE="sftp" |