diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:53:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:53:45 +0000 |
commit | 31bcb88f016c2301cf2f3a52f261c173086c2ba4 (patch) | |
tree | fadb7d77f3228554733f7257e58b0e2dbfc45a10 /dev-libs/mpatrol | |
parent | Added to ~ppc (diff) | |
download | historical-31bcb88f016c2301cf2f3a52f261c173086c2ba4.tar.gz historical-31bcb88f016c2301cf2f3a52f261c173086c2ba4.tar.bz2 historical-31bcb88f016c2301cf2f3a52f261c173086c2ba4.zip |
Fix use invocation
Diffstat (limited to 'dev-libs/mpatrol')
-rw-r--r-- | dev-libs/mpatrol/ChangeLog | 3 | ||||
-rw-r--r-- | dev-libs/mpatrol/mpatrol-1.4.8.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/mpatrol/ChangeLog b/dev-libs/mpatrol/ChangeLog index 7007459fdbae..ff06247a3803 100644 --- a/dev-libs/mpatrol/ChangeLog +++ b/dev-libs/mpatrol/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> mpatrol-1.4.8.ebuild: + Fix use invocation + 11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> mpatrol-1.4.8.ebuild: fixed motif dep diff --git a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild b/dev-libs/mpatrol/mpatrol-1.4.8.ebuild index d0718b4371ec..36a1c9c0126d 100644 --- a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild +++ b/dev-libs/mpatrol/mpatrol-1.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.13 2004/02/22 20:07:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.14 2004/06/03 16:44:10 agriffis Exp $ IUSE="X" @@ -22,7 +22,7 @@ src_compile() { sed 's:^OFLAGS.= -O3:OFLAGS = ${OPT_FLAGS}:' < Makefile.orig > Makefile rm Makefile.orig - if [ "`use X`" ]; then + if use X; then mv Makefile Makefile.orig sed 's:^GUISUP.= false:GUISUP = true:' < Makefile.orig > Makefile rm Makefile.orig |