diff options
author | Benjamin Schindler <config@gentoo.org> | 2004-12-07 21:58:01 +0000 |
---|---|---|
committer | Benjamin Schindler <config@gentoo.org> | 2004-12-07 21:58:01 +0000 |
commit | 01c1e6883ade391319c5ac07727855019ed8069c (patch) | |
tree | 404ce46f4100eb7f96bfd8462fb068d781a7bbe5 /net-misc/wput | |
parent | use toolchain-funcs instead of gcc eclass (diff) | |
download | historical-01c1e6883ade391319c5ac07727855019ed8069c.tar.gz historical-01c1e6883ade391319c5ac07727855019ed8069c.tar.bz2 historical-01c1e6883ade391319c5ac07727855019ed8069c.zip |
Added ~amd64 keyword
Diffstat (limited to 'net-misc/wput')
-rw-r--r-- | net-misc/wput/Manifest | 2 | ||||
-rw-r--r-- | net-misc/wput/wput-0.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/wput/Manifest b/net-misc/wput/Manifest index 6aeefa2fa758..bb242829ebe0 100644 --- a/net-misc/wput/Manifest +++ b/net-misc/wput/Manifest @@ -1,4 +1,4 @@ MD5 269182ba4de045629404de803f49fde7 ChangeLog 806 -MD5 08d531cbd305d25e5e0a5e707183d08f wput-0.4.ebuild 818 MD5 b415c417776251837c2e358bfcfd8376 metadata.xml 247 +MD5 99ee84722a32630b8271c4932a346e42 wput-0.4.ebuild 825 MD5 c4f33a3f597e892402d506bb45c85e71 files/digest-wput-0.4 57 diff --git a/net-misc/wput/wput-0.4.ebuild b/net-misc/wput/wput-0.4.ebuild index 3c5fb7de464b..f6cc3d59652e 100644 --- a/net-misc/wput/wput-0.4.ebuild +++ b/net-misc/wput/wput-0.4.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/wput/wput-0.4.ebuild,v 1.6 2004/07/12 00:23:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.4.ebuild,v 1.7 2004/12/07 21:58:01 config Exp $ S="${WORKDIR}/${PN}" @@ -10,7 +10,7 @@ SRC_URI="http://itooktheredpill.dyndns.org/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="" DEPEND="" |