diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-05 22:00:38 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-05 22:00:38 +0000 |
commit | db3c21f86b9f02b300619b8584f984a5899de943 (patch) | |
tree | 531049e8e744edf9e3e98706088e6c9ec2c9b08b /net-misc/linksys-tftp | |
parent | stable on amd64 (diff) | |
download | historical-db3c21f86b9f02b300619b8584f984a5899de943.tar.gz historical-db3c21f86b9f02b300619b8584f984a5899de943.tar.bz2 historical-db3c21f86b9f02b300619b8584f984a5899de943.zip |
added ~amd64 keyword
Diffstat (limited to 'net-misc/linksys-tftp')
-rw-r--r-- | net-misc/linksys-tftp/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/linksys-tftp/Manifest | 4 | ||||
-rw-r--r-- | net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/linksys-tftp/ChangeLog b/net-misc/linksys-tftp/ChangeLog index 946ee54e7033..dfdcb463168e 100644 --- a/net-misc/linksys-tftp/ChangeLog +++ b/net-misc/linksys-tftp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/linksys-tftp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/ChangeLog,v 1.5 2004/09/04 23:19:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/ChangeLog,v 1.6 2004/11/05 22:00:38 lv Exp $ + + 05 Nov 2004; Travis Tilley <lv@gentoo.org> linksys-tftp-1.2.1.ebuild: + added ~amd64 keyword 05 Sep 2004; David Holm <dholm@gentoo.org> linksys-tftp-1.2.1.ebuild: Added to ~ppc. diff --git a/net-misc/linksys-tftp/Manifest b/net-misc/linksys-tftp/Manifest index 598937bcfbf3..28e290c5c767 100644 --- a/net-misc/linksys-tftp/Manifest +++ b/net-misc/linksys-tftp/Manifest @@ -1,4 +1,4 @@ -MD5 0b0d481534bb3b9c96e4b9ec15a35161 ChangeLog 730 -MD5 34c7b4b4d1624154e5af0618964476e5 linksys-tftp-1.2.1.ebuild 632 +MD5 9da0e22b0f17ae9fad57aac2692997e2 ChangeLog 823 MD5 875b4dd2e90e3ff68dd540ef7bf05eca metadata.xml 307 +MD5 7b078c91ad5d049f03d573dba41fcf50 linksys-tftp-1.2.1.ebuild 636 MD5 2490b93e9a9ee969dff7103ffb8960bf files/digest-linksys-tftp-1.2.1 70 diff --git a/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild b/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild index afd27bea59a3..45847e0869e6 100644 --- a/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild +++ b/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.5 2004/09/04 23:19:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.6 2004/11/05 22:00:38 lv Exp $ IUSE="" DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router" @@ -8,7 +8,7 @@ HOMEPAGE="http://redsand.net/" SRC_URI="http://redsand.net/code/linksys-tftp-${PV}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" DEPEND="sys-devel/gcc virtual/libc" |