diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch) | |
tree | aaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/xfsamba | |
parent | LICENSE fix (diff) | |
download | gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2 gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.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 } |