diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-16 05:02:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-16 05:02:38 +0100 |
commit | f1bc537f089cc8477a9a18db597cb349e1b00e91 (patch) | |
tree | c48eb730c43e5f35729fabbe5cb4bfbe4a1bc794 /profiles/base | |
parent | cb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa (diff) |
gentoo resync : 16.06.2018
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 2 | ||||
-rw-r--r-- | profiles/base/package.use.force | 6 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 15 |
3 files changed, 22 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index bfb6fd69d208..b41ecfa1f279 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -151,7 +151,7 @@ TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1" # Aaron W. Swenson <titanofold@gentoo.org> (9 Jul 2017) # Default target(s) for postgres{,-multi}.eclass -POSTGRES_TARGETS="postgres9_5" +POSTGRES_TARGETS="postgres9_5 postgres10" # Michael Orlitzky <mjo@gentoo.org> (17 Nov 2017) # diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 8f8cd8ba059c..93e36f459c62 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <mattst88@gentoo.org> (13 Jun 2018) +# Upstream is transitioning to Meson, but does not yet have any configuration +# options. Until those configuration options are provided, force USE flags on +# to avoid automagic deps. +>=x11-apps/intel-gpu-tools-9999 alsa chamelium doc glib gsl sound valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xrandr xv + # Michał Górny <mgorny@gentoo.org> (05 Jun 2017) # (on behalf of Treecleaner project) # www-apache/mod_python is masked for removal, force agent-only builds. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 4ac5253c5612..960aeced1fbc 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,21 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <mgorny@gentoo.org> (13 Jun 2018) +# Requires app-arch/snappy[static-libs] that is no longer available. +# Bugs #651604, #651606. +app-emulation/qemu static +dev-libs/leveldb static-libs +sys-block/fio static +sys-cluster/ceph static-libs + +# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (01 Jun 2018) +# Qt 4 not available. +app-i18n/fcitx:4 qt4 +app-i18n/scim qt4 +app-i18n/scim-bridge qt4 +app-i18n/uim qt4 + # Michał Górny <mgorny@gentoo.org> (16 May 2018) # Depends on last-rited sci-libs/coinhsl. sci-libs/ipopt hsl |