summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 07:12:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 07:12:19 +0000
commit72712164c98fa1bfc76de1128a11969b2045deb0 (patch)
treee5fef8d96afea3415963b7e04eb74e8ce2483fbc /sys-block
parentunleash fixed emul packages (diff)
downloadgentoo-2-72712164c98fa1bfc76de1128a11969b2045deb0.tar.gz
gentoo-2-72712164c98fa1bfc76de1128a11969b2045deb0.tar.bz2
gentoo-2-72712164c98fa1bfc76de1128a11969b2045deb0.zip
Remove gnuconfig inherit.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/partimage/ChangeLog8
-rw-r--r--sys-block/partimage/partimage-0.6.4-r3.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-block/partimage/ChangeLog b/sys-block/partimage/ChangeLog
index 3d876a7de488..5c4bea05acd7 100644
--- a/sys-block/partimage/ChangeLog
+++ b/sys-block/partimage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-block/partimage
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.26 2006/10/14 22:45:43 xmerlin Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.27 2007/01/05 07:12:19 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ partimage-0.6.4-r3.ebuild:
+ Remove gnuconfig inherit.
14 Oct 2006; Christian Zoffoli <xmerlin@gentoo.org>
+files/partimage-0.6.4-1-lib64.patch,
diff --git a/sys-block/partimage/partimage-0.6.4-r3.ebuild b/sys-block/partimage/partimage-0.6.4-r3.ebuild
index 70e17f1f4cfa..2901283c32cb 100644
--- a/sys-block/partimage/partimage-0.6.4-r3.ebuild
+++ b/sys-block/partimage/partimage-0.6.4-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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-r3.ebuild,v 1.19 2006/10/14 17:07:41 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r3.ebuild,v 1.20 2007/01/05 07:12:19 flameeyes Exp $
WANT_AUTOMAKE="1.8"
-inherit gnuconfig eutils flag-o-matic autotools
+inherit eutils flag-o-matic autotools
DESCRIPTION="Console-based application to efficiently save raw partition data to an image file. Optional encryption/compression support."
HOMEPAGE="http://www.partimage.org/"