public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
Date: Wed, 21 Jun 2017 08:10:58 +0000 (UTC)	[thread overview]
Message-ID: <1498032639.308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e.grobian@gentoo> (raw)

commit:     308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 08:10:30 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 08:10:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308e0b52

profiles/prefix: set PYTHON_SINGLE_TARGET, avoid python-3.4

 profiles/prefix/make.defaults | 3 ++-
 profiles/prefix/use.mask      | 4 ----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index 3a50bb6258d..6fdc2367518 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -13,4 +13,5 @@ FEATURES="collision-protect"
 # Python 3.5 is unmasked for us, build stuff by default, in particular
 # for bug #572502 where the default python is set to 3.5 for it was
 # built first.
-PYTHON_TARGETS="python2_7 python3_5"
+PYTHON_TARGETS="python2_7 -python3_4 python3_5"
+PYTHON_SINGLE_TARGET="-python3_4 python3_5"

diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
index 4826702151b..58031ae9505 100644
--- a/profiles/prefix/use.mask
+++ b/profiles/prefix/use.mask
@@ -9,7 +9,3 @@ kernel_linux
 # and Gentoo Prefix does not have access to that. Also, definately problems with
 # coreutils on darwin.
 acl
-
-# app-editors/vim does not like multiple python3 targets (bug#575096),
-# but PYTHON_TARGETS=-python3_4 does not work either (is not incremental).
-python_targets_python3_4


             reply	other threads:[~2017-06-21  8:11 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21  8:10 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-11 10:28 [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/ Sam James
2024-08-07  6:23 Fabian Groffen
2023-11-25  5:46 Sam James
2023-06-24 18:36 Fabian Groffen
2023-06-24 13:25 Fabian Groffen
2023-04-30  7:26 Sam James
2021-08-24 11:33 Fabian Groffen
2021-08-23 17:22 Fabian Groffen
2021-03-13 13:09 Fabian Groffen
2021-01-23 11:32 Fabian Groffen
2021-01-14 18:58 Sam James
2021-01-02 14:31 Fabian Groffen
2021-01-02 14:29 Fabian Groffen
2020-12-10 20:18 Sam James
2020-08-18 18:35 Fabian Groffen
2020-08-02  8:02 Fabian Groffen
2020-08-02  7:57 Fabian Groffen
2020-07-24 18:58 Fabian Groffen
2020-06-07 11:34 Fabian Groffen
2020-06-05 18:02 Fabian Groffen
2020-03-26  7:15 Fabian Groffen
2019-05-31  9:15 Fabian Groffen
2019-03-01 11:10 Michael Haubenwallner
2018-12-29 13:03 Fabian Groffen
2018-12-27 19:09 Fabian Groffen
2018-12-27 18:48 Fabian Groffen
2018-07-18  8:33 Fabian Groffen
2018-06-23 23:22 Mikle Kolyada
2018-06-22 12:00 Michał Górny
2018-06-21 10:54 Michael Haubenwallner
2018-06-20 11:16 Michael Haubenwallner
2018-06-20  8:12 Fabian Groffen
2018-06-20  8:12 Fabian Groffen
2018-01-31 10:23 Fabian Groffen
2017-09-12 11:02 Fabian Groffen
2017-08-22 12:24 Michael Haubenwallner
2017-06-21 11:34 Fabian Groffen
2017-06-21  9:29 Fabian Groffen
2017-04-15  8:37 Fabian Groffen
2017-04-10 12:28 Michael Haubenwallner
2017-04-05 14:12 Michael Haubenwallner
2017-04-03 15:36 Michael Haubenwallner
2017-02-23 14:32 Michał Górny
2016-06-27 16:09 Fabian Groffen
2016-06-01 18:54 Fabian Groffen
2016-03-04 17:22 Fabian Groffen
2016-02-20 14:06 Fabian Groffen
2016-02-17 14:44 Fabian Groffen
2016-01-30 20:49 Fabian Groffen
2016-01-21 18:20 Fabian Groffen
2016-01-21 18:05 Fabian Groffen
2016-01-21 13:46 Fabian Groffen
2016-01-11 19:16 Fabian Groffen
2016-01-11 18:04 Fabian Groffen
2016-01-06 19:43 Fabian Groffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498032639.308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox