summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-09-19 04:35:09 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-09-19 04:35:09 +0000
commita348063faa34e669c0982151024724788c7f86d1 (patch)
treee3b4896086ef4954fff7934f06d22116fb8be6b8 /sys-fs
parentUpdated to current stable (required for gdal). Closes bug 285285. (diff)
downloadgentoo-2-a348063faa34e669c0982151024724788c7f86d1.tar.gz
gentoo-2-a348063faa34e669c0982151024724788c7f86d1.tar.bz2
gentoo-2-a348063faa34e669c0982151024724788c7f86d1.zip
Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to Marvell.
(Portage version: 2.1.6.13/cvs/Linux armv5tel)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/dd-rescue/ChangeLog8
-rw-r--r--sys-fs/dd-rescue/dd-rescue-1.14.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/dd-rescue/ChangeLog b/sys-fs/dd-rescue/ChangeLog
index d3dd6fb12981..c641f58fb2c2 100644
--- a/sys-fs/dd-rescue/ChangeLog
+++ b/sys-fs/dd-rescue/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/dd-rescue
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.13 2007/09/30 02:23:54 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.14 2009/09/19 04:35:09 robbat2 Exp $
+
+ 19 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> dd-rescue-1.14.ebuild:
+ Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to
+ Marvell.
*dd-rescue-1.14 (30 Sep 2007)
diff --git a/sys-fs/dd-rescue/dd-rescue-1.14.ebuild b/sys-fs/dd-rescue/dd-rescue-1.14.ebuild
index 88d635038995..c07f01de6e00 100644
--- a/sys-fs/dd-rescue/dd-rescue-1.14.ebuild
+++ b/sys-fs/dd-rescue/dd-rescue-1.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.14.ebuild,v 1.1 2007/09/30 02:23:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.14.ebuild,v 1.2 2009/09/19 04:35:09 robbat2 Exp $
MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
@@ -10,7 +10,7 @@ SRC_URI="http://www.garloff.de/kurt/linux/ddrescue/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~arm"
IUSE="static"
RDEPEND=""