summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-04-04 02:33:42 +0000
committerChristian Birchinger <joker@gentoo.org>2003-04-04 02:33:42 +0000
commit207870726c9a1a4e598ad464a42e13132025231d (patch)
treea76347991518863e0b7caeba519e2eeefdf419f9 /dev-util/strace
parentbump to stable (diff)
downloadhistorical-207870726c9a1a4e598ad464a42e13132025231d.tar.gz
historical-207870726c9a1a4e598ad464a42e13132025231d.tar.bz2
historical-207870726c9a1a4e598ad464a42e13132025231d.zip
Fixed comment about sparc CFLAGS
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-4.4.94.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.4.94.ebuild b/dev-util/strace/strace-4.4.94.ebuild
index dbf7246b3efc..9e477c9274d7 100644
--- a/dev-util/strace/strace-4.4.94.ebuild
+++ b/dev-util/strace/strace-4.4.94.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.94.ebuild,v 1.2 2003/04/03 20:12:41 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.94.ebuild,v 1.3 2003/04/04 02:33:42 joker Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A usefull diagnostic, instructional, and debugging tool"
@@ -16,7 +16,7 @@ DEPEND="virtual/glibc >=sys-devel/autoconf-2.54"
src_compile() {
- # Compile fails with -O3 on but works on x86, sparc untested
+ # Compile fails with -O3 on sparc but works on x86
if [ "${ARCH}" == "sparc" -o "${ARCH}" == "" ]; then
replace-flags -O[3-9] -O2
fi