Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/
Date: Wed, 20 Mar 2019 18:50:26
Message-Id: 1553107779.3a4aaaf9b46ab6501e2f504576d086be0389c980.anarchy@gentoo
1 commit: 3a4aaaf9b46ab6501e2f504576d086be0389c980
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 20 18:49:39 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 18:49:39 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3a4aaaf9
7
8 dev-libs/nspr: add elibc_musl to IUSE and fix typo in elibc_musl?
9
10 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
11
12 dev-libs/nspr/nspr-4.21.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/nspr/nspr-4.21.ebuild b/dev-libs/nspr/nspr-4.21.ebuild
16 index 8b43958..dd4c8f1 100644
17 --- a/dev-libs/nspr/nspr-4.21.ebuild
18 +++ b/dev-libs/nspr/nspr-4.21.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz"
20 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
21 SLOT="0"
22 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"
23 -IUSE="debug"
24 +IUSE="debug elibc_musl"
25
26 MULTILIB_CHOST_TOOLS=(
27 /usr/bin/nspr-config
28 @@ -35,7 +35,7 @@ src_prepare() {
29
30 default
31
32 - use elibc_musl? && eapply "${FILESDIR}"/${PN}-4.21-ipv6-musl-support.patch
33 + use elibc_musl && eapply "${FILESDIR}"/${PN}-4.21-ipv6-musl-support.patch
34
35 # rename configure.in to configure.ac for new autotools compatibility
36 if [[ -e "${S}"/nspr/configure.in ]] ; then