summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-13 23:32:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-13 23:32:46 +0000
commit0988798389cc59010f8c8cba39309ec6920ca11c (patch)
tree51c79c2abe74cfcc22a438efcbbcf4787c9e7955 /dev-util/yacc/yacc-1.9.1-r2.ebuild
parentMask for KDE 3.4. (diff)
downloadgentoo-2-0988798389cc59010f8c8cba39309ec6920ca11c.tar.gz
gentoo-2-0988798389cc59010f8c8cba39309ec6920ca11c.tar.bz2
gentoo-2-0988798389cc59010f8c8cba39309ec6920ca11c.zip
touchups
Diffstat (limited to 'dev-util/yacc/yacc-1.9.1-r2.ebuild')
-rw-r--r--dev-util/yacc/yacc-1.9.1-r2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r2.ebuild b/dev-util/yacc/yacc-1.9.1-r2.ebuild
index 3a9a52bed777..d403f271e585 100644
--- a/dev-util/yacc/yacc-1.9.1-r2.ebuild
+++ b/dev-util/yacc/yacc-1.9.1-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r2.ebuild,v 1.4 2004/07/02 05:14:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r2.ebuild,v 1.5 2005/01/13 23:32:46 vapier Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="Yacc"
HOMEPAGE="http://dinosaur.compilertools.net/#yacc"
@@ -10,7 +10,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
IUSE=""
RDEPEND="virtual/libc"
@@ -34,7 +34,7 @@ src_unpack() {
src_compile() {
make clean || die
- make CFLAGS="${CFLAGS}" || die
+ emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
}
src_install() {