summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-27 17:31:22 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-27 17:31:22 +0000
commit88524eab40cd2b7cccd7a7a4b383bcb431161508 (patch)
treeddcf558bc069a83bfff52927d3363ba1e63f746a /sys-apps/memtest86+
parentMarking stable on ppc (Manifest recommit) (diff)
downloadgentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.tar.gz
gentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.tar.bz2
gentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.zip
QA - fix use invocation
Diffstat (limited to 'sys-apps/memtest86+')
-rw-r--r--sys-apps/memtest86+/ChangeLog6
-rw-r--r--sys-apps/memtest86+/memtest86+-1.0.ebuild4
-rw-r--r--sys-apps/memtest86+/memtest86+-1.11.ebuild4
-rw-r--r--sys-apps/memtest86+/memtest86+-1.15.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-apps/memtest86+/ChangeLog b/sys-apps/memtest86+/ChangeLog
index f1153b17d453..c97a1d495412 100644
--- a/sys-apps/memtest86+/ChangeLog
+++ b/sys-apps/memtest86+/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/memtest86+
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/ChangeLog,v 1.7 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/ChangeLog,v 1.8 2004/06/27 17:29:48 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> memtest86+-1.0.ebuild,
+ memtest86+-1.11.ebuild, memtest86+-1.15.ebuild:
+ QA - fix use invocation
*memtest86+-1.15 (17 May 2004)
diff --git a/sys-apps/memtest86+/memtest86+-1.0.ebuild b/sys-apps/memtest86+/memtest86+-1.0.ebuild
index d0228f1b8928..03fbba1b2fc1 100644
--- a/sys-apps/memtest86+/memtest86+-1.0.ebuild
+++ b/sys-apps/memtest86+/memtest86+-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.0.ebuild,v 1.5 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.0.ebuild,v 1.6 2004/06/27 17:29:48 agriffis Exp $
inherit mount-boot
@@ -22,7 +22,7 @@ src_unpack() {
# a little fix to make gcc-3.3.x happy
sed -e '/DISCARD/d' -i memtest_shared.lds
- if [ `use serial` ] ; then
+ if use serial ; then
sed -e 's/#define SERIAL_CONSOLE_DEFAULT 0/#define SERIAL_CONSOLE_DEFAULT 1/' -i config.h
fi
}
diff --git a/sys-apps/memtest86+/memtest86+-1.11.ebuild b/sys-apps/memtest86+/memtest86+-1.11.ebuild
index 38ed5bf396c1..cf1f1871c7d6 100644
--- a/sys-apps/memtest86+/memtest86+-1.11.ebuild
+++ b/sys-apps/memtest86+/memtest86+-1.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.11.ebuild,v 1.3 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.11.ebuild,v 1.4 2004/06/27 17:29:48 agriffis Exp $
inherit mount-boot
@@ -23,7 +23,7 @@ src_unpack() {
# a little fix to make gcc-3.3.x happy
sed -e '/DISCARD/d' -i memtest_shared.lds
- if [ `use serial` ] ; then
+ if use serial ; then
sed -e 's/#define SERIAL_CONSOLE_DEFAULT 0/#define SERIAL_CONSOLE_DEFAULT 1/' -i config.h
fi
}
diff --git a/sys-apps/memtest86+/memtest86+-1.15.ebuild b/sys-apps/memtest86+/memtest86+-1.15.ebuild
index dc58b465c201..9ae965b76209 100644
--- a/sys-apps/memtest86+/memtest86+-1.15.ebuild
+++ b/sys-apps/memtest86+/memtest86+-1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.15.ebuild,v 1.2 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.15.ebuild,v 1.3 2004/06/27 17:29:48 agriffis Exp $
inherit mount-boot
@@ -23,7 +23,7 @@ src_unpack() {
# a little fix to make gcc-3.3.x happy
#sed -e '/DISCARD/d' -i memtest_shared.lds
- if [ `use serial` ] ; then
+ if use serial ; then
sed -e 's/#define SERIAL_CONSOLE_DEFAULT 0/#define SERIAL_CONSOLE_DEFAULT 1/' -i config.h
fi
}