diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-11 06:04:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-11 06:04:03 +0000 |
commit | a270714b48f0ab98d7c65d11199c3ab046619a85 (patch) | |
tree | 337127ae118551a10847be8a8d2960eaeebf2bc6 /net-misc | |
parent | Bug #288498: Now we need a glue patch for pkcs11 and HPN together. Really som... (diff) | |
download | gentoo-2-a270714b48f0ab98d7c65d11199c3ab046619a85.tar.gz gentoo-2-a270714b48f0ab98d7c65d11199c3ab046619a85.tar.bz2 gentoo-2-a270714b48f0ab98d7c65d11199c3ab046619a85.zip |
Whitespace.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/openssh-5.3_p1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openssh/openssh-5.3_p1-r1.ebuild b/net-misc/openssh/openssh-5.3_p1-r1.ebuild index a2e58d651df5..22f94647e22a 100644 --- a/net-misc/openssh/openssh-5.3_p1-r1.ebuild +++ b/net-misc/openssh/openssh-5.3_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.3_p1-r1.ebuild,v 1.2 2009/10/11 06:03:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.3_p1-r1.ebuild,v 1.3 2009/10/11 06:04:03 robbat2 Exp $ inherit eutils flag-o-matic multilib autotools pam @@ -90,7 +90,7 @@ src_unpack() { fi if use X509 ; then # Apply X509 patch - epatch "${DISTDIR}"/${X509_PATCH} + epatch "${DISTDIR}"/${X509_PATCH} # Apply glue so that HPN will still work after X509 epatch "${FILESDIR}"/${PN}-5.2_p1-x509-hpn-glue.patch fi |