summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-08-13 00:09:22 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-08-13 00:09:22 +0000
commitb602496e8dbf9be76d01b29241d8f277355b4ee6 (patch)
tree719b2d9f7622b09d49fc6619d21192bbc19c2b47 /net-im/psi/psi-0.9.3-r3.ebuild
parentstabilize for everyone (diff)
downloadgentoo-2-b602496e8dbf9be76d01b29241d8f277355b4ee6.tar.gz
gentoo-2-b602496e8dbf9be76d01b29241d8f277355b4ee6.tar.bz2
gentoo-2-b602496e8dbf9be76d01b29241d8f277355b4ee6.zip
cosmetic change to use flag check
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-im/psi/psi-0.9.3-r3.ebuild')
-rw-r--r--net-im/psi/psi-0.9.3-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/psi/psi-0.9.3-r3.ebuild b/net-im/psi/psi-0.9.3-r3.ebuild
index 2520a31901d3..1cd49cdcacc2 100644
--- a/net-im/psi/psi-0.9.3-r3.ebuild
+++ b/net-im/psi/psi-0.9.3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r3.ebuild,v 1.7 2005/07/28 14:28:38 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r3.ebuild,v 1.8 2005/08/13 00:09:22 humpback Exp $
inherit eutils qt3
@@ -74,7 +74,7 @@ src_unpack() {
epatch ${FILESDIR}/psi-desktop.patch
epatch ${FILESDIR}/psi-desktop_file_and_icons_directories.patch
- if !(use extras); then
+ if ! use extras ; then
ewarn "You are going to install the original psi version. You might want to"
ewarn "try the version with extra unsuported patches by adding 'extras' to"
ewarn "your use flags."