diff options
author | Markus Meier <maekke@gentoo.org> | 2011-07-26 21:12:46 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-07-26 21:12:46 +0000 |
commit | 7bc513fc5b1723770e09abda4007bbaa82836b87 (patch) | |
tree | 140120d915ec412604bd366a8808f3b9a6f4a0a3 /sys-fs/ddrescue | |
parent | Printproto seriously should not be dependency. Fixes bug #321119. (diff) | |
download | gentoo-2-7bc513fc5b1723770e09abda4007bbaa82836b87.tar.gz gentoo-2-7bc513fc5b1723770e09abda4007bbaa82836b87.tar.bz2 gentoo-2-7bc513fc5b1723770e09abda4007bbaa82836b87.zip |
x86 stable, bug #375501
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/ddrescue')
-rw-r--r-- | sys-fs/ddrescue/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog index c058d4243e5c..d5369fb93ecf 100644 --- a/sys-fs/ddrescue/ChangeLog +++ b/sys-fs/ddrescue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ddrescue # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.30 2011/07/22 09:55:06 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.31 2011/07/26 21:12:46 maekke Exp $ + + 26 Jul 2011; Markus Meier <maekke@gentoo.org> ddrescue-1.14.ebuild: + x86 stable, bug #375501 22 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> ddrescue-1.14.ebuild: ppc stable wrt #375501 diff --git a/sys-fs/ddrescue/ddrescue-1.14.ebuild b/sys-fs/ddrescue/ddrescue-1.14.ebuild index 9cd8a875d8d1..eba66393fb3b 100644 --- a/sys-fs/ddrescue/ddrescue-1.14.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.14.ebuild,v 1.3 2011/07/22 09:55:06 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.14.ebuild,v 1.4 2011/07/26 21:12:46 maekke Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" IUSE="" DEPEND="" |