diff options
author | 2003-07-18 20:41:18 +0000 | |
---|---|---|
committer | 2003-07-18 20:41:18 +0000 | |
commit | ebb3c416f77ca3b705581fa52b7104d8941b38a7 (patch) | |
tree | fd0c3949bacc8fd092946bce0e117678d9b88427 /sys-apps/partimage | |
parent | amd64 requires gcc 3.3 patch (diff) | |
download | historical-ebb3c416f77ca3b705581fa52b7104d8941b38a7.tar.gz historical-ebb3c416f77ca3b705581fa52b7104d8941b38a7.tar.bz2 historical-ebb3c416f77ca3b705581fa52b7104d8941b38a7.zip |
added amd64
Diffstat (limited to 'sys-apps/partimage')
-rw-r--r-- | sys-apps/partimage/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/partimage/partimage-0.6.2.ebuild | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/partimage/Manifest b/sys-apps/partimage/Manifest index a6d21812d045..0522114caa43 100644 --- a/sys-apps/partimage/Manifest +++ b/sys-apps/partimage/Manifest @@ -1,3 +1,3 @@ +MD5 627f2988007383732bb9a63fcc85e189 partimage-0.6.2.ebuild 1467 MD5 de340a577b37bc757d0199b0142df607 ChangeLog 1009 -MD5 6e3763fbf281b0d2000ea59b7ecb5239 partimage-0.6.2.ebuild 1417 MD5 6fd04332b7f640a2aa71f208d2bd2dc8 files/digest-partimage-0.6.2 68 diff --git a/sys-apps/partimage/partimage-0.6.2.ebuild b/sys-apps/partimage/partimage-0.6.2.ebuild index 931073403dff..7280a10b5c97 100644 --- a/sys-apps/partimage/partimage-0.6.2.ebuild +++ b/sys-apps/partimage/partimage-0.6.2.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.2.ebuild,v 1.6 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.2.ebuild,v 1.7 2003/07/18 20:40:57 tester Exp $ + +inherit gnuconfig DESCRIPTION="Console-based application to efficiently save raw partition data to an image file. Optional encryption/compression support." HOMEPAGE="http://www.partimage.org/" SRC_URI="mirror://sourceforge/partimage/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64" +KEYWORDS="x86 ~amd64" IUSE="ssl" RDEPEND="virtual/glibc @@ -26,6 +28,8 @@ src_unpack() { # Patch Makefile.am so we can take over some of is install work #patch -p1 < ${FILESDIR}/${PF}-gentoo.patch || die "patch failed" autoconf + + use amd64 && gnuconfig_update } src_compile() { |