diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | 87b906aae4459b4542a8450f37209d2f6fca3e71 (patch) | |
tree | d60d8aa94fe0cf4c5964ba78c0cbe2e313a4b9af /dev-libs/libol/libol-0.3.9.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-87b906aae4459b4542a8450f37209d2f6fca3e71.tar.gz historical-87b906aae4459b4542a8450f37209d2f6fca3e71.tar.bz2 historical-87b906aae4459b4542a8450f37209d2f6fca3e71.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-libs/libol/libol-0.3.9.ebuild')
-rw-r--r-- | dev-libs/libol/libol-0.3.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libol/libol-0.3.9.ebuild b/dev-libs/libol/libol-0.3.9.ebuild index c9adf8e501e4..e16dcc9c02eb 100644 --- a/dev-libs/libol/libol-0.3.9.ebuild +++ b/dev-libs/libol/libol-0.3.9.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/dev-libs/libol/libol-0.3.9.ebuild,v 1.8 2003/07/16 07:50:20 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.9.ebuild,v 1.9 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" @@ -25,5 +25,5 @@ src_compile() { src_install() { einstall || die - dodoc ChangeLog + dodoc ChangeLog } |