diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-07 18:48:47 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-07 19:39:46 +0000 |
commit | 98965f4b376cc24acd2199c12f8c30c59417b4be (patch) | |
tree | f39801287f569fc4d874e02352a2624588e978bb /dev-embedded/avr-libc | |
parent | dev-libs/cygwin: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-only (diff) | |
download | gentoo-98965f4b376cc24acd2199c12f8c30c59417b4be.tar.gz gentoo-98965f4b376cc24acd2199c12f8c30c59417b4be.tar.bz2 gentoo-98965f4b376cc24acd2199c12f8c30c59417b4be.zip |
dev-embedded/avr-libc: 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 'dev-embedded/avr-libc')
-rw-r--r-- | dev-embedded/avr-libc/avr-libc-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild b/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild index 3bc1167bdf6e..79b7f1163fc2 100644 --- a/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild +++ b/dev-embedded/avr-libc/avr-libc-2.0.0.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="5" @@ -20,7 +20,7 @@ SLOT="0" # be any other arch. See bug #620316#c5 # Don't add more arches to KEYWORDS. KEYWORDS="amd64" -IUSE="doc crosscompile_opts_headers-only" +IUSE="doc headers-only" DEPEND=">=sys-devel/crossdev-0.9.1" [[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ |