diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-02 05:30:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-02 05:30:24 +0000 |
commit | 36e7733408a21996f026f92188ff11d4ee1fc388 (patch) | |
tree | 7dda834b22181d1a306b342967a37e3c051c94e4 /dev-libs/mpatrol | |
parent | cleanup spec generation and fix how we get the value of XGCC (diff) | |
download | gentoo-2-36e7733408a21996f026f92188ff11d4ee1fc388.tar.gz gentoo-2-36e7733408a21996f026f92188ff11d4ee1fc388.tar.bz2 gentoo-2-36e7733408a21996f026f92188ff11d4ee1fc388.zip |
repoman: Trim trailing whitespace,header fix
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'dev-libs/mpatrol')
-rw-r--r-- | dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild b/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild index 8d045997333d..ff0831cda445 100644 --- a/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild +++ b/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild,v 1.1 2006/03/30 21:39:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild,v 1.2 2006/04/02 05:30:24 mr_bones_ Exp $ IUSE="X" @@ -32,7 +32,7 @@ src_unpack() { sed -i \ -e 's:$(LD) $(LDFLAGS) -o $@ $(SHARED_MPTOBJS):$(LD) $(LDFLAGS) -liberty -o $@ $(SHARED_MPTOBJS):' Makefile \ || die "sed Makefile for fixing -libiberty failed" - + use X && sed -i \ -e 's:^GUISUP.= false:GUISUP = true:' Makefile \ || die "sed Makefile for GUISUP failed" @@ -84,7 +84,7 @@ src_install () { dodoc images/*.{eps,pdf} insinto /usr/share/doc/${F}/html/images - doins images/*.jpg + doins images/*.jpg } pkg_postinst() { |