diff options
author | 2002-12-23 06:46:58 +0000 | |
---|---|---|
committer | 2002-12-23 06:46:58 +0000 | |
commit | 559edafc7c8e90f1c38e5606cb93b8e9ff2ef970 (patch) | |
tree | abb2faf28103a64c29664a2cc98c42fc69a3b038 /sys-apps/partimage | |
parent | new partimage ebuild (~ masked,) closing bug #11804, and allowing me to begin (diff) | |
download | historical-559edafc7c8e90f1c38e5606cb93b8e9ff2ef970.tar.gz historical-559edafc7c8e90f1c38e5606cb93b8e9ff2ef970.tar.bz2 historical-559edafc7c8e90f1c38e5606cb93b8e9ff2ef970.zip |
quick dep fix
Diffstat (limited to 'sys-apps/partimage')
-rw-r--r-- | sys-apps/partimage/partimage-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/partimage/partimage-0.6.2.ebuild b/sys-apps/partimage/partimage-0.6.2.ebuild index 8c30f3557f69..6c08fb335f5c 100644 --- a/sys-apps/partimage/partimage-0.6.2.ebuild +++ b/sys-apps/partimage/partimage-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.2.ebuild,v 1.1 2002/12/23 06:30:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.2.ebuild,v 1.2 2002/12/23 06:46:58 drobbins Exp $ DESCRIPTION="Console-based application to efficiently save raw partition data to an image file. Optional encryption/compression support." HOMEPAGE="http://www.partimage.org/" @@ -17,7 +17,7 @@ RDEPEND="virtual/glibc >=sys-libs/slang-1.4.5-r2 ssl? ( >=dev-libs/openssl-0.9.6g )" -RDEPEND="${DEPEND} sys-devel/autoconf" +DEPEND="${RDEPEND} sys-devel/autoconf" src_unpack() { unpack ${A} |