diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-30 23:10:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-30 23:10:12 +0000 |
commit | ef6f542b9892b5ca5578c11bf9e24f27b9906549 (patch) | |
tree | aa3af1da82cb9aafae2d81ebbe4a9e431ba8a65f /app-crypt/chntpw | |
parent | Add split qt-4 dependencies, bug #217170 (diff) | |
download | gentoo-2-ef6f542b9892b5ca5578c11bf9e24f27b9906549.tar.gz gentoo-2-ef6f542b9892b5ca5578c11bf9e24f27b9906549.tar.bz2 gentoo-2-ef6f542b9892b5ca5578c11bf9e24f27b9906549.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-crypt/chntpw')
-rw-r--r-- | app-crypt/chntpw/chntpw-080526.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/chntpw/chntpw-080526.ebuild b/app-crypt/chntpw/chntpw-080526.ebuild index cf8ad805cd15..b6b341e85f69 100644 --- a/app-crypt/chntpw/chntpw-080526.ebuild +++ b/app-crypt/chntpw/chntpw-080526.ebuild @@ -1,6 +1,6 @@ # 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-080526.ebuild,v 1.1 2008/06/29 03:17:18 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-080526.ebuild,v 1.2 2008/06/30 23:10:12 mr_bones_ Exp $ DESCRIPTION="Offline Windows NT Password & Registry Editor" HOMEPAGE="http://home.eunet.no/~pnordahl/ntpasswd/" @@ -16,7 +16,7 @@ DEPEND="app-arch/unzip" src_compile() { #Makefile is hardcoded, override the defaults with the user's settings. - emake LIBS="-lcrypto" CFLAGS="${CFLAGS}" || die "emake failed" + emake LIBS="-lcrypto" CFLAGS="${CFLAGS}" || die "emake failed" } src_install() { |