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 49792138334 for ; Fri, 14 Jun 2019 13:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5510BE0843; Fri, 14 Jun 2019 13:25:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 37614E0843 for ; Fri, 14 Jun 2019 13:25:07 +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 4A6163460CA for ; Fri, 14 Jun 2019 13:25:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4077D5E6 for ; Fri, 14 Jun 2019 13:25:03 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1560518695.b9bd152cb35ea77eab781f9ac5fae95ffa343ba0.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild X-VCS-Directories: sys-boot/vboot-utils/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: b9bd152cb35ea77eab781f9ac5fae95ffa343ba0 X-VCS-Branch: master Date: Fri, 14 Jun 2019 13:25:03 +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: e17d573f-77f2-4b45-87d1-b9f0933c6c76 X-Archives-Hash: 1173c88b88f8d355012aa969d79975f3 commit: b9bd152cb35ea77eab781f9ac5fae95ffa343ba0 Author: Jory Pratt gentoo org> AuthorDate: Fri Jun 14 13:24:41 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Fri Jun 14 13:24:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bd152c sys-boot/vboot-utils: add fts-standalone dep for musl users Closes: https://bugs.gentoo.org/687820 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Jory Pratt gentoo.org> sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild index 01bb8a2e817..34a78cf8d7f 100644 --- a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild @@ -31,7 +31,8 @@ LIB_DEPEND_MINIMAL=" RDEPEND="!static? ( ${LIB_DEPEND_MINIMAL//\[static-libs(+)]} !minimal? ( ${LIB_DEPEND//\[static-libs(+)]} ) - )" + ) + elibc_musl? ( sys-libs/fts-standalone )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND_MINIMAL}