diff options
Diffstat (limited to 'dev-util/strace/strace-4.4-r1.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.4-r1.ebuild b/dev-util/strace/strace-4.4-r1.ebuild index 428a54905715..dd14f7ca9ff0 100644 --- a/dev-util/strace/strace-4.4-r1.ebuild +++ b/dev-util/strace/strace-4.4-r1.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-r1.ebuild,v 1.9 2003/09/06 08:39:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4-r1.ebuild,v 1.10 2003/09/06 20:28:41 msterret Exp $ # NOTE: For some reason, upstream has changed the naming scheme # for the tarballs to something quite lame: @@ -47,7 +47,7 @@ src_compile() { fi fi - # -DHPPA need to be provided to gcc for compiling on hppa + # -DHPPA need to be provided to gcc for compiling on hppa if [ "${ARCH}" = "hppa" ] then CFLAGS="${CFLAGS} -DHPPA" |