diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 09:11:39 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 09:11:39 +0000 |
commit | 8f90395ba74c53ac47b7c41400cee8dabcaa4ea5 (patch) | |
tree | e4e56c2e91c3fb0afe0f3fd1eb400fceaa4e3a2a /net-mail/checkpassword | |
parent | un-redefine ${A} (diff) | |
download | gentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.tar.gz gentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.tar.bz2 gentoo-2-8f90395ba74c53ac47b7c41400cee8dabcaa4ea5.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/Manifest | 7 | ||||
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90-r1.ebuild | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mail/checkpassword/Manifest b/net-mail/checkpassword/Manifest index 204466dcd2da..846200184a43 100644 --- a/net-mail/checkpassword/Manifest +++ b/net-mail/checkpassword/Manifest @@ -1,5 +1,6 @@ -MD5 582c228efa573ac5ad4f264c871ca54c checkpassword-0.90-r1.ebuild 945 -MD5 73b1034644e3abd82158c89bbf5157e3 ChangeLog 1148 +MD5 3eeb25e14be193b53922b712ba862095 ChangeLog 1221 +MD5 f9db6665276b7c7abc1168a16f6cab3b checkpassword-0.90-r1.ebuild 998 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 894ae022f7765b23ddfce23bc2f91c3e files/digest-checkpassword-0.90-r1 69 MD5 760d73c8b3091ca1cae9a1ae5b6fab8f files/0.90-errno.patch 243 +MD5 894ae022f7765b23ddfce23bc2f91c3e files/digest-checkpassword-0.90-r1 69 +MD5 5c5ff561b8a7baeb2e1a0e38503fa425 files/0.90-head-1.patch 1201 diff --git a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild index a59dbbe95bd0..11369e35bad5 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.5 2003/09/03 16:09:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.6 2003/09/05 09:11:37 msterret Exp $ inherit eutils gcc @@ -20,7 +20,7 @@ src_unpack() { # the -s is from the original build LDFLAGS="${LDFLAGS} -s" - use pic && CFLAGS="${CFLAGS} -fPIC" + use pic && CFLAGS="${CFLAGS} -fPIC" use static && LDFLAGS="${LDFLAGS} -static" echo "$(gcc-getCC) ${CFLAGS}" > conf-cc echo "$(gcc-getCC) ${LDFLAGS}" > conf-ld |