summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Rees <manson@gentoo.org>2002-12-09 04:22:40 +0000
committerRodney Rees <manson@gentoo.org>2002-12-09 04:22:40 +0000
commite67b46376cc8a93bc8b74e33abce2fc9df83e9d7 (patch)
tree0400b4c848dcf5b65713eacdec366864f6e8184e /dev-util/strace
parentinitial ebuild #11707 (diff)
downloadgentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.tar.gz
gentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.tar.bz2
gentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.zip
12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/ChangeLog5
-rw-r--r--dev-util/strace/strace-4.4.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog
index 50f7e0b70b30..f00b61240ade 100644
--- a/dev-util/strace/ChangeLog
+++ b/dev-util/strace/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-util/strace
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.6 2002/09/26 18:56:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.7 2002/12/09 04:21:16 manson Exp $
+\* Autoupdate keywords (12-6-02)
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
+
*strace-4.4 (27 Apr 2002)
26 Sep 2002; Mike Frysinger <vapier@gentoo.org> :
diff --git a/dev-util/strace/strace-4.4.ebuild b/dev-util/strace/strace-4.4.ebuild
index 635a016a8aec..b9e49be684c1 100644
--- a/dev-util/strace/strace-4.4.ebuild
+++ b/dev-util/strace/strace-4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.ebuild,v 1.11 2002/10/20 18:48:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.ebuild,v 1.12 2002/12/09 04:21:16 manson Exp $
# NOTE: For some reason, upstream has changed the naming scheme
# for the tarballs to something quite lame:
@@ -19,13 +19,13 @@ HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 ppc sparc sparc64 alpha"
+KEYWORDS="x86 ppc sparc alpha"
DEPEND="virtual/glibc sys-devel/autoconf"
src_compile() {
- # Compile fails with -O3 on sparc64 but works on x86, sparc untested
- if [ "${ARCH}" == "sparc" -o "${ARCH}" == "sparc64" ]; then
+ # Compile fails with -O3 on but works on x86, sparc untested
+ if [ "${ARCH}" == "sparc" -o "${ARCH}" == "" ]; then
if [ -n "${CFLAGS}" ]; then
CFLAGS=`echo ${CFLAGS} | sed -e 's:-O3:-O2:'`
fi