blob: b45076b0b42be70c6c11167b75fa394f3dcf344d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.10 2007/07/11 05:04:22 mr_bones_ Exp $
DESCRIPTION="Virtual for the GNU Standard C++ Library"
HOMEPAGE="http://www.gentoo.org/proj/en/base/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="3.3"
KEYWORDS="-* amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND=""
RDEPEND="|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )"
|