diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:33 +0000 |
commit | b8f51cb92a4b0efd38e09082ca290c076e707663 (patch) | |
tree | 1cdd0aaf5cfae7176d06df8637f6906a7f48ca8a /app-arch | |
parent | *** empty log message *** (diff) | |
download | historical-b8f51cb92a4b0efd38e09082ca290c076e707663.tar.gz historical-b8f51cb92a4b0efd38e09082ca290c076e707663.tar.bz2 historical-b8f51cb92a4b0efd38e09082ca290c076e707663.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() { |