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
commitd119a6784948c06d8a582af1c7d37af2d97e5fcb (patch)
tree82e884e4542dcc11eec26b64da078e90f659635e /app-text/pspresent
parentupdate to fix format string problem in panic() handler (diff)
downloadhistorical-d119a6784948c06d8a582af1c7d37af2d97e5fcb.tar.gz
historical-d119a6784948c06d8a582af1c7d37af2d97e5fcb.tar.bz2
historical-d119a6784948c06d8a582af1c7d37af2d97e5fcb.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"