diff options
Diffstat (limited to 'sys-devel/bison/bison-2.0.ebuild')
-rw-r--r-- | sys-devel/bison/bison-2.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-devel/bison/bison-2.0.ebuild b/sys-devel/bison/bison-2.0.ebuild index 7a5cc3754b1b..e720e5870b1a 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.3 2005/09/15 04:26:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.0.ebuild,v 1.1 2005/01/11 01:32:00 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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="nls static" DEPEND="sys-devel/m4 @@ -18,9 +18,8 @@ DEPEND="sys-devel/m4 src_unpack() { unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.32-extfix.patch - epatch "${FILESDIR}"/${P}-token-name-translate.patch #106014 + cd ${S} + epatch ${FILESDIR}/${PN}-1.32-extfix.patch } src_compile() { |