diff options
author | 2003-03-07 20:59:54 +0000 | |
---|---|---|
committer | 2003-03-07 20:59:54 +0000 | |
commit | ea318192f5027a6f38de90e551cd7865caa4dca7 (patch) | |
tree | dd700fcedb9ffe635460acc9e0e5173fcb3fbfd4 /sys-apps/debianutils | |
parent | version bump (diff) | |
download | gentoo-2-ea318192f5027a6f38de90e551cd7865caa4dca7.tar.gz gentoo-2-ea318192f5027a6f38de90e551cd7865caa4dca7.tar.bz2 gentoo-2-ea318192f5027a6f38de90e551cd7865caa4dca7.zip |
use epatch
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.3.ebuild | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index 619d440b6e7c..b1c56a9e2c73 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/debianutils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.12 2003/02/22 02:18:35 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.13 2003/03/07 20:59:54 seemant Exp $ 21 Feb 2003; Zach Welch <zwelch@gentoo.org> debianutils-1.16.3.ebuild : Added arm to keywords. @@ -10,6 +10,9 @@ *debianutils-1.16.3 (20 Dec 2002) + 07 Mar 2003; Seemant Kulleen <seemant@gentoo.org> debianutils-1.16.3.ebuild: + use epatch + 20 Dec 2002; Jan Seidel <tuxus@gentoo.org> : debianutils-1.13.3-r3.ebuild Added mips to keywords diff --git a/sys-apps/debianutils/debianutils-1.16.3.ebuild b/sys-apps/debianutils/debianutils-1.16.3.ebuild index 33d4afb37d0d..318a3e71d4fb 100644 --- a/sys-apps/debianutils/debianutils-1.16.3.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.3.ebuild @@ -1,6 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.12 2003/02/22 02:18:35 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.13 2003/03/07 20:59:54 seemant Exp $ + +inherit eutils + +IUSE="" S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" @@ -18,11 +22,11 @@ src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff || die + epatch ${FILESDIR}/${P}-Makefile-gentoo.diff # Make installkernel and mkboot more Gentoo friendly # <azarah@gentoo.org> (25 Sep 2002) - patch -p1 < ${FILESDIR}/${P}-gentoo.patch || die + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { |