From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20A4313832E for ; Tue, 9 Aug 2016 16:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB999E0BD1; Tue, 9 Aug 2016 16:47:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BF72E0BD1 for ; Tue, 9 Aug 2016 16:47:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B468340A22 for ; Tue, 9 Aug 2016 16:47:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9E9E1B9B for ; Tue, 9 Aug 2016 16:47:20 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1470761229.e633382c75aa58983d1535bd36aecdefbf1b4bb9.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/fftw/fftw-3.3.5-r1.ebuild X-VCS-Directories: sci-libs/fftw/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e633382c75aa58983d1535bd36aecdefbf1b4bb9 X-VCS-Branch: master Date: Tue, 9 Aug 2016 16:47:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed4e1d34-20ac-431b-9764-fd7a444be45d X-Archives-Hash: ea65305d071096cc7fe67feef38dadb5 commit: e633382c75aa58983d1535bd36aecdefbf1b4bb9 Author: Christoph Junghans gentoo org> AuthorDate: Tue Aug 9 16:46:36 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Aug 9 16:47:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e633382c sci-libs/fftw: workaround for bug #590446 Package-Manager: portage-2.2.28 sci-libs/fftw/fftw-3.3.5-r1.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sci-libs/fftw/fftw-3.3.5-r1.ebuild b/sci-libs/fftw/fftw-3.3.5-r1.ebuild index ff0c93d..6eec1c9 100644 --- a/sci-libs/fftw/fftw-3.3.5-r1.ebuild +++ b/sci-libs/fftw/fftw-3.3.5-r1.ebuild @@ -163,7 +163,15 @@ src_install() { DOCS=( AUTHORS ChangeLog NEWS README TODO COPYRIGHT CONVENTIONS ) HTML_DOCS=( doc/html/ ) - multibuild_foreach_variant multilib-minimal_src_install + #workaroud for bug #590446 + my_abi_install() { + pushd "${BUILD_DIR}" >/dev/null || die + emake DESTDIR="${D}" install + popd >/dev/null || die + } + multibuild_foreach_variant multilib_foreach_abi my_abi_install + + einstalldocs if use doc; then dodoc doc/*.pdf