summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2002-12-10 01:18:55 +0000
committerJon Portnoy <avenj@gentoo.org>2002-12-10 01:18:55 +0000
commit629d3f4e61d73b1b551b8afcffafac7d5ab6bdec (patch)
treee431e5318a308c65758ebf80f9ab5aaa35e24545 /sys-devel/bison
parentSparc64 corrections (diff)
downloadgentoo-2-629d3f4e61d73b1b551b8afcffafac7d5ab6bdec.tar.gz
gentoo-2-629d3f4e61d73b1b551b8afcffafac7d5ab6bdec.tar.bz2
gentoo-2-629d3f4e61d73b1b551b8afcffafac7d5ab6bdec.zip
Dependencies fix for icc.
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/ChangeLog10
-rw-r--r--sys-devel/bison/bison-1.35.ebuild5
-rw-r--r--sys-devel/bison/bison-1.75.ebuild5
3 files changed, 15 insertions, 5 deletions
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 <manson@gentoo.org> changed sparc ~sparc keywords
@@ -16,6 +16,10 @@
Update to be icc-able with USE=icc.
+ 09 Dec 2002; Jon Portnoy <avenj@gentoo.org> :
+
+ Fixed dependencies for USE="icc".
+
*bison-1.35 (09 Aug 2002)
16 Aug 2002; Seemant Kulleen <seemant@gentoo.org> bison-1.35.ebuild :
@@ -34,6 +38,10 @@
Update to be icc-able with USE=icc.
+ 09 Dec 2002; Jon Portnoy <avenj@gentoo.org> :
+
+ Fixed dependencies for USE="icc".
+
*bison-1.34-r1 (2 Apr 2002)
2 Apr 2002; M.Schlemmer <azarah@gentoo.org> :
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() {