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 D0BB7138334 for ; Wed, 3 Jul 2019 14:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19E97E08CA; Wed, 3 Jul 2019 14:04:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3DB5E08CA for ; Wed, 3 Jul 2019 14:04:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C505A346C35 for ; Wed, 3 Jul 2019 14:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F784449 for ; Wed, 3 Jul 2019 14:04:45 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1562162627.442f37d91495636e0101cc34e7690ac7357d953e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 442f37d91495636e0101cc34e7690ac7357d953e X-VCS-Branch: master Date: Wed, 3 Jul 2019 14:04:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6762d423-cf14-4b2d-a549-657aede3a2ab X-Archives-Hash: 12468054bafc13a292848a0fc31fda24 commit: 442f37d91495636e0101cc34e7690ac7357d953e Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 3 11:10:21 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 3 14:03:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442f37d9 sys-apps/util-linux: Synced live ebuild. Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-apps/util-linux/util-linux-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index ef3a8b6b324..89fd6458e7b 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -247,12 +247,13 @@ python_install() { } multilib_src_install() { - emake DESTDIR="${D}" install - if multilib_is_native_abi && use python; then python_foreach_impl python_install fi + # This needs to be called AFTER python_install call (#689190) + emake DESTDIR="${D}" install + if multilib_is_native_abi && use userland_GNU; then # need the libs in / gen_usr_ldscript -a blkid fdisk mount smartcols uuid