diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-25 23:43:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-25 23:43:27 +0000 |
commit | 1673af07fc41d21e21c27c6a14c0cc85506ccb6c (patch) | |
tree | 540255f582dd4ad0506044925c47c41ca0821f9d /x11-libs/fxscintilla | |
parent | Version bumped. Bug # 42882. (Manifest recommit) (diff) | |
download | gentoo-2-1673af07fc41d21e21c27c6a14c0cc85506ccb6c.tar.gz gentoo-2-1673af07fc41d21e21c27c6a14c0cc85506ccb6c.tar.bz2 gentoo-2-1673af07fc41d21e21c27c6a14c0cc85506ccb6c.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'x11-libs/fxscintilla')
-rw-r--r-- | x11-libs/fxscintilla/fxscintilla-1.55.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/fxscintilla/fxscintilla-1.55.ebuild b/x11-libs/fxscintilla/fxscintilla-1.55.ebuild index 831a65d99e29..f9dadae80c89 100644 --- a/x11-libs/fxscintilla/fxscintilla-1.55.ebuild +++ b/x11-libs/fxscintilla/fxscintilla-1.55.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/x11-libs/fxscintilla/fxscintilla-1.55.ebuild,v 1.1 2004/02/25 19:12:30 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.55.ebuild,v 1.2 2004/02/25 23:43:27 mr_bones_ Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scintilla is a free source code editing component for the FOX-Toolkit" @@ -20,5 +20,5 @@ src_compile() { src_install () { DESTDIR=${D} emake install || die - dodoc README INSTALL + dodoc README INSTALL } |