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 | 33057a3b9d3009dfec6658a793f537e6e18f6c3c (patch) | |
tree | 5ad969739240297b05d47946d8576b6e9bd96859 /net-misc | |
parent | use toolchain-funcs instead of gcc eclass (Manifest recommit) (diff) | |
download | gentoo-2-33057a3b9d3009dfec6658a793f537e6e18f6c3c.tar.gz gentoo-2-33057a3b9d3009dfec6658a793f537e6e18f6c3c.tar.bz2 gentoo-2-33057a3b9d3009dfec6658a793f537e6e18f6c3c.zip |
Added ~amd64 keyword
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wput/wput-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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="" |