summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-03-10 13:48:08 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-03-10 13:48:08 +0000
commit70502cf29a3d880a56d1476a2202fc103e91af0b (patch)
tree6f7f7f18eb81041d1a32e02854ef9613a2e7d593 /sys-block/partimage
parentFix ppc64 CTARGET and let the user set a lower LT_KERNEL_VERSION to satisfy b... (diff)
downloadgentoo-2-70502cf29a3d880a56d1476a2202fc103e91af0b.tar.gz
gentoo-2-70502cf29a3d880a56d1476a2202fc103e91af0b.tar.bz2
gentoo-2-70502cf29a3d880a56d1476a2202fc103e91af0b.zip
partimage-0.6.4-r2 marked stable on x86
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-block/partimage')
-rw-r--r--sys-block/partimage/ChangeLog6
-rw-r--r--sys-block/partimage/partimage-0.6.4-r2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-block/partimage/ChangeLog b/sys-block/partimage/ChangeLog
index ffe88fa46f85..3cdccb7b34d0 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.2 2005/03/06 23:39:18 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.3 2005/03/10 13:48:08 xmerlin Exp $
+
+ 10 Mar 2005; Christian Zoffoli <xmerlin@gentoo.org>
+ partimage-0.6.4-r2.ebuild:
+ partimage-0.6.4-r2 marked stable on x86
*partimage-0.6.4-r1 (06 Mar 2005)
diff --git a/sys-block/partimage/partimage-0.6.4-r2.ebuild b/sys-block/partimage/partimage-0.6.4-r2.ebuild
index 15d896af0859..546981a0a2ec 100644
--- a/sys-block/partimage/partimage-0.6.4-r2.ebuild
+++ b/sys-block/partimage/partimage-0.6.4-r2.ebuild
@@ -1,6 +1,6 @@
# 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.1 2005/03/06 17:58:39 ciaranm Exp $
+# $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 $
inherit gnuconfig eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.partimage.org/"
SRC_URI="mirror://sourceforge/partimage/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="ssl nologin nls"
DEPEND="${RDEPEND} sys-devel/autoconf"
@@ -135,4 +135,4 @@ pkg_postinst() {
partimagesslperms
return 0
fi
-} \ No newline at end of file
+}