diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:03 +0100 |
commit | cd301aeb94b287ea3f1aa415676896936b32f434 (patch) | |
tree | 0fe333e76cced411c01296e48412504ce8555698 /dev-libs/nspr | |
parent | dev-libs/libxslt: remove implicit elibc_* flags (diff) | |
download | gentoo-cd301aeb94b287ea3f1aa415676896936b32f434.tar.gz gentoo-cd301aeb94b287ea3f1aa415676896936b32f434.tar.bz2 gentoo-cd301aeb94b287ea3f1aa415676896936b32f434.zip |
dev-libs/nspr: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/nspr')
-rw-r--r-- | dev-libs/nspr/nspr-4.30.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/nspr/nspr-4.31.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/nspr/nspr-4.32.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/nspr/nspr-4.30.ebuild b/dev-libs/nspr/nspr-4.30.ebuild index 1c632936ea8e..d6db3c7ef9ee 100644 --- a/dev-libs/nspr/nspr-4.30.ebuild +++ b/dev-libs/nspr/nspr-4.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" -IUSE="debug elibc_musl" +IUSE="debug" MULTILIB_CHOST_TOOLS=( /usr/bin/nspr-config diff --git a/dev-libs/nspr/nspr-4.31.ebuild b/dev-libs/nspr/nspr-4.31.ebuild index e6c6b0dfafd2..c0dd76d1aa2e 100644 --- a/dev-libs/nspr/nspr-4.31.ebuild +++ b/dev-libs/nspr/nspr-4.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" -IUSE="debug elibc_musl" +IUSE="debug" MULTILIB_CHOST_TOOLS=( /usr/bin/nspr-config diff --git a/dev-libs/nspr/nspr-4.32.ebuild b/dev-libs/nspr/nspr-4.32.ebuild index 1c632936ea8e..d6db3c7ef9ee 100644 --- a/dev-libs/nspr/nspr-4.32.ebuild +++ b/dev-libs/nspr/nspr-4.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" -IUSE="debug elibc_musl" +IUSE="debug" MULTILIB_CHOST_TOOLS=( /usr/bin/nspr-config |