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 0D468139694 for ; Tue, 21 Feb 2017 13:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26BFB21C039; Tue, 21 Feb 2017 13:15:15 +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 027F321C039 for ; Tue, 21 Feb 2017 13:15:15 +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 08FB7340BEA for ; Tue, 21 Feb 2017 13:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AE094F76 for ; Tue, 21 Feb 2017 13:15:12 +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: <1487682908.81e865415a392b6a298c322b3a2424d17e349a2b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/seamonkey-2.46-r1.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 81e865415a392b6a298c322b3a2424d17e349a2b X-VCS-Branch: master Date: Tue, 21 Feb 2017 13:15:12 +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: e361aeb7-72cd-4b2e-b0fa-3c5252832e92 X-Archives-Hash: dfe304c9c940815c8a7ad63fe274cb50 commit: 81e865415a392b6a298c322b3a2424d17e349a2b Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 21 13:14:55 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 21 13:15:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e86541 www-client/seamonkey: no dev-libs/libexecinfo on musl (bug #609348). Package-Manager: Portage-2.3.3, Repoman-2.3.1 www-client/seamonkey/seamonkey-2.46-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/seamonkey/seamonkey-2.46-r1.ebuild b/www-client/seamonkey/seamonkey-2.46-r1.ebuild index d01f30ff11..92cb6cbd8b 100644 --- a/www-client/seamonkey/seamonkey-2.46-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.46-r1.ebuild @@ -96,7 +96,7 @@ RDEPEND=">=dev-libs/nss-3.25 =app-crypt/gnupg-1.4* ) )" DEPEND="${RDEPEND} - !elibc_glibc? ( !elibc_uclibc? ( dev-libs/libexecinfo ) ) + !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( dev-libs/libexecinfo ) ) ) crypt? ( dev-lang/perl ) amd64? ( ${ASM_DEPEND} virtual/opengl )