diff options
author | Thomas Veith <xtv@gentoo.org> | 2004-05-13 11:07:02 +0000 |
---|---|---|
committer | Thomas Veith <xtv@gentoo.org> | 2004-05-13 11:07:02 +0000 |
commit | 1267b6422342863056c7e14ea25dffd0a119f14c (patch) | |
tree | 4f1c2760a7be11635c0a35440dff7d976812b9b2 /dev-lang/icc/icc-8.0.055.ebuild | |
parent | Pruned old sources. (Manifest recommit) (diff) | |
download | gentoo-2-1267b6422342863056c7e14ea25dffd0a119f14c.tar.gz gentoo-2-1267b6422342863056c7e14ea25dffd0a119f14c.tar.bz2 gentoo-2-1267b6422342863056c7e14ea25dffd0a119f14c.zip |
Added a DEPEND on sys-libs/lib-compat. See Bug #48350. Thanks to Peter Koeleman.
Diffstat (limited to 'dev-lang/icc/icc-8.0.055.ebuild')
-rw-r--r-- | dev-lang/icc/icc-8.0.055.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/icc/icc-8.0.055.ebuild b/dev-lang/icc/icc-8.0.055.ebuild index b0a4e84f6303..75831002a85b 100644 --- a/dev-lang/icc/icc-8.0.055.ebuild +++ b/dev-lang/icc/icc-8.0.055.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-8.0.055.ebuild,v 1.1 2004/02/07 23:03:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-8.0.055.ebuild,v 1.2 2004/05/13 11:07:02 xtv Exp $ inherit rpm @@ -20,7 +20,8 @@ HOMEPAGE="http://www.intel.com/software/products/compilers/clin/" LICENSE="icc-7.0" -DEPEND=">=sys-libs/glibc-2.2.5" +DEPEND=">=sys-libs/glibc-2.2.5 + x86? ( sys-libs/lib-compat )" SLOT="8" KEYWORDS="~ia64 ~x86" |