Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
Date: Fri, 22 Jun 2018 12:01:04
Message-Id: 1529668854.38ca8ab5607583627b1d8a493f3dba1e183e401d.mgorny@gentoo
1 commit: 38ca8ab5607583627b1d8a493f3dba1e183e401d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 22 11:25:07 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 22 12:00:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ca8ab5
7
8 profiles/prefix: Remove redundant python3_6 default
9
10 profiles/prefix/make.defaults | 6 ------
11 1 file changed, 6 deletions(-)
12
13 diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
14 index 3303288982f..3c8c9964ce4 100644
15 --- a/profiles/prefix/make.defaults
16 +++ b/profiles/prefix/make.defaults
17 @@ -8,11 +8,5 @@
18 # ssl: encrypted connections are a nice feature
19 USE="readline zlib ncurses ssl"
20
21 -# Python 3.6 is unmasked for us, build stuff by default with latest to
22 -# avoid unnecessary builds
23 -# NOTE: Both are incremental variables: Need to drop obsolete base values.
24 -PYTHON_TARGETS="python2_7 -python3_5 python3_6"
25 -PYTHON_SINGLE_TARGET="-python3_5 python3_6"
26 -
27 # Move away from ruby22 fast forward to ruby24, we don't have ruby23
28 RUBY_TARGETS="ruby24"