summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-05-02 02:03:27 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-05-02 02:03:27 +0000
commitde1c91c8f207e958c86728e6761450e2aa28e0ca (patch)
tree44a2dd997b30bc24a39a2a25bee2e550cc1abffc /virtual/libstdc++
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-de1c91c8f207e958c86728e6761450e2aa28e0ca.tar.gz
gentoo-2-de1c91c8f207e958c86728e6761450e2aa28e0ca.tar.bz2
gentoo-2-de1c91c8f207e958c86728e6761450e2aa28e0ca.zip
Remove gcc-3.3 from the RDEPEND since its likely to not work, and no one is going to have it installed, so the libstd++ ebuild will be quicker
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'virtual/libstdc++')
-rw-r--r--virtual/libstdc++/ChangeLog8
-rw-r--r--virtual/libstdc++/libstdc++-3.3.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog
index 076502878dbf..37ff0e586119 100644
--- a/virtual/libstdc++/ChangeLog
+++ b/virtual/libstdc++/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/libstdc++
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.13 2007/12/24 19:34:16 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.14 2009/05/02 02:03:27 halcy0n Exp $
+
+ 02 May 2009; Mark Loeser <halcy0n@gentoo.org> libstdc++-3.3.ebuild:
+ Remove gcc-3.3 from the RDEPEND since its likely to not work, and no one
+ is going to have it installed, so the libstd++ ebuild will be quicker
24 Dec 2007; Raúl Porcel <armin76@gentoo.org> libstdc++-3.3.ebuild:
Re-add ia64
diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild
index b70e6e2b5d5d..3b6507c52c34 100644
--- a/virtual/libstdc++/libstdc++-3.3.ebuild
+++ b/virtual/libstdc++/libstdc++-3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 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.13 2007/12/24 19:34:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.14 2009/05/02 02:03:27 halcy0n Exp $
DESCRIPTION="Virtual for the GNU Standard C++ Library"
HOMEPAGE="http://www.gentoo.org/proj/en/base/"
@@ -10,4 +10,4 @@ SLOT="3.3"
KEYWORDS="-* amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND=""
-RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )"
+RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* )"