Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
Date: Mon, 10 Apr 2017 12:28:16
Message-Id: 1491827275.d63ddb3e23f31eb6320f96e51c50cfbbb7389042.haubi@gentoo
1 commit: d63ddb3e23f31eb6320f96e51c50cfbbb7389042
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 10 12:27:55 2017 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 10 12:27:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63ddb3e
7
8 profiles/prefix: p.use.mask python_targets_python3_4
9
10 profiles/prefix/use.mask | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
14 index 58031ae9505..4826702151b 100644
15 --- a/profiles/prefix/use.mask
16 +++ b/profiles/prefix/use.mask
17 @@ -9,3 +9,7 @@ kernel_linux
18 # and Gentoo Prefix does not have access to that. Also, definately problems with
19 # coreutils on darwin.
20 acl
21 +
22 +# app-editors/vim does not like multiple python3 targets (bug#575096),
23 +# but PYTHON_TARGETS=-python3_4 does not work either (is not incremental).
24 +python_targets_python3_4