summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-15 22:49:23 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-15 22:49:23 +0000
commitf9110cb738557150f4a72286f73f974bf0bef066 (patch)
tree7fea7f994ac0d15c4625525b200b61bb3cefea08 /sys-devel
parentStable on SPARC wrt security bug #81115. (diff)
downloadgentoo-2-f9110cb738557150f4a72286f73f974bf0bef066.tar.gz
gentoo-2-f9110cb738557150f4a72286f73f974bf0bef066.tar.bz2
gentoo-2-f9110cb738557150f4a72286f73f974bf0bef066.zip
dont use gcc eclass
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bison/bison-1.875.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild
index ecd3a10833a6..adb16695e638 100644
--- a/sys-devel/bison/bison-1.875.ebuild
+++ b/sys-devel/bison/bison-1.875.ebuild
@@ -1,8 +1,8 @@
# 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-1.875.ebuild,v 1.28 2005/01/11 01:19:15 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.29 2005/05/15 22:49:23 vapier Exp $
-inherit gcc flag-o-matic eutils gnuconfig
+inherit flag-o-matic eutils gnuconfig toolchain-funcs
DESCRIPTION="A yacc-compatible parser generator"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
@@ -21,7 +21,6 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${PN}-1.32-extfix.patch
epatch ${FILESDIR}/${PN}-1.875-gccerror.patch
- gnuconfig_update
}
src_compile() {