diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-07 18:42:22 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-07 19:39:44 +0000 |
commit | 7ebe9beefafa261f4f14d4e6f9171ffc1b9fda7e (patch) | |
tree | 440c12f04eaaae374ca2551148abc9e0388337ed /sys-libs/newlib/newlib-2.2.0.ebuild | |
parent | sys-libs/uclibc: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-only (diff) | |
download | gentoo-7ebe9beefafa261f4f14d4e6f9171ffc1b9fda7e.tar.gz gentoo-7ebe9beefafa261f4f14d4e6f9171ffc1b9fda7e.tar.bz2 gentoo-7ebe9beefafa261f4f14d4e6f9171ffc1b9fda7e.zip |
sys-libs/newlib: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-only
CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only.
Convert it to a global USE flag instead.
Mechanical ebuild rename done as:
$ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \
-i $(git grep -l headers-only)
'headers-only' flag is used by crossdev to bootstrap stage1 compiler
before libc is available.
crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230.
Bug: https://bugs.gentoo.org/642712
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-libs/newlib/newlib-2.2.0.ebuild')
-rw-r--r-- | sys-libs/newlib/newlib-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/newlib/newlib-2.2.0.ebuild b/sys-libs/newlib/newlib-2.2.0.ebuild index 2754fda04d90..a583773e9351 100644 --- a/sys-libs/newlib/newlib-2.2.0.ebuild +++ b/sys-libs/newlib/newlib-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -26,7 +26,7 @@ HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" -IUSE="nls threads unicode crosscompile_opts_headers-only" +IUSE="nls threads unicode headers-only" RESTRICT="strip" # Handle the SLOT changes. #497344 |