diff options
author | 2017-06-24 20:17:09 +0100 | |
---|---|---|
committer | 2017-06-24 20:17:19 +0100 | |
commit | 1a173bc429e51de4fcf6ceada45cd7274ab12aaf (patch) | |
tree | 7a29292541d1f4d252f2e113a5eee185fc0aa70e /dev-util/ltrace/ltrace-0.7.3_p4.ebuild | |
parent | sys-kernel/ck-sources: prune old versions (diff) | |
download | gentoo-1a173bc429e51de4fcf6ceada45cd7274ab12aaf.tar.gz gentoo-1a173bc429e51de4fcf6ceada45cd7274ab12aaf.tar.bz2 gentoo-1a173bc429e51de4fcf6ceada45cd7274ab12aaf.zip |
dev-util/ltrace: fix build failure on ia64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-util/ltrace/ltrace-0.7.3_p4.ebuild')
-rw-r--r-- | dev-util/ltrace/ltrace-0.7.3_p4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild index 7305b4cba139..a818ab970852 100644 --- a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild +++ b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,6 +32,7 @@ src_prepare() { epatch "${WORKDIR}"/debian/patches/[0-9]* epatch "${FILESDIR}"/${PN}-0.7.3-test-protos.patch #bug 421649 epatch "${FILESDIR}"/${PN}-0.7.3-alpha-protos.patch + epatch "${FILESDIR}"/${PN}-0.7.3-ia64.patch sed -i '/^dist_doc_DATA/d' Makefile.am || die eautoreconf } |