diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-17 04:24:35 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-17 04:24:35 +0000 |
commit | 0dad804738b6a6eb0e07865170956d31e7182960 (patch) | |
tree | 65acb40f0ad4e068962595e6c0e91ecd7b680f68 /dev-util/cproto/cproto-4.7e.ebuild | |
parent | Themes updated (diff) | |
download | gentoo-2-0dad804738b6a6eb0e07865170956d31e7182960.tar.gz gentoo-2-0dad804738b6a6eb0e07865170956d31e7182960.tar.bz2 gentoo-2-0dad804738b6a6eb0e07865170956d31e7182960.zip |
Removed virtual/libc DEPEND.
(Portage version: 2.1)
Diffstat (limited to 'dev-util/cproto/cproto-4.7e.ebuild')
-rw-r--r-- | dev-util/cproto/cproto-4.7e.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/cproto/cproto-4.7e.ebuild b/dev-util/cproto/cproto-4.7e.ebuild index f8aefd077fc9..96353b1def6c 100644 --- a/dev-util/cproto/cproto-4.7e.ebuild +++ b/dev-util/cproto/cproto-4.7e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.4 2006/06/14 16:59:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.5 2006/06/17 04:24:35 tcort Exp $ MY_PV="4_7e" MY_P="${PN}-${MY_PV}" @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="alpha amd64 ppc ~ppc-macos x86" IUSE="" -DEPEND="virtual/libc" - src_install() { dobin cproto || die doman cproto.1 |