diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-06-02 21:45:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-06-02 21:45:28 +0100 |
commit | 2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch) | |
tree | c18e1c09e605e94e2a1e93345ad25746cc9e14b9 /profiles/prefix | |
parent | 6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff) |
gentoo resync : 02.06.2019
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/make.defaults | 10 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/package.mask | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index a50334dc5a41..ac1d126eb4f5 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Some USE-flags that only die-hards don't want: @@ -9,11 +9,11 @@ USE="readline zlib ncurses ssl" -# Python 3.6 is unmasked for us, build stuff by default with latest to -# avoid unnecessary builds +# In Prefix, aim for Python 3 only, leaving out 2 to avoid unnecessary +# builds # NOTE: Both are incremental variables: Need to drop obsolete base values. -PYTHON_TARGETS="python2_7 -python3_5 python3_6" -PYTHON_SINGLE_TARGET="-python3_5 python3_6" +PYTHON_TARGETS="-python2_7 python3_6" +PYTHON_SINGLE_TARGET="python3_6" # Move away from ruby22 fast forward to ruby24, we don't have ruby23 RUBY_TARGETS="ruby24" diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index 4ca2d473d009..8d8dd0a834cc 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,10 +1,6 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Fabian Groffen <grobian@gentoo.org> (30 Apr 2019) -# Fails to compile, bug #684024 -=dev-lang/perl-5.28.2* - # Fabian Groffen <grobian@gentoo.org> (22 Mar 2019) # fails to compile, bug #681316 =app-crypt/gnupg-2.2.14 |