diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-15 22:49:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-15 22:49:23 +0000 |
commit | b9278ec89c13a29fe6a2892dd0a96ecf2fe9cb3e (patch) | |
tree | b940df6493141f1cab28cb092fed35b3700b0c16 /sys-devel/bison | |
parent | Stable on SPARC wrt security bug #81115. (diff) | |
download | historical-b9278ec89c13a29fe6a2892dd0a96ecf2fe9cb3e.tar.gz historical-b9278ec89c13a29fe6a2892dd0a96ecf2fe9cb3e.tar.bz2 historical-b9278ec89c13a29fe6a2892dd0a96ecf2fe9cb3e.zip |
dont use gcc eclass
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.875.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest index 39fb88d51a75..0d053c89ba9e 100644 --- a/sys-devel/bison/Manifest +++ b/sys-devel/bison/Manifest @@ -1,7 +1,7 @@ MD5 80c4445f04c895b7be2237434adcca3f ChangeLog 5873 MD5 1664f19da640e36a19bcecfb5a81c270 bison-2.0.ebuild 1406 MD5 8daee23ecbd311833a371ff404cde24a bison-1.875d.ebuild 1791 -MD5 8c84616c45d124011832de90f7838807 bison-1.875.ebuild 1801 +MD5 891a59b63cc7cc11c919095f55a38de3 bison-1.875.ebuild 1796 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170 MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538 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() { |