diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | d57e8cd5234564c17748dd8cc2009b254afb8b5c (patch) | |
tree | 90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/xfsamba | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/xfsamba')
-rw-r--r-- | net-misc/xfsamba/Manifest | 2 | ||||
-rw-r--r-- | net-misc/xfsamba/xfsamba-0.47.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/xfsamba/Manifest b/net-misc/xfsamba/Manifest index 29f806f219d7..78088ac4bfb8 100644 --- a/net-misc/xfsamba/Manifest +++ b/net-misc/xfsamba/Manifest @@ -1,3 +1,3 @@ MD5 8dc8d344013b561fa84f98a4e7e0810a ChangeLog 915 -MD5 17b0a0c1b6f917dea8266b378bd3afc8 xfsamba-0.47.ebuild 893 +MD5 d52ac39c52ba2381ffffab18477d1d83 xfsamba-0.47.ebuild 894 MD5 439e2240bfa3318549e508214f51faad files/digest-xfsamba-0.47 65 diff --git a/net-misc/xfsamba/xfsamba-0.47.ebuild b/net-misc/xfsamba/xfsamba-0.47.ebuild index 744c9b19948d..f0d0e55b7881 100644 --- a/net-misc/xfsamba/xfsamba-0.47.ebuild +++ b/net-misc/xfsamba/xfsamba-0.47.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-misc/xfsamba/xfsamba-0.47.ebuild,v 1.8 2003/02/13 15:12:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xfsamba/xfsamba-0.47.ebuild,v 1.9 2003/09/05 22:01:49 msterret Exp $ IUSE="nls" @@ -26,7 +26,7 @@ src_compile() { --mandir=/usr/share/man \ --disable-gtktest \ --disable-glibtest || die "./configure failed" - + emake || die } |