diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-02-20 07:33:19 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-02-20 07:33:19 +0000 |
commit | c1c322c7d53e860c675014fa4cd258f5b4c75857 (patch) | |
tree | 769543740538aa5cd5aa1f63f21987f26077ce7f /dev-cpp/rudiments/rudiments-0.26.3.ebuild | |
parent | Fixing mod-x deps as per bug #123453 (diff) | |
download | gentoo-2-c1c322c7d53e860c675014fa4cd258f5b4c75857.tar.gz gentoo-2-c1c322c7d53e860c675014fa4cd258f5b4c75857.tar.bz2 gentoo-2-c1c322c7d53e860c675014fa4cd258f5b4c75857.zip |
Remove DEPEND on virtual/libc
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-cpp/rudiments/rudiments-0.26.3.ebuild')
-rw-r--r-- | dev-cpp/rudiments/rudiments-0.26.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/rudiments/rudiments-0.26.3.ebuild b/dev-cpp/rudiments/rudiments-0.26.3.ebuild index 5a2903f2e967..28ca2fc37162 100644 --- a/dev-cpp/rudiments/rudiments-0.26.3.ebuild +++ b/dev-cpp/rudiments/rudiments-0.26.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/rudiments/rudiments-0.26.3.ebuild,v 1.3 2005/01/01 04:49:47 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/rudiments/rudiments-0.26.3.ebuild,v 1.4 2006/02/20 07:33:19 halcy0n Exp $ DESCRIPTION="C++ class library for daemons, clients and servers" HOMEPAGE="http://rudiments.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf || die |