summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-09 02:13:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-09 02:13:41 +0000
commit2a4dff186b0ba44f517a51bdea02db0979e7daa9 (patch)
tree83d40c149dcbedc65ba879b045ffee0c94407c3a /sys-devel/bison/bison-2.0.ebuild
parentAdded ~sparc keyword as it was mistakenly dropped in the version bump. (diff)
downloadgentoo-2-2a4dff186b0ba44f517a51bdea02db0979e7daa9.tar.gz
gentoo-2-2a4dff186b0ba44f517a51bdea02db0979e7daa9.tar.bz2
gentoo-2-2a4dff186b0ba44f517a51bdea02db0979e7daa9.zip
touchups
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/bison/bison-2.0.ebuild')
-rw-r--r--sys-devel/bison/bison-2.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/bison/bison-2.0.ebuild b/sys-devel/bison/bison-2.0.ebuild
index e720e5870b1a..e5fe34fe89cf 100644
--- a/sys-devel/bison/bison-2.0.ebuild
+++ b/sys-devel/bison/bison-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.0.ebuild,v 1.1 2005/01/11 01:32:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.0.ebuild,v 1.2 2005/03/09 02:12:08 vapier Exp $
inherit toolchain-funcs flag-o-matic eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="nls static"
DEPEND="sys-devel/m4
@@ -18,8 +18,8 @@ DEPEND="sys-devel/m4
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.32-extfix.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-1.32-extfix.patch
}
src_compile() {