diff options
Diffstat (limited to 'virtual/libstdc++/libstdc++-3.3.ebuild')
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild new file mode 100644 index 000000000000..3d2db7a89b7e --- /dev/null +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 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.1 2005/12/20 20:49:00 halcy0n Exp $ + +DESCRIPTION="Virtual for the GNU Standard C++ Library" +HOMEPAGE="http://www.gentoo.org/proj/en/base/" +SRC_URI="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~x86" +IUSE="" +DEPEND="" +RDEPEND="|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )" + |