diff options
author | 2005-09-29 10:15:14 +0000 | |
---|---|---|
committer | 2005-09-29 10:15:14 +0000 | |
commit | 8d171ff22c8d9d0b526e00335b637e383a56da56 (patch) | |
tree | b14ac7c3a35558af2dbd6de5ed2f0b6576f43ba5 /sys-fs/ddrescue | |
parent | Do not enable arts if arts USE is not set. Thanks to kasim.terzic@gmail.com; ... (diff) | |
download | gentoo-2-8d171ff22c8d9d0b526e00335b637e383a56da56.tar.gz gentoo-2-8d171ff22c8d9d0b526e00335b637e383a56da56.tar.bz2 gentoo-2-8d171ff22c8d9d0b526e00335b637e383a56da56.zip |
Stable on x86, bug #101890.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-fs/ddrescue')
-rw-r--r-- | sys-fs/ddrescue/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog index 95daf61da6dc..f726da4689d6 100644 --- a/sys-fs/ddrescue/ChangeLog +++ b/sys-fs/ddrescue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ddrescue # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.3 2005/06/30 13:17:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.4 2005/09/29 10:15:14 ticho Exp $ + + 29 Sep 2005; Andrej Kacian <ticho@gentoo.org> ddrescue-1.0.ebuild: + Stable on x86, bug #101890. 30 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> ddrescue-1.0.ebuild: To ~sparc wrt #97482 diff --git a/sys-fs/ddrescue/ddrescue-1.0.ebuild b/sys-fs/ddrescue/ddrescue-1.0.ebuild index 1060687b662c..6cf49d3bee72 100644 --- a/sys-fs/ddrescue/ddrescue-1.0.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.0.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-fs/ddrescue/ddrescue-1.0.ebuild,v 1.3 2005/06/30 13:17:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.0.ebuild,v 1.4 2005/09/29 10:15:14 ticho Exp $ DESCRIPTION="Copies data from one file or block device (hard disk, cdrom, etc) to another, trying hard to rescue data in case of read errors" HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html" @@ -8,7 +8,7 @@ SRC_URI="http://savannah.gnu.org/download/ddrescue/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND="" |