Gentoo Archives: gentoo-user

From: Mart Raudsepp <leio@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USE_EXPAND
Date: Fri, 21 Jul 2017 09:35:49
Message-Id: 1500629739.4778.1.camel@gentoo.org
In Reply to: [gentoo-user] USE_EXPAND by Mick
1 Ühel kenal päeval, R, 21.07.2017 kell 10:30, kirjutas Mick:
2 > Where is the best place to put USE_EXPAND flags?  In
3 > /etc/portage/make.conf, 
4 > or in some other file, e.g. /etc/portage/env/<category>/<package>
5
6 /etc/portage/package.use (file or a file in that as a directory)
7
8 The syntax is like this:
9
10 dev-python/foo PYTHON_TARGETS: python3_6 # Add python3.6 support
11
12 It also supports wildcard, so you can do this for all with just
13 */* USE_EXPAND_NAME: my choices
14 or if you want to force things, overriding profiles:
15 */* USE_EXPAND_NAME: -* my choices

Replies

Subject Author
Re: [gentoo-user] USE_EXPAND Mick <michaelkintzios@×××××.com>