diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-09 07:54:18 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-09 07:54:18 +0000 |
commit | 2182899d4e9e22f22166e25d172ee62bf93fa46e (patch) | |
tree | 040ffc6346e3728a7ca2e49a8f41a66a1a758a48 /sys-fs/dd-rescue | |
parent | Commit sys-fs/eudev to the tree (diff) | |
download | gentoo-2-2182899d4e9e22f22166e25d172ee62bf93fa46e.tar.gz gentoo-2-2182899d4e9e22f22166e25d172ee62bf93fa46e.tar.bz2 gentoo-2-2182899d4e9e22f22166e25d172ee62bf93fa46e.zip |
Stable on amd64, wrt bug #441530
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-fs/dd-rescue')
-rw-r--r-- | sys-fs/dd-rescue/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/dd-rescue/dd-rescue-1.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/dd-rescue/ChangeLog b/sys-fs/dd-rescue/ChangeLog index f42d499c0cdf..35979efbb906 100644 --- a/sys-fs/dd-rescue/ChangeLog +++ b/sys-fs/dd-rescue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/dd-rescue # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.28 2012/09/02 18:20:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.29 2012/12/09 07:54:18 pinkbyte Exp $ + + 09 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> dd-rescue-1.28.ebuild: + Stable on amd64, wrt bug #441530 02 Sep 2012; Raúl Porcel <armin76@gentoo.org> dd-rescue-1.25.ebuild, dd-rescue-1.28.ebuild: diff --git a/sys-fs/dd-rescue/dd-rescue-1.28.ebuild b/sys-fs/dd-rescue/dd-rescue-1.28.ebuild index e21a80363114..a958fc50c055 100644 --- a/sys-fs/dd-rescue/dd-rescue-1.28.ebuild +++ b/sys-fs/dd-rescue/dd-rescue-1.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.28.ebuild,v 1.1 2012/08/28 03:23:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.28.ebuild,v 1.2 2012/12/09 07:54:18 pinkbyte Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://www.garloff.de/kurt/linux/ddrescue/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static kernel_linux elibc_glibc" S=${WORKDIR}/${MY_PN} |