diff options
author | 2007-03-15 12:52:17 +0000 | |
---|---|---|
committer | 2007-03-15 12:52:17 +0000 | |
commit | 8e593636b640cc5059f957d8d1c2ba23b01cef42 (patch) | |
tree | ac909161286e3c96e58916a36c4475ea4a564110 /net-misc/wput | |
parent | Version bump, thanks to Jon Hood <squinky86 at gmail dot com> for the ebuild,... (diff) | |
download | gentoo-2-8e593636b640cc5059f957d8d1c2ba23b01cef42.tar.gz gentoo-2-8e593636b640cc5059f957d8d1c2ba23b01cef42.tar.bz2 gentoo-2-8e593636b640cc5059f957d8d1c2ba23b01cef42.zip |
x86 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-misc/wput')
-rw-r--r-- | net-misc/wput/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wput/wput-0.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/wput/ChangeLog b/net-misc/wput/ChangeLog index f5d35ebf341d..e2bbb86a84e9 100644 --- a/net-misc/wput/ChangeLog +++ b/net-misc/wput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wput # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.15 2007/02/22 02:55:33 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.16 2007/03/15 12:52:17 armin76 Exp $ + + 15 Mar 2007; Raúl Porcel <armin76@gentoo.org> wput-0.6.ebuild: + x86 stable 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-misc/wput/wput-0.6.ebuild b/net-misc/wput/wput-0.6.ebuild index 7fd0aaa34e35..86d92d75edeb 100644 --- a/net-misc/wput/wput-0.6.ebuild +++ b/net-misc/wput/wput-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.6.ebuild,v 1.1 2006/11/05 16:39:06 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.6.ebuild,v 1.2 2007/03/15 12:52:17 armin76 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="debug" S="${WORKDIR}/${PN}" |