diff options
Diffstat (limited to 'sys-libs/musl/musl-1.1.18.ebuild')
-rw-r--r-- | sys-libs/musl/musl-1.1.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/musl/musl-1.1.18.ebuild b/sys-libs/musl/musl-1.1.18.ebuild index a36df0d0e875..e36e21994580 100644 --- a/sys-libs/musl/musl-1.1.18.ebuild +++ b/sys-libs/musl/musl-1.1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ DESCRIPTION="Light, fast and simple C library focused on standards-conformance a HOMEPAGE="http://www.musl-libc.org/" LICENSE="MIT LGPL-2 GPL-2" SLOT="0" -IUSE="crosscompile_opts_headers-only" +IUSE="headers-only" QA_SONAME="/usr/lib/libc.so" QA_DT_NEEDED="/usr/lib/libc.so" @@ -42,7 +42,7 @@ is_crosscompile() { } just_headers() { - use crosscompile_opts_headers-only && is_crosscompile + use headers-only && is_crosscompile } pkg_setup() { |