diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-01 15:32:24 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-01 15:32:24 +0000 |
commit | 07d7eae0b9565aa08993a2837a6a50d6a64dbae9 (patch) | |
tree | 5f034c91e103b1cc63de313e79ae4eca8eafbd78 /dev-lang | |
parent | disable secure-plt for alpha for now (diff) | |
download | gentoo-2-07d7eae0b9565aa08993a2837a6a50d6a64dbae9.tar.gz gentoo-2-07d7eae0b9565aa08993a2837a6a50d6a64dbae9.tar.bz2 gentoo-2-07d7eae0b9565aa08993a2837a6a50d6a64dbae9.zip |
Added virtual/libstdc++ to RDEPENDS, acknowledged by Kugelfang.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/icc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/icc/icc-9.1.045.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/icc/ChangeLog b/dev-lang/icc/ChangeLog index 6c812a46cb58..e48febd830fe 100644 --- a/dev-lang/icc/ChangeLog +++ b/dev-lang/icc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/icc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.36 2006/11/16 06:17:19 dberkholz Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.37 2007/01/01 15:32:24 drizzt Exp $ + + 01 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> icc-9.1.045.ebuild: + Added virtual/libstdc++ to RDEPENDS, acknowledged by Kugelfang. *icc-9.1.045 (16 Nov 2006) diff --git a/dev-lang/icc/icc-9.1.045.ebuild b/dev-lang/icc/icc-9.1.045.ebuild index 91c8e6e7003d..5d2a7e43534e 100644 --- a/dev-lang/icc/icc-9.1.045.ebuild +++ b/dev-lang/icc/icc-9.1.045.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-9.1.045.ebuild,v 1.1 2006/11/16 06:17:19 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-9.1.045.ebuild,v 1.2 2007/01/01 15:32:24 drizzt Exp $ inherit rpm versionator @@ -11,7 +11,8 @@ DESCRIPTION="Intel C++ Compiler - Intel's optimized compiler for Linux" SRC_URI="l_cc_c_${PV}.tar.gz" HOMEPAGE="http://www.intel.com/software/products/compilers/clin/" LICENSE="icc-9.0" -RDEPEND=">=sys-libs/glibc-2.2.5" +RDEPEND=">=sys-libs/glibc-2.2.5 + virtual/libstdc++" SLOT="${MAJOR}.${MINOR}" MMV="${MAJOR}.${MINOR}" KEYWORDS="~amd64 ~x86 ~ia64" |