diff options
author | 2009-09-23 18:37:13 +0000 | |
---|---|---|
committer | 2009-09-23 18:37:13 +0000 | |
commit | a90ff949289aa3b1a1eb3f226864f419fce1d6dd (patch) | |
tree | c71c3c44acafdb8902c28d6b2bcf8c1291306b19 /net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-a90ff949289aa3b1a1eb3f226864f419fce1d6dd.tar.gz gentoo-2-a90ff949289aa3b1a1eb3f226864f419fce1d6dd.tar.bz2 gentoo-2-a90ff949289aa3b1a1eb3f226864f419fce1d6dd.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/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 | 10 |
1 files changed, 4 insertions, 6 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 869aeb3485c6..848aef36138b 100644 --- a/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild +++ b/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 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.3 2007/07/29 00:29:11 beandog Exp $ +# $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 $ IUSE="" DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router" @@ -9,10 +9,8 @@ SRC_URI="http://redsand.net/code/linksys-tftp-${PV}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc x86" -DEPEND="sys-devel/gcc - virtual/libc" - -RDEPEND="virtual/libc" +DEPEND="sys-devel/gcc" +RDEPEND="" src_compile() { emake || die |