diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-18 21:31:41 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-18 21:31:41 +0000 |
commit | 6202ece4e49aaf571df598f87f5eef01e346fdc6 (patch) | |
tree | 781234bfbb24b152834607100b8555022f7f5105 /net-ftp | |
parent | Add amd64 keywords (diff) | |
download | gentoo-2-6202ece4e49aaf571df598f87f5eef01e346fdc6.tar.gz gentoo-2-6202ece4e49aaf571df598f87f5eef01e346fdc6.tar.bz2 gentoo-2-6202ece4e49aaf571df598f87f5eef01e346fdc6.zip |
Adding amd64 keyword to stuff
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/curl/curl-7.10.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/ncftp/ncftp-3.1.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-ftp/curl/curl-7.10.5-r1.ebuild b/net-ftp/curl/curl-7.10.5-r1.ebuild index 552098447f3b..75fe7858f580 100644 --- a/net-ftp/curl/curl-7.10.5-r1.ebuild +++ b/net-ftp/curl/curl-7.10.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.10.5-r1.ebuild,v 1.3 2003/06/19 21:13:49 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.10.5-r1.ebuild,v 1.4 2003/07/18 21:31:41 tester Exp $ DESCRIPTION="A Client that groks URLs" SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://curl.haxx.se/" SLOT="0" LICENSE="MIT X11" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64" IUSE="ssl ipv6 ldap" DEPEND=">=sys-libs/pam-0.75 diff --git a/net-ftp/ftpd/ftpd-0.17.ebuild b/net-ftp/ftpd/ftpd-0.17.ebuild index b69a7e7c1e73..273e7d84c5a8 100644 --- a/net-ftp/ftpd/ftpd-0.17.ebuild +++ b/net-ftp/ftpd/ftpd-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.8 2003/04/29 13:02:05 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.9 2003/07/18 21:31:41 tester Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc amd64" DEPEND="ssl? ( dev-libs/openssl )" diff --git a/net-ftp/ncftp/ncftp-3.1.5.ebuild b/net-ftp/ncftp/ncftp-3.1.5.ebuild index 088e7329f013..ff995ca903a3 100644 --- a/net-ftp/ncftp/ncftp-3.1.5.ebuild +++ b/net-ftp/ncftp/ncftp-3.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.5.ebuild,v 1.10 2003/06/01 19:21:55 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.5.ebuild,v 1.11 2003/07/18 21:31:41 tester Exp $ IUSE="cjk" S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ncftp.com/" SLOT="0" LICENSE="Clarified-Artistic" -KEYWORDS="x86 ~ppc sparc alpha hppa" +KEYWORDS="x86 ~ppc sparc alpha hppa amd64" DEPEND=">=sys-libs/ncurses-5.2" |