diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
commit | c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch) | |
tree | cc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/lbdb | |
parent | un-redefine ${A} (diff) | |
download | historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2 historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/lbdb')
-rw-r--r-- | net-mail/lbdb/Manifest | 2 | ||||
-rw-r--r-- | net-mail/lbdb/lbdb-0.26-r1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/lbdb/Manifest b/net-mail/lbdb/Manifest index 942e5568a4b0..c04055f80013 100644 --- a/net-mail/lbdb/Manifest +++ b/net-mail/lbdb/Manifest @@ -1,4 +1,4 @@ -MD5 93647f58d6de1c3b1242682a47aff825 lbdb-0.26-r1.ebuild 715 MD5 52cac85c89ea650d780ad8c89aa035ab ChangeLog 1136 +MD5 fffc6cad336c9f960c3c608e4e759d46 lbdb-0.26-r1.ebuild 712 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 c334778f6ea0e5023fe9dd5173e2a301 files/digest-lbdb-0.26-r1 60 diff --git a/net-mail/lbdb/lbdb-0.26-r1.ebuild b/net-mail/lbdb/lbdb-0.26-r1.ebuild index 68b13b45e46c..62ce0345e364 100644 --- a/net-mail/lbdb/lbdb-0.26-r1.ebuild +++ b/net-mail/lbdb/lbdb-0.26-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/lbdb/lbdb-0.26-r1.ebuild,v 1.7 2003/02/13 14:32:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.26-r1.ebuild,v 1.8 2003/09/05 09:12:12 msterret Exp $ IUSE="pda" @@ -26,7 +26,7 @@ src_compile() { } src_install () { - - make install_prefix=${D} install || die - dodoc README INSTALL COPYING NEWS TODO + + make install_prefix=${D} install || die + dodoc README INSTALL COPYING NEWS TODO } |