summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-23 23:02:00 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-23 23:02:00 +0000
commitaf7cf936c334edbdc0e19ef5c2681cc175bcd06e (patch)
treeb94d1065f3832eb4f2350493ce0293a7e2cc6da9 /sys-kernel
parentpatch this hippy crap #35755 (Manifest recommit) (diff)
downloadgentoo-2-af7cf936c334edbdc0e19ef5c2681cc175bcd06e.tar.gz
gentoo-2-af7cf936c334edbdc0e19ef5c2681cc175bcd06e.tar.bz2
gentoo-2-af7cf936c334edbdc0e19ef5c2681cc175bcd06e.zip
QA - fix use invocation
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/gs-sources/ChangeLog6
-rw-r--r--sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-kernel/gs-sources/ChangeLog b/sys-kernel/gs-sources/ChangeLog
index 24e2038c282a..c294fad238f3 100644
--- a/sys-kernel/gs-sources/ChangeLog
+++ b/sys-kernel/gs-sources/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-kernel/gs-sources
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/ChangeLog,v 1.40 2004/06/14 19:51:46 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/ChangeLog,v 1.41 2004/06/23 23:02:00 agriffis Exp $
+
+ 23 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+ gs-sources-2.4.25_pre7-r6.ebuild:
+ QA - fix use invocation
*gs-sources-2.4.25_pre7-r6 (14 Jun 2004)
diff --git a/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild b/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild
index e4520b08dfc3..3c1c2baa54f5 100644
--- a/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild
+++ b/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.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/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild,v 1.2 2004/06/20 12:37:02 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild,v 1.3 2004/06/23 23:02:00 agriffis Exp $
IUSE="build crypt"
@@ -41,7 +41,7 @@ src_unpack() {
# Kill patches we aren't suppposed to use, don't worry about
# failures, if they aren't there that is a good thing!
# This is the ratified crypt USE flag, enables IPSEC and patch-int
- if [ -z "`use crypt`" ]; then
+ if ! use crypt; then
einfo "No Cryptographic support, dropping patches..."
for file in 8*;do
einfo "Dropping ${file}..."