diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-29 19:00:17 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-29 19:00:17 +0000 |
commit | 673327a958df45e5a17d4671814694809d52b218 (patch) | |
tree | 6d238a006d39a56740c14a56169e305d26ead14e /sys-fs | |
parent | typo fixed (diff) | |
download | gentoo-2-673327a958df45e5a17d4671814694809d52b218.tar.gz gentoo-2-673327a958df45e5a17d4671814694809d52b218.tar.bz2 gentoo-2-673327a958df45e5a17d4671814694809d52b218.zip |
Add ~ia64 wrt #309331
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ddrescue/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog index a6d6aa645330..ecbb5fcdeaaf 100644 --- a/sys-fs/ddrescue/ChangeLog +++ b/sys-fs/ddrescue/ChangeLog @@ -1,6 +1,9 @@ # 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.21 2009/09/19 08:30:00 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.22 2010/03/29 19:00:17 armin76 Exp $ + + 29 Mar 2010; Raúl Porcel <armin76@gentoo.org> ddrescue-1.11.ebuild: + Add ~ia64 wrt #309331 19 Sep 2009; Markus Meier <maekke@gentoo.org> ddrescue-1.11.ebuild: amd64/x86 stable, bug #284562 diff --git a/sys-fs/ddrescue/ddrescue-1.11.ebuild b/sys-fs/ddrescue/ddrescue-1.11.ebuild index 76a1e6836b1e..59ea5a936ded 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 +# Copyright 1999-2010 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.3 2009/09/19 08:30:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.4 2010/03/29 19:00:17 armin76 Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" IUSE="" DEPEND="" |