summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-15 23:51:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-15 23:51:32 +0000
commit55d767ca8b662031b164efaf7cb43cb8c8b92cef (patch)
treee6d7b8122c4e831276978a60e61b831b1e7afe2b /app-crypt
parentstable 2.1.3 (diff)
downloadgentoo-2-55d767ca8b662031b164efaf7cb43cb8c8b92cef.tar.gz
gentoo-2-55d767ca8b662031b164efaf7cb43cb8c8b92cef.tar.bz2
gentoo-2-55d767ca8b662031b164efaf7cb43cb8c8b92cef.zip
repoman: Fix leading whitespace
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/dirmngr/dirmngr-0.5.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/dirmngr/dirmngr-0.5.5.ebuild b/app-crypt/dirmngr/dirmngr-0.5.5.ebuild
index f316d366af22..65d35e731fc4 100644
--- a/app-crypt/dirmngr/dirmngr-0.5.5.ebuild
+++ b/app-crypt/dirmngr/dirmngr-0.5.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-0.5.5.ebuild,v 1.1 2004/08/15 03:24:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-0.5.5.ebuild,v 1.2 2004/08/15 23:51:32 mr_bones_ Exp $
DESCRIPTION="DirMngr is a daemon to handle CRL and certificate requests for GnuPG"
HOMEPAGE="http://www.gnupg.org/(en)/download/index.html#dirmngr"
@@ -19,6 +19,6 @@ DEPEND=">=net-nds/openldap-2.1.26
RDEPEND=""
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS TODO
}