diff options
Diffstat (limited to 'app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild')
-rw-r--r-- | app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild b/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild index bda7022d2163..7c3985039064 100644 --- a/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild +++ b/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild,v 1.1 2007/09/28 18:57:54 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild,v 1.2 2008/01/10 12:11:33 alonbl Exp $ DESCRIPTION="Offline Windows NT Password & Registry Editor" HOMEPAGE="http://home.eunet.no/~pnordahl/ntpasswd/" @@ -8,8 +8,9 @@ MY_PV="${PV/*200/0}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -DEPEND="dev-libs/openssl" -RDEPEND="${DEPEND}" +RDEPEND="dev-libs/openssl" +DEPEND="${DEPEND} + app-arch/unzip" SRC_URI="http://home.eunet.no/~pnordahl/ntpasswd/${PN}-source-${MY_PV}.zip" IUSE="static" S="${WORKDIR}/${PN}-${MY_PV}" |