diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-19 06:54:51 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-19 06:54:51 +0000 |
commit | 9244b9c1effaf409dbf0484136b67afec7c350c8 (patch) | |
tree | 57f07a255986e521a9dd4e2f88312362d648c3d3 /sys-apps/diffutils/diffutils-2.8.4-r1.ebuild | |
parent | chase latest release + some small fixes (diff) | |
download | historical-9244b9c1effaf409dbf0484136b67afec7c350c8.tar.gz historical-9244b9c1effaf409dbf0484136b67afec7c350c8.tar.bz2 historical-9244b9c1effaf409dbf0484136b67afec7c350c8.zip |
update to use correct patch
Diffstat (limited to 'sys-apps/diffutils/diffutils-2.8.4-r1.ebuild')
-rw-r--r-- | sys-apps/diffutils/diffutils-2.8.4-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/diffutils/diffutils-2.8.4-r1.ebuild b/sys-apps/diffutils/diffutils-2.8.4-r1.ebuild index 05283544340c..5a4e0c518fa7 100644 --- a/sys-apps/diffutils/diffutils-2.8.4-r1.ebuild +++ b/sys-apps/diffutils/diffutils-2.8.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.4-r1.ebuild,v 1.2 2002/10/14 17:24:17 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.4-r1.ebuild,v 1.3 2002/10/19 06:54:51 azarah Exp $ IUSE="nls build" @@ -9,7 +9,7 @@ DESCRIPTION="Tools to make diffs and compare files" SRC_URI="ftp://alpha.gnu.org/gnu/diffutils/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +KEYWORDS="x86 ppc sparc sparc64 alpha" SLOT="0" LICENSE="GPL-2" @@ -34,9 +34,10 @@ src_unpack() { # Build fails with make -j5 or greater on pentium4. This is because # the jobs creating the opjects, which depend on paths.h is sheduled - # at the same time paths.h is generated. This closes bug #8934. + # at the same time paths.h is generated. This patch just fix a small + # typeo that caused this. This closes bug #8934. # <azarah@gentoo.org> (14 Oct 2002) - cd ${S}; patch -p1 < ${FILESDIR}/${P}-fix-multi-job-build.patch2 || die + cd ${S}; patch -p1 < ${FILESDIR}/${P}-Makefile-fix-typeo.patch || die } src_compile() { |