From 629d3f4e61d73b1b551b8afcffafac7d5ab6bdec Mon Sep 17 00:00:00 2001 From: Jon Portnoy Date: Tue, 10 Dec 2002 01:18:55 +0000 Subject: Dependencies fix for icc. --- sys-devel/bison/ChangeLog | 10 +++++++++- sys-devel/bison/bison-1.35.ebuild | 5 +++-- sys-devel/bison/bison-1.75.ebuild | 5 +++-- 3 files changed, 15 insertions(+), 5 deletions(-) (limited to 'sys-devel/bison') diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 3bcd77e40085..c8435593d605 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-devel/bison # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.8 2002/12/10 00:36:27 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.9 2002/12/10 01:18:55 avenj Exp $ \* Autoupdate keywords (12-6-02) 06 Dec 2002; Rodney Rees changed sparc ~sparc keywords @@ -16,6 +16,10 @@ Update to be icc-able with USE=icc. + 09 Dec 2002; Jon Portnoy : + + Fixed dependencies for USE="icc". + *bison-1.35 (09 Aug 2002) 16 Aug 2002; Seemant Kulleen bison-1.35.ebuild : @@ -34,6 +38,10 @@ Update to be icc-able with USE=icc. + 09 Dec 2002; Jon Portnoy : + + Fixed dependencies for USE="icc". + *bison-1.34-r1 (2 Apr 2002) 2 Apr 2002; M.Schlemmer : diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index 7f5e456e6be0..f0554fd94c05 100644 --- a/sys-devel/bison/bison-1.35.ebuild +++ b/sys-devel/bison/bison-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.7 2002/12/10 00:36:27 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.8 2002/12/10 01:18:55 avenj Exp $ IUSE="nls static build icc" @@ -12,7 +12,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha" -DEPEND="nls? ( sys-devel/gettext )" +DEPEND="nls? ( sys-devel/gettext ) + icc? ( dev-lang/icc )" src_compile() { diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild index d65173915c31..0177718389ff 100644 --- a/sys-devel/bison/bison-1.75.ebuild +++ b/sys-devel/bison/bison-1.75.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.4 2002/12/10 00:36:27 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.5 2002/12/10 01:18:55 avenj Exp $ IUSE="nls static build icc" @@ -14,7 +14,8 @@ SLOT="0" # do not compile xfree KEYWORDS="~x86" -DEPEND="nls? ( sys-devel/gettext )" +DEPEND="nls? ( sys-devel/gettext ) + icc? ( dev-lang/icc )" src_compile() { -- cgit v1.2.3-65-gdbad