diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-16 13:52:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-16 13:52:13 +0000 |
commit | da5f532d075eae2d1ce279912f1903ade71afc11 (patch) | |
tree | 5db47d5d997470cbeb124b74985c196064175cb8 /sys-fs | |
parent | Stable for x86, wrt bug #441530 (diff) | |
download | gentoo-2-da5f532d075eae2d1ce279912f1903ade71afc11.tar.gz gentoo-2-da5f532d075eae2d1ce279912f1903ade71afc11.tar.bz2 gentoo-2-da5f532d075eae2d1ce279912f1903ade71afc11.zip |
Stable for x86, wrt bug #441530
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-fs')
-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 6b8e697a4cbc..ace511d56ed6 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.30 2012/12/09 15:05:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.31 2012/12/16 13:52:13 ago Exp $ + + 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> dd-rescue-1.28.ebuild: + Stable for x86, wrt bug #441530 09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> dd-rescue-1.28.ebuild: Stable for ppc, wrt bug #441530 diff --git a/sys-fs/dd-rescue/dd-rescue-1.28.ebuild b/sys-fs/dd-rescue/dd-rescue-1.28.ebuild index a315d6f71686..4131ab8647e5 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.3 2012/12/09 15:05:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.28.ebuild,v 1.4 2012/12/16 13:52:13 ago 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} |