diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
commit | 809c7857e4ee0e351a50c258d8f2276bd9ce5746 (patch) | |
tree | 6c7770cfcc65ff87156da52fedc24f1a7f64cc76 /app-arch | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.tar.gz gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.tar.bz2 gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.zip |
Upd and fixes for sys-build
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dump/dump-0.4.21.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/dump/dump-0.4.21.ebuild b/app-arch/dump/dump-0.4.21.ebuild index 64338aaf7c2d..5dbb6b38d076 100644 --- a/app-arch/dump/dump-0.4.21.ebuild +++ b/app-arch/dump/dump-0.4.21.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.21.ebuild,v 1.1 2001/01/14 05:36:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.21.ebuild,v 1.2 2001/01/27 14:41:33 achim Exp $ P=dump-0.4b21 A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="Dump/restore ext2fs backup utilities" SRC_URI="http://download.sourceforge.net/dump/${A}" HOMEPAGE="http://dump.sourceforge.net" +DEPEND=">=sys-apps/e2fsprogs-1.19" src_compile() { |