diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-17 16:27:20 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-17 16:27:20 +0000 |
commit | 52f5493d7bee7c541a8469a79e96e607473323e0 (patch) | |
tree | 230e6242618ae54c114b71932b467ddf9d0c4b9b /app-backup/hdup/hdup-2.0.14.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-52f5493d7bee7c541a8469a79e96e607473323e0.tar.gz gentoo-2-52f5493d7bee7c541a8469a79e96e607473323e0.tar.bz2 gentoo-2-52f5493d7bee7c541a8469a79e96e607473323e0.zip |
Fix bug #163471.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-backup/hdup/hdup-2.0.14.ebuild')
-rw-r--r-- | app-backup/hdup/hdup-2.0.14.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-backup/hdup/hdup-2.0.14.ebuild b/app-backup/hdup/hdup-2.0.14.ebuild index 0c5175dd4b9d..8e479af3cee9 100644 --- a/app-backup/hdup/hdup-2.0.14.ebuild +++ b/app-backup/hdup/hdup-2.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild,v 1.2 2007/01/24 04:18:38 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild,v 1.3 2007/05/17 16:27:20 chtekk Exp $ KEYWORDS="~amd64 ~x86" DESCRIPTION="Hdup is backup program using tar, find, gzip/bzip2, mcrypt and ssh." @@ -10,12 +10,13 @@ LICENSE="GPL-2" SLOT="0" IUSE="crypt" -DEPEND="app-arch/tar - sys-apps/findutils +DEPEND="app-arch/bzip2 app-arch/gzip - app-arch/bzip2 + app-arch/tar + dev-util/pkgconfig net-misc/openssh sys-apps/coreutils + sys-apps/findutils crypt? ( app-crypt/mcrypt )" RDEPEND="${DEPEND}" |