summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 16:42:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 16:42:19 +0000
commitf960963ceb7a618fafa7202fad9dc6882a814a4b (patch)
tree40698a608e578de3485ab1082cb2e06c203ba2a6 /app-text/pspresent
parentupdate to fix format string problem in panic() handler (Manifest recommit) (diff)
downloadgentoo-2-f960963ceb7a618fafa7202fad9dc6882a814a4b.tar.gz
gentoo-2-f960963ceb7a618fafa7202fad9dc6882a814a4b.tar.bz2
gentoo-2-f960963ceb7a618fafa7202fad9dc6882a814a4b.zip
Fix use invocation
Diffstat (limited to 'app-text/pspresent')
-rw-r--r--app-text/pspresent/ChangeLog7
-rw-r--r--app-text/pspresent/pspresent-1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/pspresent/ChangeLog b/app-text/pspresent/ChangeLog
index cc34ddd6c130..6090f3bff6e5 100644
--- a/app-text/pspresent/ChangeLog
+++ b/app-text/pspresent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pspresent
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.2 2003/12/09 17:38:34 lanius Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.3 2004/06/02 16:42:19 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> pspresent-1.1.ebuild:
+ Fix use invocation
09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> pspresent-1.1.ebuild:
changed app-text/ghostscript to virtual/ghostscript
diff --git a/app-text/pspresent/pspresent-1.1.ebuild b/app-text/pspresent/pspresent-1.1.ebuild
index 89f190ab1afc..4ed4b83d4c88 100644
--- a/app-text/pspresent/pspresent-1.1.ebuild
+++ b/app-text/pspresent/pspresent-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.1.ebuild,v 1.3 2003/12/09 17:44:09 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.1.ebuild,v 1.4 2004/06/02 16:42:19 agriffis Exp $
IUSE="xinerama"
@@ -23,7 +23,7 @@ KEYWORDS="~x86"
src_compile()
{
- if [ ! "`use xinerama`" ] ; then
+ if ! use xinerama ; then
sed -i -e "/^XINERAMA/s/^/#/g" Makefile
fi
make pspresent || die "make failed"