diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-09 08:05:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-09 08:05:27 +0000 |
commit | 67711cbd373b6e44194b17c08a4ba95a40e8cf20 (patch) | |
tree | be9b7ddd6bf2d83f36f07b6a9d04f4e6c09ade07 /sys-fs | |
parent | Stable for amd64, wrt bug #524760 (diff) | |
download | gentoo-2-67711cbd373b6e44194b17c08a4ba95a40e8cf20.tar.gz gentoo-2-67711cbd373b6e44194b17c08a4ba95a40e8cf20.tar.bz2 gentoo-2-67711cbd373b6e44194b17c08a4ba95a40e8cf20.zip |
Stable for amd64, wrt bug #524472
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ddrescue/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.18.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog index c503c72415c3..b24168bbf749 100644 --- a/sys-fs/ddrescue/ChangeLog +++ b/sys-fs/ddrescue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ddrescue # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.51 2014/10/04 20:58:23 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.52 2014/10/09 08:05:27 ago Exp $ + + 09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> ddrescue-1.18.1.ebuild: + Stable for amd64, wrt bug #524472 04 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> ddrescue-1.19.ebuild: Fixed license. diff --git a/sys-fs/ddrescue/ddrescue-1.18.1.ebuild b/sys-fs/ddrescue/ddrescue-1.18.1.ebuild index fd8490755e96..f56301b03dc6 100644 --- a/sys-fs/ddrescue/ddrescue-1.18.1.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.18.1.ebuild,v 1.1 2014/06/11 06:31:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.18.1.ebuild,v 1.2 2014/10/09 08:05:27 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux" IUSE="static" DEPEND="$(unpacker_src_uri_depends)" |