diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-09 19:49:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-09 19:49:42 +0000 |
commit | 80010f13b40807910643c7efb8713b25e6023364 (patch) | |
tree | f7c4b97643aca74eb1d8c0710f64ddadd8b898f0 /dev-cpp/libwefts | |
parent | Added bit fat warning for sparc wrt #96229 and #118114 (diff) | |
download | gentoo-2-80010f13b40807910643c7efb8713b25e6023364.tar.gz gentoo-2-80010f13b40807910643c7efb8713b25e6023364.tar.bz2 gentoo-2-80010f13b40807910643c7efb8713b25e6023364.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.53)
Diffstat (limited to 'dev-cpp/libwefts')
-rw-r--r-- | dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild b/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild index 6104bbe93c48..bc6f847fd907 100644 --- a/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild +++ b/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild,v 1.1 2006/01/09 00:24:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild,v 1.2 2006/01/09 19:49:42 mr_bones_ Exp $ inherit libtool @@ -19,7 +19,7 @@ IUSE="doc debug" src_unpack() { unpack ${A} cd ${S} - + elibtoolize } |