diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-18 17:15:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-18 17:15:08 +0000 |
commit | d2cf5c6b5d6381c12ebeb58d2ff93978ce8c9e22 (patch) | |
tree | b88591f56d3f0a87ab8ef6971fdca9c5c9f1d374 /app-admin | |
parent | removed stupid changelog entry... :-/ (diff) | |
download | gentoo-2-d2cf5c6b5d6381c12ebeb58d2ff93978ce8c9e22.tar.gz gentoo-2-d2cf5c6b5d6381c12ebeb58d2ff93978ce8c9e22.tar.bz2 gentoo-2-d2cf5c6b5d6381c12ebeb58d2ff93978ce8c9e22.zip |
Bug #93021, ntfsprogs minimum version.
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/testdisk/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/testdisk/testdisk-5.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/testdisk/ChangeLog b/app-admin/testdisk/ChangeLog index 9b9c8bce8b6a..9e8bcf838caa 100644 --- a/app-admin/testdisk/ChangeLog +++ b/app-admin/testdisk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/testdisk # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.10 2005/04/30 02:05:43 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.11 2005/05/18 17:15:08 robbat2 Exp $ + + 18 May 2005; Robin H. Johnson <robbat2@gentoo.org> testdisk-5.7.ebuild: + Bug #93021, ntfsprogs minimum version. *testdisk-5.7 (30 Apr 2005) diff --git a/app-admin/testdisk/testdisk-5.7.ebuild b/app-admin/testdisk/testdisk-5.7.ebuild index ce202241d22b..758efc7dd533 100644 --- a/app-admin/testdisk/testdisk-5.7.ebuild +++ b/app-admin/testdisk/testdisk-5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-5.7.ebuild,v 1.1 2005/04/30 02:05:43 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-5.7.ebuild,v 1.2 2005/05/18 17:15:08 robbat2 Exp $ DESCRIPTION="Multi-platform tool to check and undelete partition, supports reiserfs, ntfs, fat32, ext2/3 and many others. Also includes PhotoRec to recover pictures from digital camera memory." HOMEPAGE="http://www.cgsecurity.org/index.html?testdisk.html" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="static reiserfs" DEPEND=">=sys-libs/ncurses-5.2 - >=sys-fs/ntfsprogs-1.9.0 + >=sys-fs/ntfsprogs-1.9.4 reiserfs? ( >=sys-fs/progsreiserfs-0.3.1_rc8 ) >=sys-fs/e2fsprogs-1.35" |