diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-06-04 18:03:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-06-04 18:03:13 +0000 |
commit | 7f28f24cf1f8b09f2c688f01c7c2f16c09f1ab93 (patch) | |
tree | 0d46a123db96a59c5bf0e6d4447133e34f803a71 /dev-util/strace/strace-4.7.ebuild | |
parent | Fix breakage with >=sci-libs-4.8.0. See http://www.mail-archive.com/xastir-de... (diff) | |
download | gentoo-2-7f28f24cf1f8b09f2c688f01c7c2f16c09f1ab93.tar.gz gentoo-2-7f28f24cf1f8b09f2c688f01c7c2f16c09f1ab93.tar.bz2 gentoo-2-7f28f24cf1f8b09f2c688f01c7c2f16c09f1ab93.zip |
Update x32 syscall table.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/strace/strace-4.7.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.7.ebuild b/dev-util/strace/strace-4.7.ebuild index 86659664de04..1d063a681c39 100644 --- a/dev-util/strace/strace-4.7.ebuild +++ b/dev-util/strace/strace-4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.2 2012/05/13 19:47:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.3 2012/06/04 18:03:13 vapier Exp $ EAPI="4" @@ -34,6 +34,7 @@ src_prepare() { fi epatch "${FILESDIR}"/${P}-glibc-2.15.patch #414637 + epatch "${FILESDIR}"/${P}-x32.patch filter-lfs-flags # configure handles this sanely use static && append-ldflags -static |