summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2003-09-08 02:15:08 +0000
committerMartin Schlemmer <azarah@gentoo.org>2003-09-08 02:15:08 +0000
commitcb2dae65d4f01934a2484224a0beb5c653fbc03c (patch)
tree22df9ddcaedd86c15ef063e757fe7914b81efc47 /sys-devel/bison/bison-1.875.ebuild
parentbootstrap fixes; cleanup (diff)
downloadgentoo-2-cb2dae65d4f01934a2484224a0beb5c653fbc03c.tar.gz
gentoo-2-cb2dae65d4f01934a2484224a0beb5c653fbc03c.tar.bz2
gentoo-2-cb2dae65d4f01934a2484224a0beb5c653fbc03c.zip
bootstrap fixes (bug #28119); cleanup
Diffstat (limited to 'sys-devel/bison/bison-1.875.ebuild')
-rw-r--r--sys-devel/bison/bison-1.875.ebuild18
1 files changed, 7 insertions, 11 deletions
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild
index b693fd49176e..9096a390cc03 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.2 2003/09/06 22:31:59 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.3 2003/09/08 02:14:58 azarah Exp $
IUSE="nls static build" # icc"
@@ -14,7 +14,8 @@ SLOT="0"
# do not compile xfree
KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
-DEPEND="!build? ( nls? ( sys-devel/gettext ) )"
+DEPEND="sys-devel/m4
+ nls? ( sys-devel/gettext )"
# icc? ( dev-lang/icc )"
@@ -28,10 +29,10 @@ src_unpack() {
src_compile() {
-# use icc && CC="iccbin" CXX="iccbin" LD="iccbin"
local myconf=
use nls || myconf="--disable-nls"
+# use icc && CC="iccbin" CXX="iccbin" LD="iccbin"
econf ${myconf} || die
@@ -57,13 +58,8 @@ src_install() {
# We do not need this.
rm -f ${D}/usr/lib/liby.a
- if [ -z "`use build`" ]
- then
- dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog
- docinto txt
- dodoc doc/FAQ
- else
- rm -rf ${D}/usr/share/man ${D}/usr/share/info
- fi
+ dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog
+ docinto txt
+ dodoc doc/FAQ
}