diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:39:02 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:39:02 +0000 |
commit | 76a6f271f4f335fa759fc85a2749d7af4f246c29 (patch) | |
tree | 3e6a81784f3570bdb7eed9723de65886e992f1f2 /net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild | |
parent | virtual/glibc -> virtual/libc, fix header (diff) | |
download | historical-76a6f271f4f335fa759fc85a2749d7af4f246c29.tar.gz historical-76a6f271f4f335fa759fc85a2749d7af4f246c29.tar.bz2 historical-76a6f271f4f335fa759fc85a2749d7af4f246c29.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild')
-rw-r--r-- | net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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 782423ebeb9d..cf95488e16f1 100644 --- a/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild +++ b/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild @@ -1,7 +1,8 @@ # 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.3 2004/06/24 23:53:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.4 2004/07/01 21:25:14 squinky86 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" @@ -9,9 +10,9 @@ LICENSE="BSD" SLOT="0" KEYWORDS="x86" DEPEND="sys-devel/gcc - virtual/glibc" + virtual/libc" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_compile() { emake || die |