diff options
Diffstat (limited to 'sys-fs/ddrescue/ddrescue-1.5.ebuild')
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/ddrescue/ddrescue-1.5.ebuild b/sys-fs/ddrescue/ddrescue-1.5.ebuild index 8cd5e40fd33b..e366d3c57e36 100644 --- a/sys-fs/ddrescue/ddrescue-1.5.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.5.ebuild,v 1.1 2007/07/24 13:19:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.5.ebuild,v 1.2 2008/01/14 18:17:04 armin76 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="" |