diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-05 03:28:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-05 03:28:42 +0000 |
commit | ccdb9d8b59b8950ae14b550bbbb19eca0f4d24c1 (patch) | |
tree | 691e57e4c1fed0b998c83ceca178ccb30be2088f /net-p2p | |
parent | Version bump (diff) | |
download | gentoo-2-ccdb9d8b59b8950ae14b550bbbb19eca0f4d24c1.tar.gz gentoo-2-ccdb9d8b59b8950ae14b550bbbb19eca0f4d24c1.tar.bz2 gentoo-2-ccdb9d8b59b8950ae14b550bbbb19eca0f4d24c1.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/xmule/xmule-1.12.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/xmule/xmule-1.12.0.ebuild b/net-p2p/xmule/xmule-1.12.0.ebuild index dfa747a74b68..8437827b99a9 100644 --- a/net-p2p/xmule/xmule-1.12.0.ebuild +++ b/net-p2p/xmule/xmule-1.12.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.12.0.ebuild,v 1.2 2005/12/03 11:55:14 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.12.0.ebuild,v 1.3 2005/12/05 03:25:37 mr_bones_ Exp $ -inherit flag-o-matic wxwidgets eutils +inherit flag-o-matic wxwidgets eutils DESCRIPTION="wxWidgets based client for the eDonkey/eMule/lMule network" HOMEPAGE="http://xmule.ws/" @@ -35,7 +35,7 @@ src_unpack() { src_compile () { - # replace flags -O3 with -O2 because amule can crash with this + # replace flags -O3 with -O2 because amule can crash with this # flag, bug #87437 replace-flags -O3 -O2 |