diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-19 04:38:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-19 04:38:08 +0000 |
commit | aef02d2401cd13fa2b235bbae9acc1eb04b6f18c (patch) | |
tree | 437fec12f92ad7baadf4d9186b3688d15101ac73 /sys-fs | |
parent | Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to Marvell. (diff) | |
download | gentoo-2-aef02d2401cd13fa2b235bbae9acc1eb04b6f18c.tar.gz gentoo-2-aef02d2401cd13fa2b235bbae9acc1eb04b6f18c.tar.bz2 gentoo-2-aef02d2401cd13fa2b235bbae9acc1eb04b6f18c.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/ddrescue/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog index 64e98a45b9c5..e05084ca716a 100644 --- a/sys-fs/ddrescue/ChangeLog +++ b/sys-fs/ddrescue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/ddrescue # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.19 2009/08/01 19:45:31 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.20 2009/09/19 04:38:08 robbat2 Exp $ + + 19 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> ddrescue-1.11.ebuild: + Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to + Marvell. *ddrescue-1.11 (01 Aug 2009) diff --git a/sys-fs/ddrescue/ddrescue-1.11.ebuild b/sys-fs/ddrescue/ddrescue-1.11.ebuild index 85af468003bc..00c4f0b16c2f 100644 --- a/sys-fs/ddrescue/ddrescue-1.11.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.1 2009/08/01 19:45:31 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.2 2009/09/19 04:38:08 robbat2 Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~arm" IUSE="" DEPEND="" |