diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:28:10 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:28:10 +0000 |
commit | f8557d947c3b1d56dfbda782807820d0e78ef7ac (patch) | |
tree | 9ca734fc600f573443b34814fb12fa7659d09976 /net-misc/linksys-tftp | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-f8557d947c3b1d56dfbda782807820d0e78ef7ac.tar.gz gentoo-2-f8557d947c3b1d56dfbda782807820d0e78ef7ac.tar.bz2 gentoo-2-f8557d947c3b1d56dfbda782807820d0e78ef7ac.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/linksys-tftp')
-rw-r--r-- | net-misc/linksys-tftp/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/linksys-tftp/ChangeLog b/net-misc/linksys-tftp/ChangeLog index 35b6aa5df6da..c6a6ab030bd7 100644 --- a/net-misc/linksys-tftp/ChangeLog +++ b/net-misc/linksys-tftp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/linksys-tftp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/ChangeLog,v 1.3 2004/06/24 23:53:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/ChangeLog,v 1.4 2004/07/01 21:25:14 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> linksys-tftp-1.2.1.ebuild: + change virtual/glibc to virtual/libc, add IUSE 20 Mar 2004; Daniel Black <dragonheart@gentoo.org> linksys-tftp-1.2.1.ebuild: 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 |