diff options
author | 2015-04-27 14:41:03 +0000 | |
---|---|---|
committer | 2015-04-27 14:41:03 +0000 | |
commit | 646f0a9dc2f595d08a4b9abd950cff97a7cdfdc0 (patch) | |
tree | 1a498a8926e7f4c7f501f9c19c7b23ef6bab6e48 /app-admin | |
parent | Cleanup (diff) | |
download | gentoo-2-646f0a9dc2f595d08a4b9abd950cff97a7cdfdc0.tar.gz gentoo-2-646f0a9dc2f595d08a4b9abd950cff97a7cdfdc0.tar.bz2 gentoo-2-646f0a9dc2f595d08a4b9abd950cff97a7cdfdc0.zip |
app-admin/testdisk: app-admin/testdisk-7.0-r2 stable on x86
While app-admin/testdisk-7.0 was in the process of being stabilized, I revised
the ebuild. It should also be marked stable.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/testdisk/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/testdisk/testdisk-7.0-r2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-admin/testdisk/ChangeLog b/app-admin/testdisk/ChangeLog index ad2712314ea9..4e02b9860a8a 100644 --- a/app-admin/testdisk/ChangeLog +++ b/app-admin/testdisk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/testdisk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.63 2015/04/26 16:47:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.64 2015/04/27 14:41:03 nicolasbock Exp $ + + 27 Apr 2015; Nicolas Bock <nicolasbock@gentoo.org> testdisk-7.0-r2.ebuild: + app-admin/testdisk: app-admin/testdisk-7.0-r2 stable on x86 While app- + admin/testdisk-7.0 was in the process of being stabilized, I revised the + ebuild. It should also be marked stable. 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> testdisk-7.0.ebuild: x86 stable wrt bug #530174 diff --git a/app-admin/testdisk/testdisk-7.0-r2.ebuild b/app-admin/testdisk/testdisk-7.0-r2.ebuild index 0004b141dec8..a44cba35bcc2 100644 --- a/app-admin/testdisk/testdisk-7.0-r2.ebuild +++ b/app-admin/testdisk/testdisk-7.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 1.4 2015/04/26 12:42:21 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 1.5 2015/04/27 14:41:03 nicolasbock Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.cgsecurity.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc x86" IUSE="ewf jpeg ntfs reiserfs static qt4" REQUIRED_USE="static? ( !qt4 )" |