diff options
author | 2015-04-20 18:39:48 +0000 | |
---|---|---|
committer | 2015-04-20 18:39:48 +0000 | |
commit | 6e00060da31d74f5d5ced614b71e73d10e7d9346 (patch) | |
tree | 8a2a1196e04c5d1ba7542c3e7096dfa07a906656 /app-admin/testdisk | |
parent | Version bump. (diff) | |
download | gentoo-2-6e00060da31d74f5d5ced614b71e73d10e7d9346.tar.gz gentoo-2-6e00060da31d74f5d5ced614b71e73d10e7d9346.tar.bz2 gentoo-2-6e00060da31d74f5d5ced614b71e73d10e7d9346.zip |
app-admin/testdisk-7.0: Re-enable ext2fs
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)
Diffstat (limited to 'app-admin/testdisk')
-rw-r--r-- | app-admin/testdisk/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/testdisk/testdisk-7.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/testdisk/ChangeLog b/app-admin/testdisk/ChangeLog index 3b34fcf2fd18..2b37c4bac6b7 100644 --- a/app-admin/testdisk/ChangeLog +++ b/app-admin/testdisk/ChangeLog @@ -1,6 +1,9 @@ # 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.55 2015/04/20 17:51:38 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.56 2015/04/20 18:39:48 nicolasbock Exp $ + + 20 Apr 2015; Nicolas Bock <nicolasbock@gentoo.org> testdisk-7.0.ebuild: + app-admin/testdisk-7.0: Re-enable ext2fs 20 Apr 2015; Nicolas Bock <nicolasbock@gentoo.org> +files/install-gentoo.patch, testdisk-7.0.ebuild: diff --git a/app-admin/testdisk/testdisk-7.0.ebuild b/app-admin/testdisk/testdisk-7.0.ebuild index d2756f6e4950..62be6b73dd75 100644 --- a/app-admin/testdisk/testdisk-7.0.ebuild +++ b/app-admin/testdisk/testdisk-7.0.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.ebuild,v 1.2 2015/04/20 17:51:38 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0.ebuild,v 1.3 2015/04/20 18:39:48 nicolasbock Exp $ EAPI=5 @@ -64,7 +64,6 @@ src_configure() { --docdir="${ED}/usr/share/doc/${PF}" \ --disable-qt \ --without-ewf \ - --without-ext2fs \ --enable-sudo \ ${myconf} |