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
commit2c46a98cf0658b9029c0eae9b9f763b9a9aae432 (patch)
treee29ff8dae2d64cbcc39e36baec2a96c50e1992ec /sys-devel/bison
parentSparc64 corrections (diff)
downloadhistorical-2c46a98cf0658b9029c0eae9b9f763b9a9aae432.tar.gz
historical-2c46a98cf0658b9029c0eae9b9f763b9a9aae432.tar.bz2
historical-2c46a98cf0658b9029c0eae9b9f763b9a9aae432.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() {