diff options
author | Michael Weber <xmw@gentoo.org> | 2010-10-04 15:57:22 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-10-04 15:57:22 +0000 |
commit | 5fbddf7c5bd431bc3663d221907d8a01e8b2430e (patch) | |
tree | c4bedbba4f430bc4b321b93e38a68985b6cdc9bd /net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild | |
parent | make the mmx asm work with newer versions of nasm (bug #339150) (diff) | |
download | gentoo-2-5fbddf7c5bd431bc3663d221907d8a01e8b2430e.tar.gz gentoo-2-5fbddf7c5bd431bc3663d221907d8a01e8b2430e.tar.bz2 gentoo-2-5fbddf7c5bd431bc3663d221907d8a01e8b2430e.zip |
Revbump to fix CFLAGS (bug 240894) and LDFLAGS (bug 336956)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild')
-rw-r--r-- | net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild b/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild index 848aef36138b..a37e325e87da 100644 --- a/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild +++ b/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.4 2009/09/23 18:37:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.5 2010/10/04 15:57:22 xmw Exp $ IUSE="" DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router" -HOMEPAGE="http://redsand.net/" -SRC_URI="http://redsand.net/code/linksys-tftp-${PV}.tar.bz2" +HOMEPAGE="http://redsand.net/projects/linksys-tftp/linksys-tftp.php" +SRC_URI="mirror://gentoo/linksys-tftp-${PV}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc x86" |