diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-10-14 16:01:37 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-10-14 16:01:37 +0000 |
commit | 582bab65e2d21c60dbabe280a42a18a0a18f15b7 (patch) | |
tree | 5028ce805bbd143215e0974250feb5c1d92c935e /sys-block/partimage/partimage-0.6.4-r4.ebuild | |
parent | Stable on ia64. (diff) | |
download | historical-582bab65e2d21c60dbabe280a42a18a0a18f15b7.tar.gz historical-582bab65e2d21c60dbabe280a42a18a0a18f15b7.tar.bz2 historical-582bab65e2d21c60dbabe280a42a18a0a18f15b7.zip |
Merged additional patches (fixes/improvements).
Package-Manager: portage-2.1-r1
Diffstat (limited to 'sys-block/partimage/partimage-0.6.4-r4.ebuild')
-rw-r--r-- | sys-block/partimage/partimage-0.6.4-r4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-block/partimage/partimage-0.6.4-r4.ebuild b/sys-block/partimage/partimage-0.6.4-r4.ebuild index 508d6fefac6f..81ad5430a8a5 100644 --- a/sys-block/partimage/partimage-0.6.4-r4.ebuild +++ b/sys-block/partimage/partimage-0.6.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r4.ebuild,v 1.11 2006/10/05 03:02:26 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r4.ebuild,v 1.12 2006/10/14 16:01:37 xmerlin Exp $ WANT_AUTOMAKE="1.8" @@ -61,6 +61,9 @@ src_unpack() { epatch ${FILESDIR}/${P}-LP64-fixes.patch || die epatch ${FILESDIR}/${P}-save_all_and_rest_all_actions.patch || die epatch ${FILESDIR}/${P}-datadir-path.patch || die + epatch ${FILESDIR}/${P}-dont-discard-error-message-in-batch-mode.patch || die + epatch ${FILESDIR}/${P}-save_file_and_rest_file_actions.patch || die + epatch ${FILESDIR}/${P}-varargs.patch || die } src_compile() { |