summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-devel/bison/ChangeLog5
-rw-r--r--sys-devel/bison/Manifest4
-rw-r--r--sys-devel/bison/bison-1.875.ebuild8
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index ac2f3a1e8e7d..341a467c8ee8 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/bison
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.17 2003/09/06 22:22:21 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.18 2003/09/06 22:31:59 azarah Exp $
+
+ 07 Sep 2003; Martin Schlemmer <azarah@gentoo.org> bison-1.875.ebuild:
+ Fix DEPEND for when we have 'build' in USE.
*bison-1.875 (07 Sep 2003)
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index d391c4c68b6d..c1889d24ba04 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -1,8 +1,8 @@
MD5 d5c8185871d1fb88a98f59353ad7aa25 bison-1.75.ebuild 1122
-MD5 14fe58f5d15896c8bf0ec4b74ae0eb51 ChangeLog 2828
+MD5 7b52c81684fa7b02033abe5d0c3d157b ChangeLog 2947
MD5 6237bb7c742aaabfba528d8521f856da bison-1.34-r1.ebuild 1190
MD5 cabead588b35fd0ef81765e0db4d9cf2 bison-1.35.ebuild 1297
-MD5 b850847d553e14f66e0ea5ba27228ba2 bison-1.875.ebuild 1462
+MD5 a114e9f064d406a46184a4575c4cece6 bison-1.875.ebuild 1442
MD5 4a875793f3bd808692002c152e5e26c4 files/digest-bison-1.875 64
MD5 9c4ca0c28c5762cc799cc3e56f51d54e files/digest-bison-1.35 63
MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild
index 7684d55f1477..b693fd49176e 100644
--- a/sys-devel/bison/bison-1.875.ebuild
+++ b/sys-devel/bison/bison-1.875.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.1 2003/09/06 22:22:21 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.2 2003/09/06 22:31:59 azarah Exp $
IUSE="nls static build" # icc"
@@ -14,7 +14,7 @@ SLOT="0"
# do not compile xfree
KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
-DEPEND="nls? ( sys-devel/gettext )"
+DEPEND="!build? ( nls? ( sys-devel/gettext ) )"
# icc? ( dev-lang/icc )"
@@ -30,7 +30,7 @@ src_compile() {
# use icc && CC="iccbin" CXX="iccbin" LD="iccbin"
local myconf=
-
+
use nls || myconf="--disable-nls"
econf ${myconf} || die
@@ -43,7 +43,7 @@ src_compile() {
fi
}
-src_install() {
+src_install() {
make DESTDIR=${D} \
datadir=/usr/share \