diff options
author | 2009-09-23 16:00:44 +0000 | |
---|---|---|
committer | 2009-09-23 16:00:44 +0000 | |
commit | 0686fe4c02266ca26bf5d67b4ae038058599198b (patch) | |
tree | ebed0a9d914b4074ad78b7f5d17c6f43017e69a3 /app-misc/cw/cw-1.0.15.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-0686fe4c02266ca26bf5d67b4ae038058599198b.tar.gz gentoo-2-0686fe4c02266ca26bf5d67b4ae038058599198b.tar.bz2 gentoo-2-0686fe4c02266ca26bf5d67b4ae038058599198b.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/cw/cw-1.0.15.ebuild')
-rw-r--r-- | app-misc/cw/cw-1.0.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/cw/cw-1.0.15.ebuild b/app-misc/cw/cw-1.0.15.ebuild index 85aa046b9f6b..3f43a93dd942 100644 --- a/app-misc/cw/cw-1.0.15.ebuild +++ b/app-misc/cw/cw-1.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.15.ebuild,v 1.7 2009/04/10 03:42:47 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.15.ebuild,v 1.8 2009/09/23 16:00:44 patrick Exp $ inherit toolchain-funcs @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" DEPEND=">=sys-apps/sed-4" -RDEPEND="virtual/libc" +RDEPEND="" src_unpack() { unpack ${A} && cd ${S} |