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 EF419138334 for ; Wed, 20 Mar 2019 18:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B32BE087A; Wed, 20 Mar 2019 18:50:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1251CE087A for ; Wed, 20 Mar 2019 18:50:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 850AF335D16 for ; Wed, 20 Mar 2019 18:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5F944E3 for ; Wed, 20 Mar 2019 18:50:22 +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: <1553107779.3a4aaaf9b46ab6501e2f504576d086be0389c980.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/ X-VCS-Repository: proj/mozilla X-VCS-Files: dev-libs/nspr/nspr-4.21.ebuild X-VCS-Directories: dev-libs/nspr/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 3a4aaaf9b46ab6501e2f504576d086be0389c980 X-VCS-Branch: master Date: Wed, 20 Mar 2019 18:50:22 +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: 1f62f679-25c0-4904-8dda-15001c5a908a X-Archives-Hash: 7584f4883ec9b0ddad679b25d42f2bd7 commit: 3a4aaaf9b46ab6501e2f504576d086be0389c980 Author: Jory Pratt gentoo org> AuthorDate: Wed Mar 20 18:49:39 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Mar 20 18:49:39 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3a4aaaf9 dev-libs/nspr: add elibc_musl to IUSE and fix typo in elibc_musl? Signed-off-by: Jory Pratt gentoo.org> dev-libs/nspr/nspr-4.21.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/nspr/nspr-4.21.ebuild b/dev-libs/nspr/nspr-4.21.ebuild index 8b43958..dd4c8f1 100644 --- a/dev-libs/nspr/nspr-4.21.ebuild +++ b/dev-libs/nspr/nspr-4.21.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz" LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="debug" +IUSE="debug elibc_musl" MULTILIB_CHOST_TOOLS=( /usr/bin/nspr-config @@ -35,7 +35,7 @@ src_prepare() { default - use elibc_musl? && eapply "${FILESDIR}"/${PN}-4.21-ipv6-musl-support.patch + use elibc_musl && eapply "${FILESDIR}"/${PN}-4.21-ipv6-musl-support.patch # rename configure.in to configure.ac for new autotools compatibility if [[ -e "${S}"/nspr/configure.in ]] ; then