diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-03-13 13:58:09 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-03-13 13:58:09 +0000 |
commit | 456bfcb46942ca54e85df745c21ca85cbca9ea3a (patch) | |
tree | 76bc5d4b6e1b33c366fb4812beb437443fc40099 /sys-block/partimage | |
parent | bump to 2.6.11, security fix: pax escalation, has squashfs for livecds. (diff) | |
download | gentoo-2-456bfcb46942ca54e85df745c21ca85cbca9ea3a.tar.gz gentoo-2-456bfcb46942ca54e85df745c21ca85cbca9ea3a.tar.bz2 gentoo-2-456bfcb46942ca54e85df745c21ca85cbca9ea3a.zip |
fixed bug #84445
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-block/partimage')
-rw-r--r-- | sys-block/partimage/ChangeLog | 6 | ||||
-rw-r--r-- | sys-block/partimage/partimage-0.6.4-r2.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-block/partimage/ChangeLog b/sys-block/partimage/ChangeLog index 3cdccb7b34d0..1e3b0745d831 100644 --- a/sys-block/partimage/ChangeLog +++ b/sys-block/partimage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-block/partimage # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.3 2005/03/10 13:48:08 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.4 2005/03/13 13:58:09 xmerlin Exp $ + + 13 Mar 2005; Christian Zoffoli <xmerlin@gentoo.org> + partimage-0.6.4-r2.ebuild: + fixed bug #84445, thanks to Joseph Cheek <joseph@lycoris.com> 10 Mar 2005; Christian Zoffoli <xmerlin@gentoo.org> partimage-0.6.4-r2.ebuild: diff --git a/sys-block/partimage/partimage-0.6.4-r2.ebuild b/sys-block/partimage/partimage-0.6.4-r2.ebuild index 546981a0a2ec..237442b2bb86 100644 --- a/sys-block/partimage/partimage-0.6.4-r2.ebuild +++ b/sys-block/partimage/partimage-0.6.4-r2.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-block/partimage/partimage-0.6.4-r2.ebuild,v 1.2 2005/03/10 13:48:08 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r2.ebuild,v 1.3 2005/03/13 13:58:09 xmerlin Exp $ -inherit gnuconfig eutils +inherit gnuconfig eutils flag-o-matic DESCRIPTION="Console-based application to efficiently save raw partition data to an image file. Optional encryption/compression support." HOMEPAGE="http://www.partimage.org/" @@ -49,6 +49,8 @@ src_unpack() { } src_compile() { + filter-flags -fno-exceptions + local myconf use nologin && myconf="${myconf} --disable-login" |