diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:11:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:11:43 +0000 |
commit | e747223589dd1d1953329b477e367e0526e8d122 (patch) | |
tree | f772b85614795607dbc2e14396f857f0e54f2af6 /net-fs/am-utils | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-e747223589dd1d1953329b477e367e0526e8d122.tar.gz historical-e747223589dd1d1953329b477e367e0526e8d122.tar.bz2 historical-e747223589dd1d1953329b477e367e0526e8d122.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-fs/am-utils')
-rw-r--r-- | net-fs/am-utils/Manifest | 6 | ||||
-rw-r--r-- | net-fs/am-utils/am-utils-6.0.9.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-fs/am-utils/Manifest b/net-fs/am-utils/Manifest index 05e8bca99cab..916749cb23b2 100644 --- a/net-fs/am-utils/Manifest +++ b/net-fs/am-utils/Manifest @@ -1,6 +1,6 @@ -MD5 08ff0de945b5fde767c3bf6fd3515bec am-utils-6.0.9.ebuild 948 MD5 e6d2da9d6899340901a2e416e7c5eba6 ChangeLog 535 -MD5 a1fdc04f98d4c0a4970581af4144926f files/amd.rc 552 -MD5 f08163d2626b71a6c983fc1d0b9383ab files/amd.net 160 +MD5 c185d6a33a75b444ff0aae7621f198ab am-utils-6.0.9.ebuild 945 MD5 04ee491d48ffa52a449c447af3c8fbce files/amd.conf 770 +MD5 f08163d2626b71a6c983fc1d0b9383ab files/amd.net 160 +MD5 a1fdc04f98d4c0a4970581af4144926f files/amd.rc 552 MD5 74f5c331bf7692293e5eb8b1d69310de files/digest-am-utils-6.0.9 67 diff --git a/net-fs/am-utils/am-utils-6.0.9.ebuild b/net-fs/am-utils/am-utils-6.0.9.ebuild index 52df10c2d315..3fec23af1ade 100644 --- a/net-fs/am-utils/am-utils-6.0.9.ebuild +++ b/net-fs/am-utils/am-utils-6.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/am-utils-6.0.9.ebuild,v 1.2 2003/06/03 07:35:22 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/am-utils-6.0.9.ebuild,v 1.3 2003/09/07 00:11:41 msterret Exp $ IUSE="ldap" @@ -18,13 +18,13 @@ KEYWORDS="x86" src_compile() { local myconf - + use ldap \ && myconf="${myconf} --without-ldap" \ || myconf="${myconf} --with-ldap" - + myconf="${myconf} --sysconfdir=/etc/amd" - + cd ${S} econf ${myconf} || die "configure failed" emake || die "make failed" |