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-7.1.029.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-7.1.029.ebuild')
-rw-r--r-- | dev-lang/icc/icc-7.1.029.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/icc/icc-7.1.029.ebuild b/dev-lang/icc/icc-7.1.029.ebuild index c0061f308820..15bced004fbc 100644 --- a/dev-lang/icc/icc-7.1.029.ebuild +++ b/dev-lang/icc/icc-7.1.029.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-7.1.029.ebuild,v 1.4 2003/10/14 05:08:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.1.029.ebuild,v 1.5 2004/05/13 11:07:02 xtv Exp $ inherit rpm @@ -17,7 +17,8 @@ HOMEPAGE="http://www.intel.com/software/products/compilers/clin/" LICENSE="icc-7.0" DEPEND="virtual/linux-sources - >=sys-libs/glibc-2.2.5" + >=sys-libs/glibc-2.2.5 + x86? ( sys-libs/lib-compat )" RDEPEND="virtual/linux-sources >=sys-libs/glibc-2.2.5" |