summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 03:11:11 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 03:11:11 +0000
commit811a8808cd0b5dd4b48aa4b28dac944d955d64cc (patch)
tree7266b2065a5635af9412d6740c6007da2c1d4a8d /sys-devel/bison/bison-1.75.ebuild
parentsync IUSE (+build, +hardened, +nls, +pic, +static), don't dep on arch for gnu... (diff)
downloadhistorical-811a8808cd0b5dd4b48aa4b28dac944d955d64cc.tar.gz
historical-811a8808cd0b5dd4b48aa4b28dac944d955d64cc.tar.bz2
historical-811a8808cd0b5dd4b48aa4b28dac944d955d64cc.zip
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'sys-devel/bison/bison-1.75.ebuild')
-rw-r--r--sys-devel/bison/bison-1.75.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild
index e26f33ddc684..ca94c498f5f5 100644
--- a/sys-devel/bison/bison-1.75.ebuild
+++ b/sys-devel/bison/bison-1.75.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.14 2004/06/24 22:43:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.15 2004/07/15 03:11:11 agriffis Exp $
IUSE="nls static build" # icc"
-S="${WORKDIR}/${P}"
DESCRIPTION="A yacc-compatible parser generator"
SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
@@ -51,4 +50,3 @@ src_install() {
rm -rf ${D}/usr/share/man ${D}/usr/share/info
fi
}
-