public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-06-16 21:50 Brian Dolbec
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Dolbec @ 2017-06-16 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9ae55c53f4606d6edb1caff8c03e425a9565738f
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 19:16:21 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 21:50:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae55c53

profiles/base/make.defualts: Add TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE

To prevent access violations for packages that install plugins to twisted.
All pkgs should call /usr/bin/twisted-regen-cache in pkg_postinst() to regenrate the caches.

 profiles/base/make.defaults | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 28bf57c0e02..b090eab54c8 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -136,3 +136,8 @@ UNINSTALL_IGNORE="/lib/modules/* /var/run /var/lock"
 # Andreas K. Hüttel <dilfridge@gentoo.org> (23 Aug 2013)
 # Make emerge messages default to English as per Council decision
 LC_MESSAGES="C"
+
+# Brian Dolbec <dolsen@gentoo.org> (16 Jun 2017)
+# disable twisted's plugin cache update to prevent access violations
+# call /usr/bin/twisted-regen-cache in pkg_postinst()
+TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-06-27 12:32 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-06-27 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d493aa73c6e24c904f62c0db35d2f8ed4f030fd3
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Jun 18 15:31:05 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 12:32:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d493aa73

profiles/base/package.use.mask: mask mpv[libav]

Libav is basically unsupported by mpv, see upstream issues 3923, 3925.
Needs patch to even build, subs are broken and not supported anymore.

I cannot call such state of mpv[libav] stable with a clear conscious.
Upstream's position on libav support leaves little hope the situation
will improve in the future.

Sorry, but mpv[libav] users will have to migrate to ffmpeg, to another
player, send fixes upstream, or live with partly broken functionality.

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 22827b1c0df..f27ae607f2f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (18 Jun 2017)
+# Libav is basically unsupported by mpv, see upstream issues 3923, 3925.
+# Needs patch to even build, subs are broken and not supported anymore.
+media-video/mpv libav
+
 # Maciej Mrozowski <reavertm@gmail.com> (15 Jun 2017)
 # Mask due to bug #621810
 dev-games/simgear gdal


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-01 11:21 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-07-01 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     498dc55540953a6065bed2f10226af531f7f45aa
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 11:20:55 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 11:21:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498dc555

profiles: stable mask app-office/calligra:5[pim]

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 83015b1cb87..a1c17439ffe 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Michael Palimaka <kensington@gentoo.org> (01 Jul 2017)
+# Requires kde-apps/kcontacts stabilisation
+app-office/calligra:5[pim]
+
 # Andreas Sturmlechner <asturm@gentoo.org> (23 Mar 2017)
 # Requires dev-lang/julia stabilisation, bug #613576
 kde-apps/cantor julia


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-01 11:26 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-07-01 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1a1fc74cabb9d3570b62d24c02d6069df0516c66
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 11:26:06 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 11:26:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1fc74c

profiles: don't use illegal syntax

 profiles/base/package.use.stable.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index a1c17439ffe..421f7af007b 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -6,7 +6,7 @@
 
 # Michael Palimaka <kensington@gentoo.org> (01 Jul 2017)
 # Requires kde-apps/kcontacts stabilisation
-app-office/calligra:5[pim]
+app-office/calligra:5 pim
 
 # Andreas Sturmlechner <asturm@gentoo.org> (23 Mar 2017)
 # Requires dev-lang/julia stabilisation, bug #613576


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-02 20:17 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-07-02 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4846bb03b768b1f732595afa608e4584d15369a0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:13:26 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:17:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4846bb03

profiles: Move digikam[addressbook] from/to package.use.{,stable.}mask

 profiles/base/package.use.mask        | 4 ----
 profiles/base/package.use.stable.mask | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 6fc52ac8f25..0d3ee8ebf9c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -187,10 +187,6 @@ dev-ml/cairo-ocaml svg
 ~dev-util/buildbot-0.9.2 doc
 ~dev-util/buildbot-0.9.3 doc
 
-# Johannes Huber <johu@gentoo.org> (10 Jul 2016)
-# Unreleased dependencies.
->=media-gfx/digikam-5.0.0 addressbook
-
 # Michał Górny <mgorny@gentoo.org> (05 Jul 2016)
 # Mask system-clang support as it requires llvm-3.4 that is subject
 # to security bug cleanup, #585102.

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 421f7af007b..a10b8d33037 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (02 Jul 2017)
+# Requires kde-apps/{akonadi-contacts,kcontacts} stabilisation
+>=media-gfx/digikam-5.5.0 addressbook
+
 # Michael Palimaka <kensington@gentoo.org> (01 Jul 2017)
 # Requires kde-apps/kcontacts stabilisation
 app-office/calligra:5 pim


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-02 20:22 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-07-02 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ddc2630102c35b73565988d1447fff50f6e036da
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:21:32 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:21:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc26301

profiles: Drop obsolete package.use.mask

No more affected kde-apps/marble version in tree.

 profiles/base/package.use.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0d3ee8ebf9c..9d99e7c8d00 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -400,11 +400,6 @@ dev-java/jboss-logging doc
 # Fails to build with recent polarssl (>=1.3). Bug #503604
 media-video/rtmpdump polarssl
 
-# Andreas K. Huettel <dilfridge@gentoo.org> (12 Apr 2014)
-# Upstream regularly forgets to update the bindings after changes in API,
-# leading to build failures. This is becoming more and more painful...
->=kde-apps/marble-4.12.49.9999 python
-
 # Julian Ospald <hasufell@gentoo.org> (06 Apr 2014)
 # broken wrt #501582
 <net-vpn/openvpn-9999 polarssl


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-08  7:46 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2017-07-08  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     11c60c801d83ea246bba39e4e84e49ff7e8c3940
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 07:44:42 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 07:44:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c60c80

profiles/base: Mask media-video/parole[clutter] due to dep on old GTK+3

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9d99e7c8d00..0fa2c9f2afa 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # 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> (8 Jul 2017)
+# The clutter backend is broken with new GTK+3 versions and upstream
+# haven't been able to fix it so far. Enforcing an old GTK+3 version
+# is not a good solution long-term, so mask the flag entirely.
+media-video/parole clutter
+
 # Michał Górny <mgorny@gentoo.org> (29 Jun 2017)
 # Upstream switched to CMake and no longer provides option to build
 # static and shared libs. The flag is preserved not to break USE


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-09 15:14 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2017-07-09 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ed5268032c9102500d64d011c4c308489e5266d2
Author:     Matthias Dahl <matthias.dahl <AT> binary-island <DOT> eu>
AuthorDate: Wed Jul  5 08:43:23 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 15:09:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed526803

profiles: Mask sys-boot/gnu-efi,refind[custom-cflags]

Both packages are very sensitive when it comes to compile flags which can easily
result in black screens, hangs or crashes. Also, the average joe should never
have any desire or advantage to set custom flags on those packages. Thus mask
the use flag.

 profiles/base/package.use.mask | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0fa2c9f2afa..df712beab87 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,16 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Mike Gilbert <floppym@gentoo.org> (09 Jul 2017)
+# Matthias Dahl <matthias.dahl@binary-island.eu> (05 Jul 2017)
+# Both are not your typical garden-variety Linux programs and are
+# rather sensitive when it comes to compiler flags, resulting in
+# black screens, hangs or crashes. The average joe should have no
+# need or even advantage to set custom compiler flags at all.
+# Example: https://bugs.gentoo.org/619628
+sys-boot/gnu-efi custom-cflags
+sys-boot/refind custom-cflags
+
 # Michał Górny <mgorny@gentoo.org> (8 Jul 2017)
 # The clutter backend is broken with new GTK+3 versions and upstream
 # haven't been able to fix it so far. Enforcing an old GTK+3 version


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-11 18:01 Patrick McLean
  0 siblings, 0 replies; 1247+ messages in thread
From: Patrick McLean @ 2017-07-11 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8099924d177ccf6b9cdebf961024b6a704832948
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 17:58:25 2017 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 18:01:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8099924d

base/package.use.stable.mask: mask the libidn2 USE flag for net-dns/dnsmasq

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index a10b8d33037..9e56a89845c 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Patrick McLean <chutzpah@gentoo.org> (11 Jul 2017)
+# Requires >=net-dns/libidn2-2.0 stabilization
+net-dns/dnsmasq libidn2
+
 # Andreas Sturmlechner <asturm@gentoo.org> (02 Jul 2017)
 # Requires kde-apps/{akonadi-contacts,kcontacts} stabilisation
 >=media-gfx/digikam-5.5.0 addressbook


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-13 13:22 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2017-07-13 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     33049db2b4fa7f3c6089b27c28ac97f213da12ab
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 13:22:42 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 13:22:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33049db2

base/package.use.mask: Fix USE mask on impossible dependency for ossp-uuid

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index df712beab87..a0747ebc408 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -180,7 +180,7 @@ kde-frameworks/ktextwidgets speech
 
 # Brian Evans <grknight@gentoo.org> (22 Aug 2016)
 # Depends on masked, end-of-life php versions
-=dev-libs/ossp-uuid-1.6.2-r4 php
+<=dev-libs/ossp-uuid-1.6.2-r4 php
 =dev-libs/xapian-bindings-1.2.22 php
 =www-servers/uwsgi-2.0.9 php
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-16 21:01 Chí-Thanh Christopher Nguyễn
  0 siblings, 0 replies; 1247+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2017-07-16 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     99571492db60c579c48aa1eef0d7f99939a726dc
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 21:00:24 2017 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 21:00:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99571492

profiles/base/package.use.mask: Mask vaapi flag for www-plugins/gnash

Bug: https://bugs.gentoo.org/show_bug.cgi?id=602786

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 6a02be3424d..8fae51407a9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (16 Jul 2017)
+# Causes build to fail with ffmpeg-3, #602786
+www-plugins/gnash vaapi
+
 # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
 # system-renpy cannot be really used and it's going to be treecleaned, bug #587872
 games-misc/katawa-shoujo system-renpy


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-18 20:33 Andrew Savchenko
  0 siblings, 0 replies; 1247+ messages in thread
From: Andrew Savchenko @ 2017-07-18 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ef7b38b5f522890dca1a318bf1dbca46e3aa5f2c
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 20:31:28 2017 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 20:31:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7b38b5

Unmask games-misc/katawa-shoujo[system-renpy]

renpy is back on track, katawa-shoujo works fine with system
renpy-6.99.12.4.

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8fae51407a9..197d52850fa 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -11,10 +11,6 @@
 # Causes build to fail with ffmpeg-3, #602786
 www-plugins/gnash vaapi
 
-# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# system-renpy cannot be really used and it's going to be treecleaned, bug #587872
-games-misc/katawa-shoujo system-renpy
-
 # Mike Gilbert <floppym@gentoo.org> (09 Jul 2017)
 # Matthias Dahl <matthias.dahl@binary-island.eu> (05 Jul 2017)
 # Both are not your typical garden-variety Linux programs and are


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-20 13:24 Lars Wendler
  0 siblings, 0 replies; 1247+ messages in thread
From: Lars Wendler @ 2017-07-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b5d9c9b83086d07b1665eddb6bc400fe70b0686c
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Jul 18 20:50:39 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 13:24:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d9c9b8

profiles/base/p.use.mask: mask mpv[javascript] for now

Required for the upcoming mpv-0.26.0 verbump.

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 197d52850fa..a9d71bbff8a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (18 Jul 2017)
+# Requires unavailable >=dev-lang/mujs-1.0.0, see Gentoo bug 621820.
+media-video/mpv javascript
+
 # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (16 Jul 2017)
 # Causes build to fail with ffmpeg-3, #602786
 www-plugins/gnash vaapi


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-26 13:00 Ulrich Müller
  0 siblings, 0 replies; 1247+ messages in thread
From: Ulrich Müller @ 2017-07-26 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     3548c83589926c0c95050cf6b01baed4c65a2a7d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 12:58:05 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 12:59:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3548c835

profiles: Mask hesiod flag in app-editors/emacs{,-vcs}, bug 626242.

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0d4a291eff7..a587362727a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Ulrich Müller <ulm@gentoo.org> (26 Jul 2017)
+# Disable hesiod support due to security vulnerability, bug #626242.
+app-editors/emacs hesiod
+app-editors/emacs-vcs hesiod
+
 # Brian Evans <grknight@gentoo.org> (21 Jul 2017)
 # Mask USE flag which has limited keywords for app-crypt/argon2
 dev-lang/php argon2


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-27 14:38 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-07-27 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     49cccfb5390e03058e59fbe8748b1d5a97685a01
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sat Jul 22 17:40:33 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 14:37:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cccfb5

profiles/base/p.use: disable default gdbm USE for net-firewall/fwknop

Otherwise it enforces server USE to all users via REQUIRED_USE.

 profiles/base/package.use | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use b/profiles/base/package.use
index b21593100fb..9590bcc5484 100644
--- a/profiles/base/package.use
+++ b/profiles/base/package.use
@@ -1,6 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (22 Jul 2017)
+# Override default +gdbm setting, which enables minor server-only
+# feature, but enforces server USE to all users via REQUIRED_USE.
+net-firewall/fwknop -gdbm
+
 # David Seifert <soap@gentoo.org> (17 Apr 2017)
 # Only python 3.5 supported
 kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-07-30  7:14 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2017-07-30  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d7bdbb9f2a0038c2dd25bd7d8be9350a9f109c2c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 06:58:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 07:14:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7bdbb9f

profiles/base: Mask sys-devel/clang[z3] due to breakage

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a587362727a..550d8644ac2 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # 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> (30 Jul 2017)
+# The Z3 backend is unstable and causes assertion failures. Mask it
+# until upstream fixes it properly.
+sys-devel/clang z3
+
 # Ulrich Müller <ulm@gentoo.org> (26 Jul 2017)
 # Disable hesiod support due to security vulnerability, bug #626242.
 app-editors/emacs hesiod


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-03 17:09 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-08-03 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     992bd7f1395ac4e12834a2da02d0a26129edbf48
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 17:08:18 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 17:08:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992bd7f1

profiles: Restrict kde-apps/kalzium[solver] package.use.stable.mask

 profiles/base/package.use.stable.mask | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 9e56a89845c..c3aa9215bc5 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -51,10 +51,9 @@ media-plugins/kipi-plugins mediawiki vkontakte
 media-libs/mlt opencv
 
 # Johannes Huber <johu@gentoo.org> (25 Jan 2017)
-# Fails to build with dev-lang/ocaml-0.04.0 which
-# needs to be stabilized due to security issue.
+# Fails to build with dev-lang/ocaml-4.04.0
 # Bugs: #603050, #581946
-kde-apps/kalzium solver
+<kde-apps/kalzium-17.04.3 solver
 
 # Matthias Maier <tamiko@gentoo.org> (22 Jan 2017)
 # sys-fs/zfs isn't going to be marked stable anytime soon


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-04 20:05 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2017-08-04 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4e3e0fc58f010aa607096a2537a9564948f2addc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  4 20:05:22 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug  4 20:05:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3e0fc5

profiles/base: Mask app-text/texlive-core[xetex] for <2013

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7a651fe7e6c..096721a6087 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # 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> (05 Aug 2017)
+# media-libs/silgraphite is being treecleaned wrt #594314.
+<app-text/texlive-core-2013 xetex
+
 # Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
 # sys-boot/plymouth is being treecleaned wrt #621470.
 gnome-base/gdm plymouth


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-06  9:44 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-08-06  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1863627fbe300c03a7588bd6f358f496dd208f68
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 09:38:09 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 09:44:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1863627f

profiles: Add kde-apps/kdegames-meta[python] to package.use.stable.mask

Blocked by Python 3.5 stabilisation.

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index c3aa9215bc5..75c62d89245 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (06 Aug 2017)
+# Requires dev-lang/python-3.5 stabilisation
+>=kde-apps/kdegames-meta-17.04.3 python
+
 # Patrick McLean <chutzpah@gentoo.org> (11 Jul 2017)
 # Requires >=net-dns/libidn2-2.0 stabilization
 net-dns/dnsmasq libidn2


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-11 13:14 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-08-11 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     fbf694b108e49961a764543084b8561acf8eb6d4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 13:13:21 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 13:14:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf694b1

profiles: stable mask dev-util/rpmdevtools[emacs] due to unstable dependencies

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 75c62d89245..42ed62be9fc 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Michael Palimaka <kensington@gentoo.org) (11 Aug 2017)
+# Unstable dependencies.
+dev-util/rpmdevtools emacs
+
 # Andreas Sturmlechner <asturm@gentoo.org> (06 Aug 2017)
 # Requires dev-lang/python-3.5 stabilisation
 >=kde-apps/kdegames-meta-17.04.3 python


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-12 12:16 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-08-12 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5994ddf42cfda5f2aab3a5c4cc0e9e2aa4709b93
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 12:14:33 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 12:15:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5994ddf4

profiles: Add kde-apps/cantor[R] to package.use.stable.mask

Gentoo-bug: 619534

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 42ed62be9fc..98a7ff52bb1 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (12 Aug 2017)
+# Not operational, bug #619534
+>=kde-apps/cantor-17.04.3 R
+
 # Michael Palimaka <kensington@gentoo.org) (11 Aug 2017)
 # Unstable dependencies.
 dev-util/rpmdevtools emacs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-14 15:01 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2017-08-14 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     27b2b93cd506b89431d588b25ec58fbdeb300e10
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 12:49:04 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 15:00:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b2b93c

base/use.{,stable.}mask: Initial masks for php_targets_php7-2 slot

 profiles/base/use.mask        | 4 ++++
 profiles/base/use.stable.mask | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index fcefea31dc4..df87aee58c2 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Brian Evans <grknight@gentoo.org> (14 Aug 2017)
+# php 7.2 beta is masked for initial testing
+php_targets_php7-2
+
 # Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
 # Unkeyworded on most arches, unmasked in supported arch profiles.
 elogind

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 5bc36ff5236..58648158bef 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Brian Evans <grknight@gentoo.org> (14 Aug 2017)
+# Needs dev-lang/php:7.2 stable
+php_targets_php7-2
+
 # Michał Górny <mgorny@gentoo.org> (25 Jan 2017)
 # Early pre-stabilization mask for dev-lang/python:3.6
 python_targets_python3_6


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-17 14:16 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-08-17 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     69b398ac1f28cff3b44e9d771e3e6e740c6c0c2a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 14:15:48 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 14:15:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b398ac

profiles: Drop obsolete package.use.stable.mask

 profiles/base/package.use.stable.mask | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 98a7ff52bb1..452d8da7c33 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -20,14 +20,6 @@ dev-util/rpmdevtools emacs
 # Requires >=net-dns/libidn2-2.0 stabilization
 net-dns/dnsmasq libidn2
 
-# Andreas Sturmlechner <asturm@gentoo.org> (02 Jul 2017)
-# Requires kde-apps/{akonadi-contacts,kcontacts} stabilisation
->=media-gfx/digikam-5.5.0 addressbook
-
-# Michael Palimaka <kensington@gentoo.org> (01 Jul 2017)
-# Requires kde-apps/kcontacts stabilisation
-app-office/calligra:5 pim
-
 # Andreas Sturmlechner <asturm@gentoo.org> (23 Mar 2017)
 # Requires dev-lang/julia stabilisation, bug #613576
 kde-apps/cantor julia


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-17 16:40 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-08-17 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0f4f79cae729df65689c16079b7196bdef79e2f2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 15:14:42 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 16:39:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4f79ca

profiles: Add kde-apps/kopete[cryptography] to package.use.stable.mask

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 452d8da7c33..7e795f18ed7 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (17 Aug 2017)
+# Unstable dependencies.
+kde-apps/kopete cryptography
+
 # Andreas Sturmlechner <asturm@gentoo.org> (12 Aug 2017)
 # Not operational, bug #619534
 >=kde-apps/cantor-17.04.3 R


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-19  0:58 Michael Orlitzky
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Orlitzky @ 2017-08-19  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     54e01bbf06f62752a0b837e149993551429d3a40
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 00:56:46 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 00:57:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e01bbf

profiles: mask USE=vde for app-emulation/qemu and net-vpn/tinc.

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 6e9c1b76de1..44e3133c346 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michael Orlitzky <mjo@gentoo.org> (18 Aug 2017)
+# net-misc/vde is masked, so don't let users try to pull it in.
+app-emulation/qemu vde
+net-vpn/tinc vde
+
 # Michał Górny <mgorny@gentoo.org> (05 Aug 2017)
 # media-libs/silgraphite is being treecleaned wrt #594314.
 <app-text/texlive-core-2013 xetex


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-20 19:06 Hans de Graaff
  0 siblings, 0 replies; 1247+ messages in thread
From: Hans de Graaff @ 2017-08-20 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9572f8cca502d12c2f53065dc9d6f3b0ab23cf32
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 19:06:29 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 19:06:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9572f8cc

update default RUBY_TARGETS

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7e593196de0..ee84bc0b7f0 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -96,7 +96,7 @@ USE="${USE} modules"
 
 # Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015)
 # Default Ruby build targets
-RUBY_TARGETS="ruby21 ruby22"
+RUBY_TARGETS="ruby22"
 
 # Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009)
 # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-24 15:16 Michael Orlitzky
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Orlitzky @ 2017-08-24 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     58b16d7ce17d90510b727ee8653ef3c384847715
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 14:58:30 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 14:58:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b16d7c

profiles: mask USE=command-args for net-analyzer/nrpe.

Gentoo-Bug: 628596

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 44e3133c346..584ec600aa3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michael Orlitzky <mjo@gentoo.org> (24 Aug 2017)
+# This is a security risk if not used carefully, bug 628596.
+net-analyzer/nrpe command-args
+
 # Michael Orlitzky <mjo@gentoo.org> (18 Aug 2017)
 # net-misc/vde is masked, so don't let users try to pull it in.
 app-emulation/qemu vde


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-26 11:24 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-08-26 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     facaa032cf9366a4396a5517c41a64d873328bbb
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 11:22:55 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 11:24:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facaa032

profiles: drop mask for games-action/minetest[luajit]

Gentoo-bug: 627828

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 584ec600aa3..83f20fb48e0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -489,10 +489,6 @@ sci-physics/reduze berkdb
 dev-python/pypy sandbox
 dev-python/pypy3 sandbox
 
-# Julian Ospald <hasufell@gentoo.org> (27 Oct 2013)
-# luajit is in ~arch, prepare for minetest stabilization
-games-action/minetest luajit
-
 # Julian Ospald <hasufell@gentoo.org> (31 Aug 2013)
 # Randomly breaks consumers at runtime. Do not report
 # gentoo bugs.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-08-27 19:23 James Le Cuirot
  0 siblings, 0 replies; 1247+ messages in thread
From: James Le Cuirot @ 2017-08-27 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6ae109ee1f0ea665ccf76f53e25b0d3ce7adeda1
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 19:11:45 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 19:11:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae109ee

profiles: Stable mask ffmpeg[chromium] and related system-ffmpeg flags

 profiles/base/package.use.stable.mask | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 7e795f18ed7..15e6ada6e18 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,15 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# James Le Cuirot <chewi@gentoo.org> (27 Aug 2017)
+# Masked for testing.
+media-video/ffmpeg chromium
+www-client/opera system-ffmpeg
+www-client/opera-beta system-ffmpeg
+www-client/opera-developer system-ffmpeg
+www-client/vivaldi system-ffmpeg
+www-client/vivaldi-snapshot system-ffmpeg
+
 # Andreas Sturmlechner <asturm@gentoo.org> (17 Aug 2017)
 # Unstable dependencies.
 kde-apps/kopete cryptography


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-09-06 12:06 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2017-09-06 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d98a8505cb40bb73f90b8ead9f60a6fa0b1b7abf
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Aug 16 20:41:48 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 12:06:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98a8505

profiles/base/p.use: Revert "disable default gdbm USE for net-firewall/fwknop"

We will enable server USE by default and fix REQUIRED_USE instead.

Reverts: 49cccfb5390e03058e59fbe8748b1d5a97685a01

 profiles/base/package.use | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use b/profiles/base/package.use
index 9590bcc5484..b21593100fb 100644
--- a/profiles/base/package.use
+++ b/profiles/base/package.use
@@ -1,11 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (22 Jul 2017)
-# Override default +gdbm setting, which enables minor server-only
-# feature, but enforces server USE to all users via REQUIRED_USE.
-net-firewall/fwknop -gdbm
-
 # David Seifert <soap@gentoo.org> (17 Apr 2017)
 # Only python 3.5 supported
 kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-09-06 19:15 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2017-09-06 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     064af438b165a9520f6301acfeef6bfbe2ee9453
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 18:58:44 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 19:15:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064af438

profiles: Mask rpc support for >=glibc-2.26, we really need to organize the replacement now

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 83f20fb48e0..5226eb46c39 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Huettel <dilfridge@gentoo.org> (6 Sep 2017)
+# This should really go away now.
+>=sys-libs/glibc-2.26 rpc
+
 # Michael Orlitzky <mjo@gentoo.org> (24 Aug 2017)
 # This is a security risk if not used carefully, bug 628596.
 net-analyzer/nrpe command-args


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-09-09 12:41 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-09-09 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     546ea0083d1ba64f6e15e368fa3b50c2fa7d0890
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 12:38:27 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 12:41:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546ea008

profiles: mask dev-util/massif-visualizer[callgraph]

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5226eb46c39..47a338e7842 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michael Palimaka <kensington@gentoo.org> (09 Sep 2017)
+# Required dependency isn't yet available
+dev-util/massif-visualizer callgraph
+
 # Andreas K. Huettel <dilfridge@gentoo.org> (6 Sep 2017)
 # This should really go away now.
 >=sys-libs/glibc-2.26 rpc


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-09-09 19:23 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2017-09-09 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9f15d427745001a5ad0928cb78cc7fd4a017ed1b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 19:22:28 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 19:22:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f15d427

profiles: Mask vanilla use flag for sys-libs/glibc

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 47a338e7842..01a7cf7c874 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Huettel <dilfridge@gentoo.org> (9 Sep 2017)
+# Potentially destructive. Use it only if you know what you're doing.
+sys-libs/glibc vanilla
+
 # Michael Palimaka <kensington@gentoo.org> (09 Sep 2017)
 # Required dependency isn't yet available
 dev-util/massif-visualizer callgraph


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-09-13 12:16 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-09-13 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     076ed5b5fae78e58f9c05f795ae42fc02ec988ad
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 12:16:17 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 12:16:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076ed5b5

profiles: unmask dev-util/massif-visualizer[callgraph]

The required dependency is now available.

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 01a7cf7c874..8526e820140 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -11,10 +11,6 @@
 # Potentially destructive. Use it only if you know what you're doing.
 sys-libs/glibc vanilla
 
-# Michael Palimaka <kensington@gentoo.org> (09 Sep 2017)
-# Required dependency isn't yet available
-dev-util/massif-visualizer callgraph
-
 # Andreas K. Huettel <dilfridge@gentoo.org> (6 Sep 2017)
 # This should really go away now.
 >=sys-libs/glibc-2.26 rpc


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-09-16 12:10 Jeroen Roovers
  0 siblings, 0 replies; 1247+ messages in thread
From: Jeroen Roovers @ 2017-09-16 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e432a19d59a5c98c9dc72130fe28f839dbebc50e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 12:09:54 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 12:10:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e432a19d

profiles/: Drop USE=javascript mask for media-video/mpv (bug #621820).

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8526e820140..bfed8c0397f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -46,10 +46,6 @@ app-editors/emacs-vcs hesiod
 # Mask USE flag which has limited keywords for app-crypt/argon2
 dev-lang/php argon2
 
-# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (18 Jul 2017)
-# Requires unavailable >=dev-lang/mujs-1.0.0, see Gentoo bug 621820.
-media-video/mpv javascript
-
 # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (16 Jul 2017)
 # Causes build to fail with ffmpeg-3, #602786
 www-plugins/gnash vaapi


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-09-23  3:02 Michael Palimaka
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Palimaka @ 2017-09-23  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     db98798212940bbfab3c49c5ee73104d6cc1dec9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 03:01:03 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 03:01:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db987982

profiles: remove obsolete kde-apps/kalzium USE mask

 profiles/base/package.use.stable.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 52a15d80074..84ac9fbdeec 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -71,11 +71,6 @@ media-plugins/kipi-plugins mediawiki vkontakte
 # Requires testing version of media-libs/opencv
 media-libs/mlt opencv
 
-# Johannes Huber <johu@gentoo.org> (25 Jan 2017)
-# Fails to build with dev-lang/ocaml-4.04.0
-# Bugs: #603050, #581946
-<kde-apps/kalzium-17.04.3 solver
-
 # Matthias Maier <tamiko@gentoo.org> (22 Jan 2017)
 # sys-fs/zfs isn't going to be marked stable anytime soon
 app-emulation/libvirt zfs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-09-30 14:58 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-09-30 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     35e1693bacfd304572a9de90bc58e724684184ac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 14:53:49 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 14:57:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e1693b

profiles: Mask net-misc/fatrat[bittorrent]

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c41d88df681..da3d03513ad 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (30 Sep 2017)
+# Qt4 build depends on old and vulnerable qtwebkit, bug #620730
+# Qt5 build depends on masked net-libs/libtorrent-rasterbar-1.1
+# bugs #580760, #630364
+net-misc/fatrat bittorrent
+
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (18 Sep 2017)
 # Ian Stakenvicius <axs@gentoo.org> (27 Sep 2017)
 # Depends on >=icu-59, still masked.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-02 11:09 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-10-02 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e5f0371ecf9d4a3628e8f8f489eb146d5362641a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 10:21:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 11:09:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f0371e

profiles: Drop obsolete net-misc/fatrat comment

 profiles/base/package.use.mask | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index da3d03513ad..ab0eae13402 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,8 +8,7 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # Andreas Sturmlechner <asturm@gentoo.org> (30 Sep 2017)
-# Qt4 build depends on old and vulnerable qtwebkit, bug #620730
-# Qt5 build depends on masked net-libs/libtorrent-rasterbar-1.1
+# Depends on masked net-libs/libtorrent-rasterbar-1.1
 # bugs #580760, #630364
 net-misc/fatrat bittorrent
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-10 18:38 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2017-10-10 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     dc1a6fb5d64bae4943cca4155a5d416375b5f174
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 18:37:43 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 18:38:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1a6fb5

profiles: mask <=media-tv/tvheadend-4.0.9[ffmpeg]

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ab0eae13402..029e186767e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Mike Gilbert <floppym@gentoo.org> (10 Oct 2017)
+# Depends on old ffmpeg-2, which no longer exists in the repo.
+<=media-tv/tvheadend-4.0.9 ffmpeg
+
 # Andreas Sturmlechner <asturm@gentoo.org> (30 Sep 2017)
 # Depends on masked net-libs/libtorrent-rasterbar-1.1
 # bugs #580760, #630364


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-12 13:29 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-10-12 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ec807629fa009bbf0cb8c42ecf5128d5d0806e9e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 20:11:57 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 12:37:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec807629

profiles: Move USE=qtspeech p.use.mask to p.use.stable.mask

 profiles/base/package.use.mask        | 9 ---------
 profiles/base/package.use.stable.mask | 9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 029e186767e..f3a074a2d86 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -216,15 +216,6 @@ mate-base/mate bluetooth
 app-editors/emacs cairo
 app-editors/emacs-vcs cairo
 
-# Michael Palimaka <kensington@gentoo.org> (15 Sep 2016)
-# Requires unreleased dependency dev-qt/qtspeech.
-kde-apps/konqueror speech
-kde-apps/kpimtextedit speech
-kde-apps/ktp-text-ui speech
-kde-apps/okular speech
-kde-frameworks/knotifications speech
-kde-frameworks/ktextwidgets speech
-
 # Michał Górny <mgorny@gentoo.org> (28 Aug 2016)
 # lldb fails to build in the current RC, and needs a lot of minor fixes.
 # It's no longer available in -9999 line, and it won't be in 3.9.0

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 168e7ae300c..b2dd00f0333 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,15 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (11 Oct 2017)
+# Requires unstable dependency dev-qt/qtspeech.
+kde-apps/konqueror speech
+kde-apps/kpimtextedit speech
+kde-apps/ktp-text-ui speech
+kde-apps/okular speech
+kde-frameworks/knotifications speech
+kde-frameworks/ktextwidgets speech
+
 # Michael Palimaka <kensington@gentoo.org> (30 Sep 2017)
 # Required dependeny is not stable
 sci-libs/gdal mdb


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-16 14:54 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-10-16 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     00fbd51736fdd5d804f30f00d54cfe4468a5cb2d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 10:25:35 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 14:54:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fbd517

profiles: Mask <app-i18n/fcitx-libpinyin-0.5.0[dictionary-manager]

Gentoo-bug: 620692

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1f632a64296..3ed9dbe435d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,6 +8,10 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
+# Depends on masked dev-qt/qtwebkit:4, bug #620692
+<app-i18n/fcitx-libpinyin-0.5.0 dictionary-manager
+
+# Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
 # USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754
 # USE=geocad depends on masked <sci-libs/opencascade-6.8.0
 sci-physics/root geocad qt4


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-16 14:54 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-10-16 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4c17aa4d545dec1ecee3e2d9161fa3898b7b061a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 20:28:35 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 14:54:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c17aa4d

profiles: Mask USE=webkit on dev-qt/qtwebkit:4 rdeps

Gentoo-bug: 620684

 profiles/base/package.use.mask | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3ed9dbe435d..c62d49a7610 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -16,6 +16,16 @@
 # USE=geocad depends on masked <sci-libs/opencascade-6.8.0
 sci-physics/root geocad qt4
 
+# Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
+# Depends on masked dev-qt/qtwebkit:4, bug #620684
+dev-qt/assistant:4 webkit
+dev-qt/designer:4 webkit
+dev-qt/qt-meta:4 webkit
+dev-qt/qtdeclarative:4 webkit
+dev-qt/qtdemo:4 webkit
+dev-python/PyQt4 webkit
+dev-python/pyside:0 webkit
+
 # Mike Gilbert <floppym@gentoo.org> (10 Oct 2017)
 # Depends on old ffmpeg-2, which no longer exists in the repo.
 <=media-tv/tvheadend-4.0.9 ffmpeg


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-16 14:54 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-10-16 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cf38c03805b4c87f698d88398368945d02f10985
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 07:18:53 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 14:54:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf38c038

profiles: Mask sci-physics/root[geocad,qt4]

Gentoo-bug: 620754

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5050f0f700f..1f632a64296 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
+# USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754
+# USE=geocad depends on masked <sci-libs/opencascade-6.8.0
+sci-physics/root geocad qt4
+
 # Mike Gilbert <floppym@gentoo.org> (10 Oct 2017)
 # Depends on old ffmpeg-2, which no longer exists in the repo.
 <=media-tv/tvheadend-4.0.9 ffmpeg


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-21 23:20 James Le Cuirot
  0 siblings, 0 replies; 1247+ messages in thread
From: James Le Cuirot @ 2017-10-21 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c20b13b26b8117fe1c6b51083d98f9cc5bb57f98
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 22:49:31 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 22:49:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20b13b2

profiles: media-video/ffmpeg[chromium] has seen sufficient testing now

 profiles/base/package.use.stable.mask | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index b2dd00f0333..e224f5d2ba7 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -21,15 +21,6 @@ sci-libs/gdal mdb
 # Requires guile-2 which is still unstable.
 >=net-irc/weechat-1.7 guile
 
-# James Le Cuirot <chewi@gentoo.org> (27 Aug 2017)
-# Masked for testing.
-media-video/ffmpeg chromium
-www-client/opera system-ffmpeg
-www-client/opera-beta system-ffmpeg
-www-client/opera-developer system-ffmpeg
-www-client/vivaldi system-ffmpeg
-www-client/vivaldi-snapshot system-ffmpeg
-
 # Andreas Sturmlechner <asturm@gentoo.org> (17 Aug 2017)
 # Unstable dependencies.
 kde-apps/kopete cryptography


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-22  0:03 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-10-22  0:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a5a12690c51c8fd11e364c2d74a5680e36cec5d0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 22:42:16 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 00:03:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a12690

profiles: Stable mask www-servers/uwsgi[uwsgi_plugins_alarm_xmpp]

Depends on unmaintained unstable net-libs/gloox.

Gentoo-bug: 634908

 profiles/base/package.use.stable.mask | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index e224f5d2ba7..f974005ac9e 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (22 Oct 2017)
+# Requires unmaintained unstable dependency net-libs/gloox.
+# The go flag requires stable masked dev-lang/go[gccgo].
+www-servers/uwsgi go pypy uwsgi_plugins_alarm_xmpp
+
 # Andreas Sturmlechner <asturm@gentoo.org> (11 Oct 2017)
 # Requires unstable dependency dev-qt/qtspeech.
 kde-apps/konqueror speech
@@ -98,12 +103,6 @@ dev-lang/rust system-llvm
 # Will always require unstable packages.
 net-libs/gnutls test-full
 
-# Zac Medico <zmedico@gentoo.org> (19 Dec 2016)
-# The go flag requires dev-lang/go[gccgo], and gccgo
-# is stable masked since it requires gcc-5 which is
-# currently unstable.
-www-servers/uwsgi go pypy
-
 # Lars Wendler <polynomial-c@gentoo.org> (15 Dev 2016)
 # Requires php:7.0 and ruby:2.2 being stable
 >=dev-libs/Ice-3.6.3 php ruby


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-22 14:25 Patrick Lauer
  0 siblings, 0 replies; 1247+ messages in thread
From: Patrick Lauer @ 2017-10-22 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e79faad27a80c0ee9ca8f57448a3e800def68f46
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 14:25:09 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 14:25:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79faad2

base/use.mask: Mask postgres_compat_postgres9_2 useflag

 profiles/base/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index df87aee58c2..6bb1b09bf62 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Patrick Lauer <patrick@gentoo.org> (22 Oct 2017)
+# postgres-9.2 is EOL and masked
+postgres_targets_postgres9_2
+
 # Brian Evans <grknight@gentoo.org> (14 Aug 2017)
 # php 7.2 beta is masked for initial testing
 php_targets_php7-2


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-10-29 16:14 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-10-29 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1dece751796fefedded8c9ea32a0a86c6c4bbf43
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 15:28:50 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 16:10:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dece751

profiles: Mask net-analyzer/linkchecker[X]

It depends on deprecated x11-libs/qscintilla[qt4]/qt4.

Gentoo-bug: 634972

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c62d49a7610..83f84064810 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (29 Oct 2017)
+# Depends on deprecated x11-libs/qscintilla[qt4]/qt4, bug #634976
+net-analyzer/linkchecker X
+
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
 # Depends on masked dev-qt/qtwebkit:4, bug #620692
 <app-i18n/fcitx-libpinyin-0.5.0 dictionary-manager


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-01 11:42 Jeroen Roovers
  0 siblings, 0 replies; 1247+ messages in thread
From: Jeroen Roovers @ 2017-11-01 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a31988943bc5188c7ff3d9ad47bdf309be9f3c61
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 11:18:35 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 11:42:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3198894

Mask >=net-libs/nodejs-9.0.0 along with >=dev-libs/icu-59.

 profiles/base/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 6fa75c0ec35..07fc9a5e631 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -6,3 +6,4 @@
 # So we mask it here, and unmask in 17.0 release profiles
 >=dev-libs/icu-59
 >=dev-libs/icu-layoutex-59
+>=net-libs/nodejs-9.0.0


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-04 17:08 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2017-11-04 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     72999a8d524dc876affbd95f8a22004158146c32
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 17:08:31 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 17:08:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72999a8d

use.mask: mask audacious use flag

 profiles/base/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 6bb1b09bf62..5d2a8b6901e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017)
+# ... since audacious is being last-rited ...
+audacious
+
 # Patrick Lauer <patrick@gentoo.org> (22 Oct 2017)
 # postgres-9.2 is EOL and masked
 postgres_targets_postgres9_2


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-04 17:21 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2017-11-04 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     83ea31ff9733040981639041c289f68b4d1f932a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 17:21:28 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 17:21:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ea31ff

use.mask: add bug number to audacious mask

 profiles/base/use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 5d2a8b6901e..f7466732930 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -5,7 +5,7 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017)
-# ... since audacious is being last-rited ...
+# ... since audacious is being last-rited ... bug 632513
 audacious
 
 # Patrick Lauer <patrick@gentoo.org> (22 Oct 2017)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-04 18:07 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2017-11-04 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     aafb51bb1cdd54d4b98861f5e5305ebb15e27e6a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 18:06:45 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 18:07:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafb51bb

package.use.mask: Mask jack useflag of media-libs/freeverb3-3.1.2_pre20151102-r1, needs audacious

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 83f84064810..bc1af64caac 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017)
+# Requires audacious, which is masked. Bug 632513
+=media-libs/freeverb3-3.1.2_pre20151102-r1 jack
+
 # Andreas Sturmlechner <asturm@gentoo.org> (29 Oct 2017)
 # Depends on deprecated x11-libs/qscintilla[qt4]/qt4, bug #634976
 net-analyzer/linkchecker X


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-06 18:12 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2017-11-06 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1a3d4949420ce24ceeeb05956ea541eeb92fa999
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 18:09:28 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 18:09:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3d4949

base/packages.use.stable.mask: Block test on PEAR-Text_Password on stable

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index f974005ac9e..72e30c326c1 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Brian Evans <grknight@gentoo.org (6 Nov 2017)
+# Requires stable phpunit
+dev-php/PEAR-Text_Password test
+
 # Andreas Sturmlechner <asturm@gentoo.org> (22 Oct 2017)
 # Requires unmaintained unstable dependency net-libs/gloox.
 # The go flag requires stable masked dev-lang/go[gccgo].


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-13  1:03 Anthony G. Basile
  0 siblings, 0 replies; 1247+ messages in thread
From: Anthony G. Basile @ 2017-11-13  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0472c2c7e87cb31481103d71fdc583c8d5de1cd3
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 01:02:53 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 01:02:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0472c2c7

base/use.stable.mask: unmask USE=libressl and curl_ssl_libressl

 profiles/base/use.stable.mask | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 46cc0027459..17e9d945a7f 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -19,13 +19,6 @@ python_single_target_pypy
 python_targets_pypy3
 python_single_target_pypy3
 
-# Justin Lecher <jlec@gentoo.org> (30 Sep 2015)
-# No stable libressl yet
-# Addendum: also mask the USE_EXPAND flag,
-# Anthony G. Basile <blueness@gentoo.org> (26 Nov 2015)
-curl_ssl_libressl
-libressl
-
 # Hans de Graaff <graaff@gentoo.org> (25 Dec 2016)
 # Currently in testing and not ready to go stable yet.
 ruby_targets_ruby23


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-14 20:43 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-11-14 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     caab0980d6efbe2caf9ab7c099aa75c0320408ff
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 20:37:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 20:43:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caab0980

profiles: Add kde-apps/{kanagram,kdepim-runtime} to p.use.stable.mask

Bug: https://bugs.gentoo.org/637292

 profiles/base/package.use.stable.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 72e30c326c1..f05f779bca8 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -15,6 +15,8 @@ www-servers/uwsgi go pypy uwsgi_plugins_alarm_xmpp
 
 # Andreas Sturmlechner <asturm@gentoo.org> (11 Oct 2017)
 # Requires unstable dependency dev-qt/qtspeech.
+kde-apps/kanagram speech
+kde-apps/kdepim-runtime speech
 kde-apps/konqueror speech
 kde-apps/kpimtextedit speech
 kde-apps/ktp-text-ui speech


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-16 19:53 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-11-16 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c020f16ebfc093d8e50b10ff334ba53c0532561a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 19:51:23 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 19:52:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c020f16e

profiles: Drop kdegames-meta[python] package.use.stable.mask

Closes: https://bugs.gentoo.org/628352

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index f05f779bca8..03a5d236256 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -44,10 +44,6 @@ kde-apps/kopete cryptography
 # Unstable dependencies.
 dev-util/rpmdevtools emacs
 
-# Andreas Sturmlechner <asturm@gentoo.org> (06 Aug 2017)
-# Requires dev-lang/python-3.5 stabilisation
->=kde-apps/kdegames-meta-17.04.3 python
-
 # Patrick McLean <chutzpah@gentoo.org> (11 Jul 2017)
 # Requires >=net-dns/libidn2-2.0 stabilization
 net-dns/dnsmasq libidn2


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-16 20:30 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-11-16 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b5931330b561553f318b9eaf60d1eefb82a100d2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 20:28:44 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 20:28:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5931330

profiles: Re-add kdegames-meta[python] package.use.stable.mask

All deps should be fixed first.

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 03a5d236256..f05f779bca8 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -44,6 +44,10 @@ kde-apps/kopete cryptography
 # Unstable dependencies.
 dev-util/rpmdevtools emacs
 
+# Andreas Sturmlechner <asturm@gentoo.org> (06 Aug 2017)
+# Requires dev-lang/python-3.5 stabilisation
+>=kde-apps/kdegames-meta-17.04.3 python
+
 # Patrick McLean <chutzpah@gentoo.org> (11 Jul 2017)
 # Requires >=net-dns/libidn2-2.0 stabilization
 net-dns/dnsmasq libidn2


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-16 20:40 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-11-16 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4e7d911830098a4e6b6447888161704b1a6544c9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 20:38:25 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 20:38:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7d9118

profiles: Improve comment for kdegames-meta[python] p.use.stable.mask

 profiles/base/package.use.stable.mask | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index f05f779bca8..ec52ae87822 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (16 Nov 2017)
+# Requires PYTHON_TARGETS="python3_5", bug #620940
+kde-apps/kdegames-meta python
+
 # Brian Evans <grknight@gentoo.org (6 Nov 2017)
 # Requires stable phpunit
 dev-php/PEAR-Text_Password test
@@ -44,10 +48,6 @@ kde-apps/kopete cryptography
 # Unstable dependencies.
 dev-util/rpmdevtools emacs
 
-# Andreas Sturmlechner <asturm@gentoo.org> (06 Aug 2017)
-# Requires dev-lang/python-3.5 stabilisation
->=kde-apps/kdegames-meta-17.04.3 python
-
 # Patrick McLean <chutzpah@gentoo.org> (11 Jul 2017)
 # Requires >=net-dns/libidn2-2.0 stabilization
 net-dns/dnsmasq libidn2


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-18  1:12 Michael Orlitzky
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Orlitzky @ 2017-11-18  1:12 UTC (permalink / raw
  To: gentoo-commits

commit:     afaef996e561f8069b8d177ea76fcde1d0bc20a6
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 18:48:55 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 01:11:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaef996

profiles: add "php7-0" to PHP_TARGETS in base/make.defaults.

The old value of the PHP_TARGETS variable was "php5-6", but these days
PHP_TARGETS="php5-6 php7-0" is more appropriate. The rationale for
this change is now included as a comment above the variable.

Closes: https://bugs.gentoo.org/636692

 profiles/base/make.defaults | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index ee84bc0b7f0..e7a3077c777 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -49,10 +49,6 @@ LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
 # By default build all koffice / calligra features.
 CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author"
 
-# Ole Markus With <olemarkus@gentoo.org> (09 Oct 2010)
-# Default PHP targets (should always be latest stable version)
-PHP_TARGETS="php5-6"
-
 # Andreas K. Huettel <dilfridge@gentoo.org> (28 Sep 2010)
 # Small default list of enabled plugins for collectd
 COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
@@ -145,3 +141,18 @@ 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"
+
+# Michael Orlitzky <mjo@gentoo.org> (17 Nov 2017)
+#
+# Default PHP targets, used only for extensions at the moment.
+#
+# The value of this variable should be chosen to be "least annoying by
+# default." For example, some packages support only php-5.x and some
+# only php-7.x. By having both "php5-6" and php7-0" in PHP_TARGETS, we
+# ensure that users who don't care one way or the other don't have to
+# mess with this variable in order to install those packages.
+#
+# Moreover, it should only contain targets that have a stable version
+# of PHP, to avoid pulling in an unstable PHP on stable systems.
+#
+PHP_TARGETS="php5-6 php7-0"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-23  5:11 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2017-11-23  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     545c0035deb78180153103413943ffde7b2b1dc3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 05:08:06 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 05:08:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545c0035

profiles: Drop blender opencl package.use.mask.

opencl USE flag was removed from blender in commit 614da1945ab6.

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 38547d152d9..e43d91dd3f9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -188,7 +188,6 @@ app-editors/emacs-vcs:25 xwidgets
 
 # Matt Turner <mattst88@gentoo.org> (26 Jan 2017)
 # x11-drivers/ati-drivers is masked for removal.
-media-gfx/blender opencl
 media-libs/opensubdiv opencl
 
 # Ian Stakenvicius (25 Jan 2017)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-27  9:09 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-11-27  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c467bb1c81c1958174449a0dc54f4a60cb950ce3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 13:07:04 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 09:03:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c467bb1c

profiles: Fix package.use.mask comment for linkchecker[X]

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e43d91dd3f9..fb6a5e7efda 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -12,7 +12,7 @@
 =media-libs/freeverb3-3.1.2_pre20151102-r1 jack
 
 # Andreas Sturmlechner <asturm@gentoo.org> (29 Oct 2017)
-# Depends on deprecated x11-libs/qscintilla[qt4]/qt4, bug #634976
+# Depends on deprecated x11-libs/qscintilla[qt4]/qt4, bug #634972
 net-analyzer/linkchecker X
 
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-27 18:27 Bernard Cafarelli
  0 siblings, 0 replies; 1247+ messages in thread
From: Bernard Cafarelli @ 2017-11-27 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     63be86dc9773b7703d4750934947570f58368515
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 18:24:11 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 18:24:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63be86dc

profiles: add package.use.stable.mask for app-backup/backup-manager

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index ec52ae87822..a1abd99d1d7 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Bernard Cafarelli <voyageur@gentoo.org> (27 Nov 2017)
+# Dependencies have no stable keyword
+app-backup/backup-manager s3
+
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Nov 2017)
 # Requires PYTHON_TARGETS="python3_5", bug #620940
 kde-apps/kdegames-meta python


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-29 14:36 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-11-29 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     bad14b34b6bdc8fb4d8866c552cc6475e826d0ec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 14:34:00 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 14:36:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad14b34

profiles: Drop obsolete kdegames-meta[python] use.stable.mask

Required python-3.5 is now in default PYTHON_TARGETS.

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index cb305c5679d..5ad402a68ed 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -8,10 +8,6 @@
 # Dependencies have no stable keyword
 app-backup/backup-manager s3
 
-# Andreas Sturmlechner <asturm@gentoo.org> (16 Nov 2017)
-# Requires PYTHON_TARGETS="python3_5", bug #620940
-kde-apps/kdegames-meta python
-
 # Brian Evans <grknight@gentoo.org (6 Nov 2017)
 # Requires stable phpunit
 dev-php/PEAR-Text_Password test


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-11-30 16:40 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2017-11-30 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4cfd523a5c5611990cc0bbb40922467a2cfa260e
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 13:59:33 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 16:40:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfd523a

base/use.mask: Unmask php_targets_php7-2 to allow unstable testing

 profiles/base/use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 6d7e7b6148f..16f1aefe03c 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -50,10 +50,6 @@ audacious
 # postgres-9.2 is EOL and masked
 postgres_targets_postgres9_2
 
-# Brian Evans <grknight@gentoo.org> (14 Aug 2017)
-# php 7.2 beta is masked for initial testing
-php_targets_php7-2
-
 # Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
 # Unkeyworded on most arches, unmasked in supported arch profiles.
 elogind


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-04 22:32 James Le Cuirot
  0 siblings, 0 replies; 1247+ messages in thread
From: James Le Cuirot @ 2017-12-04 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     10734cff77f9658302bf4d32b07ad9de6a891f87
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 22:31:32 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 22:31:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10734cff

profiles: Remove obsolete tvheadend[ffmpeg] mask

4.0.9 has been removed.

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fcf5de55ca7..398d7729ddc 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -30,10 +30,6 @@ dev-qt/qtdemo:4 webkit
 dev-python/PyQt4 webkit
 dev-python/pyside:0 webkit
 
-# Mike Gilbert <floppym@gentoo.org> (10 Oct 2017)
-# Depends on old ffmpeg-2, which no longer exists in the repo.
-<=media-tv/tvheadend-4.0.9 ffmpeg
-
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (18 Sep 2017)
 # Ian Stakenvicius <axs@gentoo.org> (27 Sep 2017)
 # Depends on >=icu-59, still masked.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-11 17:21 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2017-12-11 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8ace3d16092a886de6d7eacc65f7a0d5593b95ac
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 17:20:42 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 17:20:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ace3d16

profiles: remove sys-apps/openrc from @system

Closes: https://bugs.gentoo.org/511500

 profiles/base/packages | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/base/packages b/profiles/base/packages
index b782c6fb931..2decf0cad96 100644
--- a/profiles/base/packages
+++ b/profiles/base/packages
@@ -43,8 +43,6 @@
 *sys-apps/kbd
 # temporary bugfix for #398295
 *sys-apps/less
-# stopgap solution for functions.sh #373219 and #504116
-*sys-apps/openrc
 *sys-process/procps
 *sys-process/psmisc
 *sys-apps/sed


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-16 13:43 Fabian Groffen
  0 siblings, 0 replies; 1247+ messages in thread
From: Fabian Groffen @ 2017-12-16 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4721adf49d114a2dbb0db0579cbf37fba206361c
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 13:43:02 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 13:43:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4721adf4

profiles/base/package.use.mask: unmask USE=gnutls for >=mutt-1.9.0

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 398d7729ddc..f8a06952e64 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -335,7 +335,7 @@ app-arch/cfv bittorrent
 # Fabian Groffen <grobian@gentoo.org> (08 Sep 2015)
 # GnuTLS support is currently broken/causes hang, bug #559834
 # http://dev.mutt.org/trac/ticket/3772
->=mail-client/mutt-1.5.23-r8 gnutls
+<mail-client/mutt-1.9.0 gnutls
 
 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
 # This is for cgmanager which is linux only.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-17 22:15 James Le Cuirot
  0 siblings, 0 replies; 1247+ messages in thread
From: James Le Cuirot @ 2017-12-17 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8a1eda4270397e30dd267b4fbaf4acd2308e6616
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 21:58:44 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 22:14:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1eda42

profiles: Mask dev-java/oracle-(jdk|jre)-bin:9[gentoo-vm]

Java 9 is not yet fully supported on Gentoo. Having a masked gentoo-vm
flag allows us to provide it without it breaking Gentoo
packages. Those who wish to experiment with it as a fully recognised
Gentoo JVM can unmask the flag.

 profiles/base/package.use.mask | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f8a06952e64..2444dc59df1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,14 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# James Le Cuirot <chewi@gentoo.org> (17 Dec 2017)
+# Java 9 is not yet fully supported on Gentoo. Having a masked
+# gentoo-vm flag allows us to provide it without it breaking Gentoo
+# packages. Those who wish to experiment with it as a fully recognised
+# Gentoo JVM can unmask the flag.
+dev-java/oracle-jdk-bin:9 gentoo-vm
+dev-java/oracle-jre-bin:9 gentoo-vm
+
 # Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017)
 # Requires audacious, which is masked. Bug 632513
 =media-libs/freeverb3-3.1.2_pre20151102-r1 jack


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-19 13:38 Andrey Grozin
  0 siblings, 0 replies; 1247+ messages in thread
From: Andrey Grozin @ 2017-12-19 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     544a06995b1c4bfa24c642346bbf2eda04b2bcfc
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 13:38:24 2017 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 13:38:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544a0699

profiles/package.use.mask: remove masking berkdb for sci-physics/reduze

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2444dc59df1..4b916202419 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -493,10 +493,6 @@ dev-libs/elfutils threads
 # with upstream if there is something that can be done to fix the issue.
 media-libs/cogl gstreamer
 
-# Andrey Grozin <grozin@gentoo.org> (12 Nov 2013)
-# berkdb support works only for sys-libs/db-6.0 which is masked
-sci-physics/reduze berkdb
-
 # Michał Górny <mgorny@gentoo.org> (10 Nov 2013)
 # (on behalf of python@)
 # USE=sandbox is not done properly in Gentoo and results in crippled


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-21 20:16 Patrice Clement
  0 siblings, 0 replies; 1247+ messages in thread
From: Patrice Clement @ 2017-12-21 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3d07c52a120e072424d11052c7d210b207767da0
Author:     Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Thu Sep 28 17:31:01 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 20:16:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d07c52a

profiles/base/package.use.mask: change media-libs/openimageio mask.

Newer versions have a fix for python and boost detection.

Closes: https://github.com/gentoo/gentoo/pull/5815

 profiles/base/package.use.mask | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4b916202419..e6eb55c34e1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -296,9 +296,11 @@ sys-devel/gcc vtv
 # invokes it wrong.
 dev-lang/moarvm asan
 
-# Michael Palimaka <kensington@gentoo.org> (05 May 2016)
-# Doesn't work
-media-libs/openimageio python
+# Patrice Clement <monsieurp@gentoo.org>
+# Merged on behalf of:
+# Jonathan Scruggs <j.scruggs@gmail.com> (28 Sep 2017)
+# Newer versions have a patch to fix the python issues.
+<=media-libs/openimageio-1.6.13 python
 
 # Ian Stakenvicius <axs@gentoo.org> (28 Apr 2016)
 # system-cairo support causes lots of crashing in mozilla pkgs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-24 22:16 David Seifert
  0 siblings, 0 replies; 1247+ messages in thread
From: David Seifert @ 2017-12-24 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8be205d63bdc2656c015af0b9894ae9c29e38945
Author:     Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Sun Dec 24 18:13:11 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 22:16:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be205d6

profiles: Remove mask on opencl for opensubdiv

Originally, opencl depended on binary drivers that are now removed
from the main tree. New versions can use opensource drivers, so we
can enable opencl for opensubdiv again.

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e6eb55c34e1..0ad4c692f46 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -186,10 +186,6 @@ sys-boot/grub:2 test
 app-editors/emacs:25 xwidgets
 app-editors/emacs-vcs:25 xwidgets
 
-# Matt Turner <mattst88@gentoo.org> (26 Jan 2017)
-# x11-drivers/ati-drivers is masked for removal.
-media-libs/opensubdiv opencl
-
 # Ian Stakenvicius (25 Jan 2017)
 # rust on mozilla packages is experimental
 www-client/firefox rust


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-26 18:04 Michael Orlitzky
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Orlitzky @ 2017-12-26 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7c47a6981f3ceee10a3645405938f4f44e2c6495
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 14:55:25 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 17:57:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c47a698

profiles: drop USE=cracklib from base/make.defaults.

The "cracklib" USE flag has long (since 2007ish) been enabled by
default for all profiles. But, the features that it provides are not
critical for any of the packages that use it: typically, the library
is used to evaluate a candidate password and to prevent the user from
choosing a weak one.

Since the flag is not critical, and because we now have per-package
USE defaults, this commit removes it from base/make.defaults.

Closes: https://bugs.gentoo.org/635698

 profiles/base/make.defaults | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index db5f5389791..8139749349d 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -71,16 +71,6 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge
 # Some common lcd devices
 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
 
-# 2006/10/17 - Daniel Drake <dsd@gentoo.org>
-# cracklib is becoming optional in shadow (and removed from system) as of
-# today. However, cracklib is very standard across the Linux world so we
-# enable it by default.
-#
-# Diego Pettenò <flameeyes@gentoo.org> (14 Jul 2007)
-# Moved to base/ profile from default-linux/ so that it also applies to
-# embedded and hardened profiles.
-USE="cracklib"
-
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008)
 # Netbeans modules/clusters
 NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-27 10:38 Jeroen Roovers
  0 siblings, 0 replies; 1247+ messages in thread
From: Jeroen Roovers @ 2017-12-27 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 10:36:58 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 10:36:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c557d8

Revert "profiles: drop USE=cracklib from base/make.defaults."

This reverts commit 7c47a6981f3ceee10a3645405938f4f44e2c6495.

No proper discussion took place and nobody OK'd this.

See https://bugs.gentoo.org/635698

 profiles/base/make.defaults | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 8139749349d..db5f5389791 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -71,6 +71,16 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge
 # Some common lcd devices
 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
 
+# 2006/10/17 - Daniel Drake <dsd@gentoo.org>
+# cracklib is becoming optional in shadow (and removed from system) as of
+# today. However, cracklib is very standard across the Linux world so we
+# enable it by default.
+#
+# Diego Pettenò <flameeyes@gentoo.org> (14 Jul 2007)
+# Moved to base/ profile from default-linux/ so that it also applies to
+# embedded and hardened profiles.
+USE="cracklib"
+
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008)
 # Netbeans modules/clusters
 NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-28 10:17 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2017-12-28 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cf1b98702c1481042fabacd6bb4f57bded94833c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 10:07:18 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 10:17:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1b9870

profiles: Drop obsolete dev-db/tora[oracle] package.use.force

Bug: https://bugs.gentoo.org/577850

 profiles/base/package.use.force | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 542fd1e2f65..eac52509172 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -44,10 +44,6 @@ dev-lang/python threads
 # https://bugs.webkit.org/show_bug.cgi?id=136831
 >=net-libs/webkit-gtk-2.8 X
 
-# Alexnader Vershilov <qnikst@gentoo.org> (04 Nov 2014)
-# Due to bug #490604: version without oracle is not supported
->=dev-db/tora-2.1.3 oracle
-
 # Justin Lecher <jlec@gentoo.org> (10 Aug 2014)
 # Doesn't work without acl support
 # No patch yet, #516626


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-29 23:41 Andrey Utkin
  0 siblings, 0 replies; 1247+ messages in thread
From: Andrey Utkin @ 2017-12-29 23:41 UTC (permalink / raw
  To: gentoo-commits

commit:     caf7ca4151ab86d6bcaea26f40cde85086fa8507
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 23:32:49 2017 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 23:38:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf7ca41

profiles: mask appkit USE flag of ffmpeg in base profile

Bug: https://bugs.gentoo.org/637482
Suggested-by: Alexis Ballier <aballier <AT> gentoo.org>
Acked-by: Luca Barbato <lu_zero <AT> gentoo.org>
Acked-by: Alexis Ballier <aballier <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index dd7fe22d001..15745796e61 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andrey Utkin <andrey_utkin@gentoo.org> (29 Dec 2017)
+# This flag can be sensibly enabled only on macos.
+# Can be unmasked in prefix/darwin/macos profiles. Bug #637482
+media-video/ffmpeg appkit
+
 # Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
 # The whole zeitgeist stuck is dead (#629180)
 gnome-extra/synapse zeitgeist


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2017-12-30 10:16 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2017-12-30 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f616392f20b23280695eda4c51449924b2839411
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 09:36:42 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 10:16:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f616392f

profiles/base: Drop masks/forces on removed package USE flags

 profiles/base/package.use.force       |  4 ----
 profiles/base/package.use.mask        | 43 +----------------------------------
 profiles/base/package.use.stable.mask |  6 +----
 3 files changed, 2 insertions(+), 51 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index eac52509172..bd862234ef2 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -30,10 +30,6 @@ dev-lang/python threads
 # Workaround until resolved upstream (bug #586840)
 >=dev-games/simgear-2016.2.1 dns
 
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (20 Aug 2016)
-# Chromium GYP build is no longer supported - always use GN.
->=www-client/chromium-54 gn
-
 # Lars Wendler <polynomial-c@gentoo.org> (11 Sep 2015)
 # Package fails to build with dbus USE flag being disabled (bug #560208)
 =x11-wm/afterstep-2.2.12 dbus

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 15745796e61..0acb4082c1e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -49,8 +49,7 @@ net-analyzer/linkchecker X
 
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
 # USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754
-# USE=geocad depends on masked <sci-libs/opencascade-6.8.0
-sci-physics/root geocad qt4
+sci-physics/root qt4
 
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
 # Depends on masked dev-qt/qtwebkit:4, bug #620684
@@ -72,10 +71,6 @@ dev-python/pyside:0 webkit
 # Potentially destructive. Use it only if you know what you're doing.
 sys-libs/glibc vanilla
 
-# Andreas K. Huettel <dilfridge@gentoo.org> (6 Sep 2017)
-# This should really go away now.
->=sys-libs/glibc-2.26 rpc
-
 # Michael Orlitzky <mjo@gentoo.org> (24 Aug 2017)
 # This is a security risk if not used carefully, bug 628596.
 net-analyzer/nrpe command-args
@@ -208,12 +203,10 @@ sys-boot/grub:2 test
 # Ulrich Müller <ulm@gentoo.org> (4 Feb 2017)
 # Uses old and vulnerable net-libs/webkit-gtk:3, bug #584156.
 app-editors/emacs:25 xwidgets
-app-editors/emacs-vcs:25 xwidgets
 
 # Ian Stakenvicius (25 Jan 2017)
 # rust on mozilla packages is experimental
 www-client/firefox rust
-www-client/seamonkey rust
 mail-client/thunderbird rust
 
 # Lars Wendler <polynomial-c@gentoo.org> (19 Jan 2017)
@@ -239,12 +232,10 @@ net-proxy/haproxy wurfl
 # Not rely on monodevelop, bug #596656
 # dev-dotnet/zeitgeist-sharp is going to be removed, bug #582894
 net-irc/hexchat theme-manager
-gnome-extra/zeitgeist-datasources mono tomboy
 
 # Pacho Ramos <pacho@gentoo.org> (27 Nov 2016)
 # Avoid the usage of dead net-dialup/capi4k-utils
 app-emulation/crossover-bin capi
-net-libs/opal capi
 
 # Ettore Di Giacinto <mudler@gentoo.org> (10 Nov 2016)
 # Dependency has no stable keyword
@@ -266,8 +257,6 @@ app-editors/emacs-vcs cairo
 # Brian Evans <grknight@gentoo.org> (22 Aug 2016)
 # Depends on masked, end-of-life php versions
 <=dev-libs/ossp-uuid-1.6.2-r4 php
-=dev-libs/xapian-bindings-1.2.22 php
-=www-servers/uwsgi-2.0.9 php
 
 # Gilles Dartiguelongue <eva@gentoo.org> (21 Aug 2016)
 # Needs a Gstreamer plugin from gst-plugins-bad that is not packaged to date
@@ -281,13 +270,6 @@ dev-ml/cairo-ocaml svg
 # gnutls is broken for years
 >=net-libs/gsoap-2.8.0 gnutls
 
-# Brian Dolbec <dolsen@gentoo.org> (9 Aug 2016)
-# Mask doc use flag due to needed sphinx pkg update
-~dev-util/buildbot-0.9.0_p1 doc
-~dev-util/buildbot-0.9.1 doc
-~dev-util/buildbot-0.9.2 doc
-~dev-util/buildbot-0.9.3 doc
-
 # Michał Górny <mgorny@gentoo.org> (05 Jul 2016)
 # Mask system-clang support as it requires llvm-3.4 that is subject
 # to security bug cleanup, #585102.
@@ -375,14 +357,8 @@ sys-auth/consolekit cgroups
 # Manuel Rüger <mrueg@gentoo.org> (03 Sep 2015)
 # Mask USE=ruby for packages that solely rely on the soon to be deprecated
 # ruby 1.9
-# See bug #547828
-<app-mobilephone/obexftp-0.24 ruby
 # See bug #541648
 <dev-libs/Ice-3.6 ruby
-# See bug #547832
-sci-libs/gdal ruby
-# See bug #547834
-<sys-apps/paludis-2.4.0 ruby
 
 # James Le Cuirot <chewi@gentoo.org> (18 Aug 2015)
 # gcc[awt] is only used by gcj-jdk[awt] and that isn't needed by
@@ -463,10 +439,6 @@ dev-db/percona-server embedded
 # Mask pixman USE flag of dev-libs/efl for future removal, bug 501074
 dev-libs/efl pixman
 
-# Zac Medico <zmedico@gentoo.org> (06 Jun 2014)
-# Needs hardmasked lua-5.2
-www-servers/mongoose lua
-
 # Manuel Rüger <mrueg@gentoo.org> (05 Jun 2014)
 # Fails to build with net-libs/libotr-4.0.0
 net-im/climm otr
@@ -485,14 +457,6 @@ net-analyzer/metasploit development test
 # Tracked in Gentoo bug #509602.
 dev-java/jboss-logging doc
 
-# Markos Chandras <hwoarang@gentoo.org> (20 Apr 2014)
-# Fails to build with recent polarssl (>=1.3). Bug #503604
-media-video/rtmpdump polarssl
-
-# Julian Ospald <hasufell@gentoo.org> (06 Apr 2014)
-# broken wrt #501582
-<net-vpn/openvpn-9999 polarssl
-
 # Manuel Rüger <mrueg@gentoo.org> (07 Mar 2014)
 # Mask ruby18-only compatible flags
 # Bugs: 483104, 483102
@@ -565,11 +529,6 @@ media-libs/avidemux-core system-ffmpeg
 # Change to <10
 <net-misc/teamviewer-10 system-wine
 
-# Alexis Ballier <aballier@gentoo.org> (15 Feb 2013)
-# Needs a huge patch to build against recent releases of FFmpeg/libav.
-# Mask it until upstream fixes it. Bug #417869
-<media-sound/audacity-2.1.0 ffmpeg
-
 # Jory A. Pratt <anarchy@gentoo.org> (15 Dec 2012)
 # PGO is known to be busted with most configurations
 www-client/firefox pgo

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index b6cde8be40c..972361178c6 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -137,10 +137,6 @@ dev-lang/python-exec -python_targets_python3_6
 # bug #539212
 app-emulation/vice ffmpeg
 
-# Pacho Ramos <pacho@gentoo.org> (13 May 2015)
-# texinfo-5 cannot be stabilized yet
-=dev-lang/gnat-gcc-4.6* doc
-
 # Jeroen Roovers <jer@gentoo.org> (26 Apr 2015)
 # mongodb support is nice, but dev-libs/mongo-c-driver upstream is not ready
 # yet (bug #542210)
@@ -170,7 +166,7 @@ media-libs/opencv vtk
 
 # Mikle Kolyada <zlogene@gentoo.org> (16 Aug 2014)
 # Not yet stabilized dependency, need more testing
->=dev-perl/PDL-2.4.11 pdl2 pgplot plplot
+>=dev-perl/PDL-2.4.11 pdl2 pgplot
 
 # Samuli Suominen <ssuominen@gentoo.org> (01 Aug 2014)
 # Optional (not required by anything in gentoo-x86) and fragile (based on


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-03 13:18 Michael Orlitzky
  0 siblings, 0 replies; 1247+ messages in thread
From: Michael Orlitzky @ 2018-01-03 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b2701d56d58a5dd638150ad99cfc0d1139ed34d4
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 13:15:05 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 13:15:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2701d56

Revert "Revert "profiles: drop USE=cracklib from base/make.defaults.""

This reverts commit 33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a. Now that
there are IUSE defaults for sys-apps/shadow, sys-auth/pambase, and
sys-libs/pam, I think everyone is happy.

Closes: https://bugs.gentoo.org/635698

 profiles/base/make.defaults | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index db5f5389791..8139749349d 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -71,16 +71,6 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge
 # Some common lcd devices
 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
 
-# 2006/10/17 - Daniel Drake <dsd@gentoo.org>
-# cracklib is becoming optional in shadow (and removed from system) as of
-# today. However, cracklib is very standard across the Linux world so we
-# enable it by default.
-#
-# Diego Pettenò <flameeyes@gentoo.org> (14 Jul 2007)
-# Moved to base/ profile from default-linux/ so that it also applies to
-# embedded and hardened profiles.
-USE="cracklib"
-
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008)
 # Netbeans modules/clusters
 NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-13  2:16 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-01-13  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     44339e0c541d70fbeb05d69ec5105ce0af6f2ccf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 02:12:33 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 02:16:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44339e0c

profiles: Mask sci-chemistry/xds-bin[X]

Depends on last-rited sci-visualization/xds-viewer.

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 14dfa34efae..264ae931a2f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018)
+# Depends on last-rited sci-visualization/xds-viewer
+sci-chemistry/xds-bin X
+
 # Mart Raudsepp <leio@gentoo.org> (10 Jan 2018)
 # Failing tests, with extra deps that aren't keyworded due to that
 >=gnome-base/gnome-settings-daemon-3.24 test


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-16  1:15 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-01-16  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4e33b5afd0d3f3753256eb655cdadf682942f1ff
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 01:13:02 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 01:15:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e33b5af

profiles: Stable-mask sci-libs/plplot[wxwidgets]

Requires stabilisation of x11-libs/wxGTK:3.0-gtk3.

Bug: https://bugs.gentoo.org/644414

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 972361178c6..6951c94375b 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (16 Jan 2018)
+# Requires x11-libs/wxGTK:3.0-gtk3 stabilisation
+sci-libs/plplot wxwidgets
+
 # Bernard Cafarelli <voyageur@gentoo.org> (27 Nov 2017)
 # Dependencies have no stable keyword
 app-backup/backup-manager s3


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-16  1:33 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-01-16  1:33 UTC (permalink / raw
  To: gentoo-commits

commit:     98b94123d53721c8177f0d6583702d7e5ff7a580
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 01:32:55 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 01:33:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b94123

profiles: Stable-mask sci-libs/plplot[tcl]

Bug: https://bugs.gentoo.org/624576

 profiles/base/package.use.stable.mask | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 066c415aff4..f0f583ba3e7 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -5,8 +5,9 @@
 # Please use the same syntax as in package.use.mask
 
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Jan 2018)
-# Requires x11-libs/wxGTK:3.0-gtk3 stabilisation
->=sci-libs/plplot-5.12 wxwidgets
+# USE=wxwidgets Requires x11-libs/wxGTK:3.0-gtk3 stabilisation
+# USE=tcl does not build reliably, bug #624576
+>=sci-libs/plplot-5.12 tcl wxwidgets
 
 # Bernard Cafarelli <voyageur@gentoo.org> (27 Nov 2017)
 # Dependencies have no stable keyword


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-16  1:33 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-01-16  1:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d785568049325c670fb3d10e6f20d093d2ef5339
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 01:30:22 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 01:33:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7855680

profiles: Restrict USE=wxwidgets stable mask to >=sci-libs/plplot-5.12

 profiles/base/package.use.stable.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 6951c94375b..066c415aff4 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # This file requires eapi 5 or later. New entries go on top.
@@ -6,7 +6,7 @@
 
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Jan 2018)
 # Requires x11-libs/wxGTK:3.0-gtk3 stabilisation
-sci-libs/plplot wxwidgets
+>=sci-libs/plplot-5.12 wxwidgets
 
 # Bernard Cafarelli <voyageur@gentoo.org> (27 Nov 2017)
 # Dependencies have no stable keyword


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-21 10:38 Hans de Graaff
  0 siblings, 0 replies; 1247+ messages in thread
From: Hans de Graaff @ 2018-01-21 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0ae483525bcf17892d181f609e39e9fca92a057d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 10:35:35 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 10:38:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae48352

Update default profile for ruby23, bug 639476

Include ruby23 in RUBY_TARGETS and unmask ruby_targets_ruby23 for
stable. With the profile settings from
1202df3a138ab0585f91447b9eade25406e7c031 in place this is currently a
no-op, but it allows easy switching to stable ruby per arch.

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

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 493af9ce75d..799b0d1a90b 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -81,8 +81,9 @@ NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb p
 USE="${USE} modules"
 
 # Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015)
-# Default Ruby build targets
-RUBY_TARGETS="ruby22"
+# Default Ruby build target
+# Updated to include ruby23 on 21 Jan 2018
+RUBY_TARGETS="ruby22 ruby23"
 
 # Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009)
 # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 50bb99740ee..4f4862436e6 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -17,7 +17,6 @@ python_single_target_pypy3
 
 # Hans de Graaff <graaff@gentoo.org> (25 Dec 2017)
 # Currently in testing and not ready to go stable yet.
-ruby_targets_ruby23
 ruby_targets_ruby24
 ruby_targets_ruby25
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-21 20:50 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-01-21 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b0c1669157735c4d416221653806836027860f3b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 09:24:51 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 20:50:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c16691

profiles/base: Stable-mask net-proxy/haproxy[device-atlas]

 profiles/base/package.use.stable.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index f0f583ba3e7..1dd639edcb3 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Michał Górny <mgorny@gentoo.org> (20 Jan 2018)
+# Requires proprietary fetch-restricted package that is not suitable
+# for stabilization. Bug #645092.
+net-proxy/haproxy device-atlas
+
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Jan 2018)
 # USE=wxwidgets Requires x11-libs/wxGTK:3.0-gtk3 stabilisation
 # USE=tcl does not build reliably, bug #624576


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-22  0:42 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-01-22  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     91604f81fb7426c38aa567a3047c50f6e8f39ac6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 00:13:56 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 00:42:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91604f81

profiles: Drop obsolete sci-libs/plplot p.use.stable.mask

This is no longer being stabilised.

 profiles/base/package.use.stable.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 1dd639edcb3..212f2e50725 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -9,11 +9,6 @@
 # for stabilization. Bug #645092.
 net-proxy/haproxy device-atlas
 
-# Andreas Sturmlechner <asturm@gentoo.org> (16 Jan 2018)
-# USE=wxwidgets Requires x11-libs/wxGTK:3.0-gtk3 stabilisation
-# USE=tcl does not build reliably, bug #624576
->=sci-libs/plplot-5.12 tcl wxwidgets
-
 # Bernard Cafarelli <voyageur@gentoo.org> (27 Nov 2017)
 # Dependencies have no stable keyword
 app-backup/backup-manager s3


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-23  1:42 Patrick McLean
  0 siblings, 0 replies; 1247+ messages in thread
From: Patrick McLean @ 2018-01-23  1:42 UTC (permalink / raw
  To: gentoo-commits

commit:     53873dad9dab44488ee08fdd71aca22ce762dad2
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 23:46:37 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 01:42:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53873dad

profiles: Mask >=net-misc/openssh-7.6_p1[hpn] (bug #634594)

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 264ae931a2f..ac4ec1f1c4e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Patrick McLean <chutzpah@gentoo.org> (22 Jan 2018)
+# Interoperability with some clients. bug #634594.
+>=net-misc/openssh-7.6_p1-r3 hpn
+
 # Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018)
 # Depends on last-rited sci-visualization/xds-viewer
 sci-chemistry/xds-bin X


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-23 23:54 Patrick McLean
  0 siblings, 0 replies; 1247+ messages in thread
From: Patrick McLean @ 2018-01-23 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b5a0e5fb57ce1efa8316c4b13596f4834fcdf8e2
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 23:53:11 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 23:53:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a0e5fb

profiles/base: Drop hpn mask since zmedico found a fix for bug 634594

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ac4ec1f1c4e..264ae931a2f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,10 +7,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Patrick McLean <chutzpah@gentoo.org> (22 Jan 2018)
-# Interoperability with some clients. bug #634594.
->=net-misc/openssh-7.6_p1-r3 hpn
-
 # Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018)
 # Depends on last-rited sci-visualization/xds-viewer
 sci-chemistry/xds-bin X


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-24  7:36 Andrey Grozin
  0 siblings, 0 replies; 1247+ messages in thread
From: Andrey Grozin @ 2018-01-24  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8ece2e128c8fe8040a230cb87dd7efb5292fee65
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 07:35:16 2018 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 07:35:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ece2e12

profiles/base/package.use.stable.mask: mask dev-python/matplotlib doc

 profiles/base/package.use.stable.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 212f2e50725..aa24aa01a74 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andrey Grozin <grozin@gentoo.org> (24 Jan 2018)
+# Depends on unstable dev-python/sphinx-gallery.
+# Bug #643840.
+dev-python/matplotlib doc
+
 # Michał Górny <mgorny@gentoo.org> (20 Jan 2018)
 # Requires proprietary fetch-restricted package that is not suitable
 # for stabilization. Bug #645092.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-24 12:46 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-01-24 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a22fe39cc36382ccf4e7f87969816bf17453b2d6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 23:24:53 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 12:46:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22fe39c

profiles: base: Cleanup obsolete package entries

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 264ae931a2f..9fc4a4c7d15 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -323,10 +323,6 @@ www-client/firefox system-cairo
 mail-client/thunderbird system-cairo
 >=www-client/seamonkey-2.41 system-cairo
 
-# Michael Palimaka <kensington@gentoo.org> (17 Apr 2016)
-# Fails to build with recent doxygen. Bug #569776.
-dev-cpp/eigen:2 doc
-
 # James Le Cuirot <chewi@gentoo.org> (10 Apr 2016)
 # Slower and less reliable than HotSpot and we don't support Java on
 # any non-HotSpot platforms. Don't unmask these unless you know what


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-25 14:38 Mart Raudsepp
  0 siblings, 0 replies; 1247+ messages in thread
From: Mart Raudsepp @ 2018-01-25 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     66b2cb76931c2bd4c084dd1f3adfb4319729abff
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 14:05:53 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 14:38:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b2cb76

profiles/base/p.use.force: Remove USE=X forcing from net-libs/webkit-gtk

It should work fine with pure wayland these days, should someone want that.

Closes: https://bugs.gentoo.org/643724

 profiles/base/package.use.force | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index bd862234ef2..62ac82a8a19 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -34,12 +34,6 @@ dev-lang/python threads
 # Package fails to build with dbus USE flag being disabled (bug #560208)
 =x11-wm/afterstep-2.2.12 dbus
 
-# Gilles Dartiguelongue <eva@gentoo.org> (25 May 2015)
-# webkit fails to build with USE=wayland, bug #549228
-# https://bugs.webkit.org/show_bug.cgi?id=142879
-# https://bugs.webkit.org/show_bug.cgi?id=136831
->=net-libs/webkit-gtk-2.8 X
-
 # Justin Lecher <jlec@gentoo.org> (10 Aug 2014)
 # Doesn't work without acl support
 # No patch yet, #516626


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-01-26 23:20 Ulrich Müller
  0 siblings, 0 replies; 1247+ messages in thread
From: Ulrich Müller @ 2018-01-26 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3b35b842bdf75ec6a185d72ecdde8578d8106d75
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 23:15:24 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 23:19:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b35b842

profiles/base: Drop emacs xwidgets flag from package.use.mask.

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9fc4a4c7d15..ff5cb51e522 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -212,10 +212,6 @@ dev-vcs/rabbitvcs gedit
 # Multiple test failures.
 sys-boot/grub:2 test
 
-# Ulrich Müller <ulm@gentoo.org> (4 Feb 2017)
-# Uses old and vulnerable net-libs/webkit-gtk:3, bug #584156.
-app-editors/emacs:25 xwidgets
-
 # Ian Stakenvicius (25 Jan 2017)
 # rust on mozilla packages is experimental
 www-client/firefox rust


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-02 14:34 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2018-02-02 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     3510931c562f92a584b859112ce36ac3bbe485e3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 14:33:15 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 14:34:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3510931c

package.use.mask: mask compile-locales feature of glibc, not ready yet

Bug: https://bugs.gentoo.org/146882

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ff5cb51e522..7f51174a2e4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2 Feb 2018)
+# This feature is not ready yet, see bug 146882 comment 26
+sys-libs/glibc compile-locales
+
 # Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018)
 # Depends on last-rited sci-visualization/xds-viewer
 sci-chemistry/xds-bin X


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-03 13:23 Mart Raudsepp
  0 siblings, 0 replies; 1247+ messages in thread
From: Mart Raudsepp @ 2018-02-03 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c0b46013008d8b20d214f33ca9a601875ef15d8a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 13:22:32 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 13:22:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b46013

profiles/base/p.use.stable.mask: Allow media-libs/gstreamer[unwind] on stable

A multilib libunwind stable version is by now available everywhere needed

 profiles/base/package.use.stable.mask | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index aa24aa01a74..a93f1e7d4b7 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -71,13 +71,6 @@ sci-geosciences/qgis grass
 # This is stable masked as g-sorcery is being not actively developed.
 app-portage/layman g-sorcery
 
-# Mart Raudsepp <leio@gentoo.org> (13 Feb 2017)
-# No stable multilib supporting sys-libs/libunwind yet,
-# temporarily masked to let stabilization #601354 proceed.
-# The feature provided by this is also only useful for a
-# leak tracer, which is mostly useful for upstream CI testing.
-media-libs/gstreamer unwind
-
 # David Seifert <soap@gentoo.org> (12 Feb 2017)
 # Unknown future, stable deps are hopelessly
 # broken, only allow for unstable keywords


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-05 10:43 Amy Liffey
  0 siblings, 0 replies; 1247+ messages in thread
From: Amy Liffey @ 2018-02-05 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c2f10da76a78dd73238dbc64262b5c8bbeb87e22
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  5 10:41:32 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Feb  5 10:41:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f10da7

profiles: remove racket-6.9 use mask

 profiles/base/package.use.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7f51174a2e4..128d367ad42 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -182,11 +182,6 @@ media-gfx/nvidia-texture-tools cuda
 # Mask ruby20-only compatible packages
 =media-libs/libcaca-0.99_beta19 ruby
 
-# Michael Orlitzky <mjo@gentoo.org> (14 May 2017)
-# This version experiences random build failures with USE=jit.
-# Since USE=futures needs USE=jit, we have to mask that too.
-=dev-scheme/racket-6.9 futures jit
-
 # Matthias Maier <tamiko@gentoo.org> (11 May 2017)
 # Globally mask pie use flag. Selectively unmask on specific profiles.
 sys-devel/gcc pie


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-11 17:07 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-02-11 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     34a1fe3d4d7266217491d6a8da03d910a4608407
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 15:45:50 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 17:07:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a1fe3d

profiles: Mask media-video/vlc[aom]

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 128d367ad42..2dc17ff2643 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (10 Feb 2018)
+# Depends on unreleased media-libs/libaom, and 9999 is currently broken
+media-video/vlc aom
+
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2 Feb 2018)
 # This feature is not ready yet, see bug 146882 comment 26
 sys-libs/glibc compile-locales


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-14 19:55 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-02-14 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a63343dda963bdc62cf781d5522a3f8cc99cab3e
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Feb 13 20:58:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 19:55:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63343dd

profiles/base/p.use.stable.mask: mask mpv[javascript] for security stable

 profiles/base/package.use.stable.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index a93f1e7d4b7..456700c1620 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (13 Feb 2018)
+# Requires >=dev-lang/mujs-1.0.0 stabilized. mpv-0.27.1 is stabilized
+# due to a security bug, so we won't bother with javascript this time.
+~media-video/mpv-0.27.1 javascript
+
 # Andrey Grozin <grozin@gentoo.org> (24 Jan 2018)
 # Depends on unstable dev-python/sphinx-gallery.
 # Bug #643840.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-25 22:42 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-02-25 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0fbc4baff8dac70490cd7ef1ec91289e46098983
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 22:13:15 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 22:41:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbc4baf

profiles: Mask USE=phonon in Qt4-revdeps

Preparing removal of USE=qt4 in media-libs/phonon.

 profiles/base/package.use.mask | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7b35085d6b8..2008143b8e8 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,14 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (25 Feb 2018)
+# Depends on masked media-libs/phonon[qt4]
+dev-qt/designer:4 phonon
+dev-qt/qt-meta:4 phonon
+dev-qt/qtdemo:4 phonon
+dev-python/PyQt4 phonon
+dev-python/pyside:0 phonon
+
 # Brian Evans <grknight@gentoo.org> (22 Feb 2018)
 # Depends on vulnerable dev-php/ZendFramework which is masked for removal
 www-apps/postfixadmin xmlrpc


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-28  0:11 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-02-28  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     cff01b8e190b4143deb162b2c2e9e040295d15c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 00:10:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 00:10:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff01b8e

profiles: base: Drop invalid package.use.mask

 profiles/base/package.use.mask | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2008143b8e8..c498bf2cbd9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,9 +8,8 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # Andreas Sturmlechner <asturm@gentoo.org> (25 Feb 2018)
-# Depends on masked media-libs/phonon[qt4]
+# Depends on obsolete media-libs/phonon[qt4]
 dev-qt/designer:4 phonon
-dev-qt/qt-meta:4 phonon
 dev-qt/qtdemo:4 phonon
 dev-python/PyQt4 phonon
 dev-python/pyside:0 phonon


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-28 16:24 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-02-28 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     91a40d40c493c2c209f9f91f3909f4164d69b08f
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 15:54:42 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 16:24:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a40d40

base/package.use.mask: Mask client-libs USE on mysql/mariadb

We want to force users into *not* installing the client libraries
from the server packages and instead use the C connectors.

This is a transition mask while it is tested, vetted and
package dependencies changed

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c498bf2cbd9..36673af7049 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Brian Evans <grknight@gentoo.org> (28 Feb 2018)
+# Mask client-libs USE to force users to install alternative standard pacakges
+dev-db/mariadb client-libs
+dev-db/mysql client-libs
+dev-db/percona-server client-libs
+
 # Andreas Sturmlechner <asturm@gentoo.org> (25 Feb 2018)
 # Depends on obsolete media-libs/phonon[qt4]
 dev-qt/designer:4 phonon


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-02-28 17:31 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-02-28 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2c1baffee401ee2ea39a23cdc445a6f11247b3a8
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 17:29:00 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 17:29:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1baffe

base/package.use.mask: Adjust mariadb client-libs mask to prevent blockers

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 36673af7049..d86ded7e426 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -9,7 +9,7 @@
 
 # Brian Evans <grknight@gentoo.org> (28 Feb 2018)
 # Mask client-libs USE to force users to install alternative standard pacakges
-dev-db/mariadb client-libs
+>=dev-db/mariadb-10.2 client-libs
 dev-db/mysql client-libs
 dev-db/percona-server client-libs
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-01  0:36 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-03-01  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     490c5f16d573138c359b6b6e17302684cca57b65
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 23:47:04 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 00:36:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490c5f16

profiles: Drop obsolete app-cdr/cdrdao[gcdmaster] package.use.mask

 profiles/base/package.use.mask | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index cda85bd9878..208374f8c6d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -166,12 +166,6 @@ media-video/mpv libav
 dev-games/simgear gdal
 games-simulation/flightgear gdal
 
-# Michał Górny <mgorny@gentoo.org> (05 Jun 2017)
-# (on behalf of Treecleaner project)
-# dev-cpp/libgnomeuimm is masked for removal, mask flags that require
-# it.
-app-cdr/cdrdao gcdmaster
-
 # Michał Górny <mgorny@gentoo.org> (05 Jun 2017)
 # (on behalf of Treecleaner project)
 # dev-libs/dee is masked for removal, mask flags that requires it.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-03  1:58 Kent Fredric
  0 siblings, 0 replies; 1247+ messages in thread
From: Kent Fredric @ 2018-03-03  1:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1e3aadf18792bd10d5577b971994641467258458
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 01:53:25 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 01:57:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3aadf1

profiles: package.use.stable.mask dev-perl/DBD-SQLite[system-sqlite]

- Using versions of system sqlite other than the one DBD-SQLite ships
 with causes regular issues that challenge the ability for tis package
 to have a meaning stability status
- Restricting system sqlite versions to solve the above problem causes
 significant impediments to stabilizing sqlite. ( DBD-SQLites release
 cycle is somewhat behind that of SQLites )

Bug: https://bugs.gentoo.org/641108
Bug: https://bugs.gentoo.org/649408
Bug: https://bugs.gentoo.org/640724

 profiles/base/package.use.stable.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 5fd8228658f..25385e4e025 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Kent Fredric <kentnl@gentoo.org> (3 Mar 2018)
+# Not an officially supported configuration, as it causes unpredictable
+# fragility and/or dependency headaches due to the very narrow interop window
+# Bugs #649408, #641108, #640724
+dev-perl/DBD-SQLite system-sqlite
+
 # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (13 Feb 2018)
 # Requires >=dev-lang/mujs-1.0.0 stabilized. mpv-0.27.2 is stabilized
 # due to a security bug, so we won't bother with javascript this time.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-05 13:59 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-03-05 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bc39fc5dc848a59abdeff944d721bd7f22d42ac5
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 13:58:02 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 13:59:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc39fc5d

profiles: base/package.use.mask - Add virtual/mysql[embedded]

This will ease with transition as the USE flag is obsolete
on some providers.

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 208374f8c6d..8093ac3e0e0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Brian Evans <grknight@gentoo.org> (5 Mar 2018)
+# Mask embedded USE on virtual/mysql to transition it to be obsolete
+>=virtual/mysql-5.6-r11 embedded
+
 # Brian Evans <grknight@gentoo.org> (28 Feb 2018)
 # Mask client-libs USE to force users to install alternative standard pacakges
 >=dev-db/mariadb-10.3 client-libs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-06 19:39 Patrick McLean
  0 siblings, 0 replies; 1247+ messages in thread
From: Patrick McLean @ 2018-03-06 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     511d783429f175973067dfec4cc4bcf4bed475d4
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 19:34:17 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 19:34:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511d7834

profiles/base: add system-boost USE flag for ceph to package.use.mask

Requires boost-1.66 that is currently unkeyworded pending tinderbox run.

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8093ac3e0e0..1179e815d82 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Patrick McLean <chutzpah@gentoo.org> (6 Mar 2018)
+# Requires dev-libs/boost-1.66 that is unkeyworded/masked
+>=sys-cluster/ceph-12.2.4 system-boost
+
 # Brian Evans <grknight@gentoo.org> (5 Mar 2018)
 # Mask embedded USE on virtual/mysql to transition it to be obsolete
 >=virtual/mysql-5.6-r11 embedded


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-09  1:16 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-03-09  1:16 UTC (permalink / raw
  To: gentoo-commits

commit:     53280442ad2e56c0d2924d78aa2cbd48eac20a8f
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 01:15:34 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 01:15:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53280442

profiles: base/package.use.mask - Adjust client-libs mask on mariadb

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1179e815d82..73d04afca33 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -17,7 +17,7 @@
 
 # Brian Evans <grknight@gentoo.org> (28 Feb 2018)
 # Mask client-libs USE to force users to install alternative standard pacakges
->=dev-db/mariadb-10.3 client-libs
+>=dev-db/mariadb-10.2.13 client-libs
 >=dev-db/mysql-5.7 client-libs
 >=dev-db/percona-server-5.7 client-libs
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-09 23:37 Zac Medico
  0 siblings, 0 replies; 1247+ messages in thread
From: Zac Medico @ 2018-03-09 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     9c860bd224915e7a7e94915a36629174a783f749
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 23:34:16 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 23:36:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c860bd2

profiles/base: Stable-mask sys-apps/portage[rsync-verify]

Bug: https://bugs.gentoo.org/649276

 profiles/base/package.use.stable.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 25385e4e025..c7f85959a7b 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Zac Medico <zmedico@gentoo.org> (9 Mar 2018)
+# The rsync-verify support is not really stable yet.
+# Bugs #649276, #647964
+sys-apps/portage rsync-verify
+
 # Kent Fredric <kentnl@gentoo.org> (3 Mar 2018)
 # Not an officially supported configuration, as it causes unpredictable
 # fragility and/or dependency headaches due to the very narrow interop window


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-14 22:58 Lars Wendler
  0 siblings, 0 replies; 1247+ messages in thread
From: Lars Wendler @ 2018-03-14 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     3b00281c39622552e14cd761adf2dcdbce9cf0f2
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 22:57:35 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 22:58:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b00281c

base/package.use.mask: Masked dmapi USE flag for net-fs/samba

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f17935ae57b..384f18b714c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Lars Wendler <polynomial-c@gentoo.org> (14 Mar 2018)
+# Broken on all 32bit arches. Globally masked because of sys-apps/dmapi having
+# no active upstream anymore.
+net-fs/samba dmapi
+
 # Jan Ziak <0xe2.0x9a.0x9b@gmail.com> (14 Mar 2018)
 # Mask local USE flag to satisfy repoman
 app-emulation/fuse backend-svga


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-17 20:04 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-03-17 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d0760bf3dc3c266b2af25634f37ccfa967f391d0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 19:05:09 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 20:01:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0760bf3

Mask some packages for removal

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 384f18b714c..a7a9fe94c47 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# app-text/zemberek-server is being removed (#587806)
+app-text/enchant zemberek
+
 # Lars Wendler <polynomial-c@gentoo.org> (14 Mar 2018)
 # Broken on all 32bit arches. Globally masked because of sys-apps/dmapi having
 # no active upstream anymore.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-18 16:39 Ulrich Müller
  0 siblings, 0 replies; 1247+ messages in thread
From: Ulrich Müller @ 2018-03-18 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ec6f921f0861af492324d70a36c47eecc153a61c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:38:44 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:39:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6f921f

profiles: Remove duplicate package.use.mask.

 profiles/base/package.use.mask | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 261dcb0050a..270f9afa488 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -22,8 +22,6 @@ net-analyzer/scapy visual
 
 # Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
 # net-dns/hesiod will be removed (#606652)
-app-editors/emacs hesiod
-app-editors/emacs-vcs hesiod
 net-mail/fetchmail hesiod
 sys-freebsd/freebsd-lib hesiod
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-21 14:31 Thomas Beierlein
  0 siblings, 0 replies; 1247+ messages in thread
From: Thomas Beierlein @ 2018-03-21 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ee036bdf9f00cfe2b690151771f59d145e447b87
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 08:53:31 2018 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 14:30:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee036bdf

profile: package.use.stable.mask - ~app-backup/bacula-9.0.6[libressl]

- package does not compile with USE=libressl (bug #641492) do to changed
  SSL handling.
- There are first fixes out there on BSD bug database but not ready
- bacula-9.0.6-r2 should go stable soon to enable drop of USE=qt4

Bug: https://bugs.gentoo.org/641492
Bug: https://bugs.gentoo.org/644566

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index e1d55912b05..540df5750cd 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Thomas Beierlein <tomjbe@gentoo.org> (21 Mar 2018)
+# ~app-backup/bacula-9.0.6 does not compile with USE=libressl (bug #641492)
+~app-backup/bacula-9.0.6 libressl
+
 # Matthias Maier <tamiko@gentoo.org> (18 Mar 2018)
 # dev-libs/capstone hasn't been stabilized yet
 app-emulation/qemu capstone


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-03-28 21:46 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-03-28 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     cb8488da33b1ad80a27613f238f5ce5de7090873
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 18:25:20 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 21:45:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8488da

profiles: Drop speech from package.use.stable.mask

Closes: https://bugs.gentoo.org/651858

 profiles/base/package.use.stable.mask | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 540df5750cd..573fbf87cf4 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -51,17 +51,6 @@ dev-php/PEAR-Text_Password test
 # The go flag requires stable masked dev-lang/go[gccgo].
 www-servers/uwsgi go pypy uwsgi_plugins_alarm_xmpp
 
-# Andreas Sturmlechner <asturm@gentoo.org> (11 Oct 2017)
-# Requires unstable dependency dev-qt/qtspeech.
-kde-apps/kanagram speech
-kde-apps/kdepim-runtime speech
-kde-apps/konqueror speech
-kde-apps/kpimtextedit speech
-kde-apps/ktp-text-ui speech
-kde-apps/okular speech
-kde-frameworks/knotifications speech
-kde-frameworks/ktextwidgets speech
-
 # Michael Palimaka <kensington@gentoo.org> (30 Sep 2017)
 # Required dependeny is not stable
 sci-libs/gdal mdb


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-01 11:32 Mart Raudsepp
  0 siblings, 0 replies; 1247+ messages in thread
From: Mart Raudsepp @ 2018-04-01 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     03005eca7f8563a4964c7f9990e6654152aa0319
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  1 11:30:33 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr  1 11:31:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03005eca

profiles: p.use.mask rust[extended] due to unsolved file collisions for months

Acked-by: Dirkjan Ochtman <djc <AT> gentoo.org>
Bug: https://bugs.gentoo.org/645498
Bug: https://bugs.gentoo.org/645562

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9faa2ef0cd0..b051919d7bf 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Mart Raudsepp <leio@gentoo.org> (1 Apr 2018)
+# rust[extended] file collides with dev-util/cargo, while everything
+# in tree uses the latter at the moment (#645562)
+dev-lang/rust extended
+
 # Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
 # app-backup/holland-lib-mysql will be removed (#643502)
 app-backup/holland mysql


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-02 16:37 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2018-04-02 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f88b13825cb7f39bb3c9987939cb3a8c2bf5d711
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 16:36:38 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 16:36:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88b1382

profiles: drop obsolete python-exec stable mask entry

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 573fbf87cf4..33857ac76b5 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -144,10 +144,6 @@ dev-lang/go gccgo
 # Mask monitoring capabilities of Ganeti on stable branches
 app-emulation/ganeti monitoring
 
-# Mike Gilbert <floppym@gentoo.org> (03 Oct 2015)
-# Unmask stable-masked implementations for python-exec
-dev-lang/python-exec -python_targets_python3_6
-
 # Pacho Ramos <pacho@gentoo.org> (15 May 2015)
 # Version compatible with current ffmpeg is not ready to be stabilized
 # bug #539212


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-03 16:47 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-04-03 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     00196985f6562482d0b5101a0525373e50d99eef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 16:46:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 16:47:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00196985

profiles: Stable-mask sci-geosciences/qgis[3d]

Bug: https://bugs.gentoo.org/652046

 profiles/base/package.use.stable.mask | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 33857ac76b5..961a3264467 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (03 Mar 2018)
+# Depends on unstable dependencies; qt3d bug #652046
+sci-geosciences/qgis 3d grass
+
 # Thomas Beierlein <tomjbe@gentoo.org> (21 Mar 2018)
 # ~app-backup/bacula-9.0.6 does not compile with USE=libressl (bug #641492)
 ~app-backup/bacula-9.0.6 libressl
@@ -75,11 +79,6 @@ net-dns/dnsmasq libidn2
 # Requires dev-lang/julia stabilisation, bug #613576
 kde-apps/cantor julia
 
-# Andreas Sturmlechner <asturm@gentoo.org> (22 Feb 2017)
-# Requires not yet stabilised sci-geosciences/grass,
-# which probably needs bump to solve several issues.
-sci-geosciences/qgis grass
-
 # Brian Dolbec <dolsen@gentoo.org> (14 Feb 2017)
 # This is stable masked as g-sorcery is being not actively developed.
 app-portage/layman g-sorcery


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-04 11:24 Göktürk Yüksek
  0 siblings, 0 replies; 1247+ messages in thread
From: Göktürk Yüksek @ 2018-04-04 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     cf8e9d3b0a683e46d6d26d529f4c03b2f748cced
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  4 11:10:50 2018 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Apr  4 11:22:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8e9d3b

app-forensics/sleuthkit: unmask ewf USE flag for >=4.6.0

Starting with 4.6.0, we statically link sleuthkit to a locally
complied libewf since it is getting tree-cleaned (#547418). Mask the
USE flag in prior versions. See the commit message for the sleuthkit
4.6.0 bump for more details.

This partially reverts commit
37d9e41ab5c6fb2031aefdeb7af72a7354472031. The mask was put in place
without it being communicated to the maintainer.

Bug: https://bugs.gentoo.org/547418
Bug: https://bugs.gentoo.org/607968

 profiles/base/package.use.mask | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b051919d7bf..fa48663d0ae 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Göktürk Yüksek <gokturk@gentoo.org> (4 Apr 2018)
+# libewf is getting treecleaned (#547418).
+# Starting with sleuthkit-4.6.0, we statically link sleuthkit to a
+# locally compiled libewf. Mask the prior versions.
+<app-forensics/sleuthkit-4.6.0 ewf
+
 # Mart Raudsepp <leio@gentoo.org> (1 Apr 2018)
 # rust[extended] file collides with dev-util/cargo, while everything
 # in tree uses the latter at the moment (#645562)
@@ -62,7 +68,6 @@ app-emulation/fuse backend-svga
 # Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
 # libewf is going to be removed, bug #547418
 app-admin/testdisk ewf
-app-forensics/sleuthkit ewf
 
 # Patrick McLean <chutzpah@gentoo.org> (6 Mar 2018)
 # Requires dev-libs/boost-1.66 that is unkeyworded/masked


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-04 18:53 Zac Medico
  0 siblings, 0 replies; 1247+ messages in thread
From: Zac Medico @ 2018-04-04 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2edaa0b0321a8378d88f8852507648c05f85fcc2
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  4 18:52:00 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Apr  4 18:53:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edaa0b0

profiles/base: Stable-mask <sys-apps/portage-2.3.28[rsync-verify]

Retry support for key refresh is implemented in portage-2.3.28.

Bug: https://bugs.gentoo.org/649276

 profiles/base/package.use.stable.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 961a3264467..a13d34d3003 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -19,7 +19,7 @@ app-emulation/qemu capstone
 # Zac Medico <zmedico@gentoo.org> (9 Mar 2018)
 # The rsync-verify support is not really stable yet.
 # Bugs #649276, #647964
-sys-apps/portage rsync-verify
+<sys-apps/portage-2.3.28 rsync-verify
 
 # Kent Fredric <kentnl@gentoo.org> (3 Mar 2018)
 # Not an officially supported configuration, as it causes unpredictable


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-05 14:16 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-04-05 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4ff459c8ab5574a5bfcfc8c52536498c52b1c46b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 14:13:31 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 14:15:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff459c8

profiles: Remove version restrictions on mariadb/mysql/percona-server

client-libs USE is a transition mechanism which should not be enabled
where it exists

 profiles/base/package.use.mask | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fa48663d0ae..c8451e2ab5b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -79,9 +79,9 @@ app-admin/testdisk ewf
 
 # Brian Evans <grknight@gentoo.org> (28 Feb 2018)
 # Mask client-libs USE to force users to install alternative standard pacakges
->=dev-db/mariadb-10.2.13 client-libs
->=dev-db/mysql-5.7 client-libs
->=dev-db/percona-server-5.7 client-libs
+dev-db/mariadb client-libs
+dev-db/mysql client-libs
+dev-db/percona-server client-libs
 
 # Andreas Sturmlechner <asturm@gentoo.org> (25 Feb 2018)
 # Depends on obsolete media-libs/phonon[qt4]


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-08 11:30 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-04-08 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e5000c5e8f9940009f75118ecce7dbbab5ba93f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  8 11:15:04 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 11:17:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5000c5e

profiles: Update kde-apps/kalzium[editor] p.use.stable.mask

 profiles/base/package.use.stable.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index a13d34d3003..8547e4dfeaf 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -215,5 +215,5 @@ app-emulation/xen-tools ocaml
 media-gfx/imagemagick opencl
 
 # Andreas K. Huettel <dilfridge@gentoo.org> (28 Mar 2013)
-# No stable sci-chemistry/avogadro yet but we want kde-4.10 to go stable
->=kde-apps/kalzium-4.10.0 editor
+# Depends on unstable sci-libs/avogadrolibs
+kde-apps/kalzium editor


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-08 11:30 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-04-08 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e60d5b0679af14f434ce939de69051813aff061e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  8 11:17:33 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 11:17:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60d5b06

profiles: Drop kde-apps/cantor[R] p.use.stable.mask

Bug: https://bugs.gentoo.org/619534

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 8547e4dfeaf..77fe69bcefe 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -63,10 +63,6 @@ sci-libs/gdal mdb
 # Requires guile-2 which is still unstable.
 >=net-irc/weechat-1.7 guile
 
-# Andreas Sturmlechner <asturm@gentoo.org> (12 Aug 2017)
-# Not operational, bug #619534
->=kde-apps/cantor-17.04.3 R
-
 # Michael Palimaka <kensington@gentoo.org) (11 Aug 2017)
 # Unstable dependencies.
 dev-util/rpmdevtools emacs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-11 13:47 Lars Wendler
  0 siblings, 0 replies; 1247+ messages in thread
From: Lars Wendler @ 2018-04-11 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0a6777eea17921fd2fb1a27f5e9e222ac8a73ccb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 13:45:23 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 13:47:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6777ee

package.use.mask: Masked "ldap" USE flag for >=openssh-7.7_p1

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index eefe86cb32c..ddea8e89349 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Lars Wendler <polynomial-c@gentoo.org> (11 Apr 2018)
+# Masked until we have a working ldap patch again.
+# See https://bugs.gentoo.org/652438
+>=net-misc/openssh-7.7_p1 ldap
+
 # Göktürk Yüksek <gokturk@gentoo.org> (4 Apr 2018)
 # libewf is getting treecleaned (#547418).
 # Starting with sleuthkit-4.6.0, we statically link sleuthkit to a


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-11 14:01 Lars Wendler
  0 siblings, 0 replies; 1247+ messages in thread
From: Lars Wendler @ 2018-04-11 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     53cf444e551d9c6e7ceecfe8b84e5664d30baf23
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 13:57:37 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 14:01:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cf444e

Revert "package.use.mask: Masked "ldap" USE flag for >=openssh-7.7_p1"

This reverts commit 0a6777eea17921fd2fb1a27f5e9e222ac8a73ccb.

 profiles/base/package.use.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ddea8e89349..eefe86cb32c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,11 +7,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Lars Wendler <polynomial-c@gentoo.org> (11 Apr 2018)
-# Masked until we have a working ldap patch again.
-# See https://bugs.gentoo.org/652438
->=net-misc/openssh-7.7_p1 ldap
-
 # Göktürk Yüksek <gokturk@gentoo.org> (4 Apr 2018)
 # libewf is getting treecleaned (#547418).
 # Starting with sleuthkit-4.6.0, we statically link sleuthkit to a


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-14  6:45 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-04-14  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bda3dffb39440515521e831d97965a51e32871bf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 06:43:59 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 06:43:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda3dffb

profiles/base: Extend media-libs/freeverb3[jack] mask

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index eefe86cb32c..0a8dd471109 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -143,7 +143,7 @@ dev-java/oracle-jre-bin:9 gentoo-vm
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017)
 # Requires audacious, which is masked. Bug 632513
-=media-libs/freeverb3-3.1.2_pre20151102-r1 jack
+media-libs/freeverb3 jack
 
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
 # USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-18 11:52 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-04-18 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7cf9bbe3f94fdf548bfc8049ad460984fcbb52da
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 11:38:15 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 11:51:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf9bbe3

profiles/base: Remove more stale package.use*.masks

 profiles/base/package.use.mask        | 13 -------------
 profiles/base/package.use.stable.mask |  6 ------
 2 files changed, 19 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 83b38bf8059..431ef505c88 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -36,10 +36,6 @@ net-analyzer/scapy visual
 net-mail/fetchmail hesiod
 sys-freebsd/freebsd-lib hesiod
 
-# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
-# dev-java/jad-bin will be removed (#619770)
-dev-lisp/abcl jad
-
 # Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
 # app-misc/cwiid will be removed (#608780)
 media-sound/supercollider wiimote
@@ -90,10 +86,6 @@ dev-qt/qtdemo:4 phonon
 dev-python/PyQt4 phonon
 dev-python/pyside:0 phonon
 
-# Brian Evans <grknight@gentoo.org> (22 Feb 2018)
-# Depends on vulnerable dev-php/ZendFramework which is masked for removal
-www-apps/postfixadmin xmlrpc
-
 # Andreas Sturmlechner <asturm@gentoo.org> (10 Feb 2018)
 # Depends on unreleased media-libs/libaom, and 9999 is currently broken
 media-video/vlc aom
@@ -125,10 +117,6 @@ gnome-extra/synapse zeitgeist
 app-editors/gedit-plugins zeitgeist
 dev-libs/folks zeitgeist
 
-# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
-# We will remove ptlib, its support was broken anyway (#624578).
-net-voip/yate h323
-
 # James Le Cuirot <chewi@gentoo.org> (17 Dec 2017)
 # Java 9 is not yet fully supported on Gentoo. Having a masked
 # gentoo-vm flag allows us to provide it without it breaking Gentoo
@@ -389,7 +377,6 @@ dev-java/icedtea cacao jamvm
 
 # Lars Wendler <polynomial-c@gentoo.org> (20 Mar 2016)
 # Need vulnerable libotr version (see bug #576914).
-net-im/centerim otr
 =net-im/climm-0.7.1 otr
 
 # James Le Cuirot <chewi@gentoo.org> (14 Mar 2016)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 77fe69bcefe..789c8b522a4 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -109,8 +109,6 @@ sci-libs/vtk mpi
 # Doug Goldstein <cardoe@gentoo.org> (04 Jan 2017)
 # libcxx is not stable so we can't let users use it
 dev-lang/rust libcxx
-# llvm 3.8.x is not stable so we can't let users use it
-dev-lang/rust system-llvm
 
 # Alon Bar-Lev <alonbl@gentoo.org> (01 Jan 2017)
 # Will always require unstable packages.
@@ -154,10 +152,6 @@ net-analyzer/pmacct mongodb
 # See bug #541012
 sci-libs/openfoam paraview
 
-# Pacho Ramos <pacho@gentoo.org>
-# dev-libs/libappindicator isn't going to be stabilized
-x11-misc/redshift appindicator
-
 # Ben de Groot <yngwin@gentoo.org>
 # Mask experimental feature on stable. This also needs not yet stable mupdf.
 app-text/qpdfview fitz


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-18 17:02 David Seifert
  0 siblings, 0 replies; 1247+ messages in thread
From: David Seifert @ 2018-04-18 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7b757ad13f8cebdf29200687092df182a3f44bd3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 16:59:57 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 17:02:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b757ad1

profiles: Mask www-client/midori[zeitgeist]

Reported-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0128819d4eb..cb48137d09c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -112,10 +112,11 @@ net-analyzer/nagios-plugin-check_raid i2o
 media-video/ffmpeg appkit
 
 # Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
-# The whole zeitgeist stuck is dead (#629180)
+# The whole zeitgeist stack is dead (#629180)
 gnome-extra/synapse zeitgeist
 app-editors/gedit-plugins zeitgeist
 dev-libs/folks zeitgeist
+www-client/midori zeitgeist
 
 # James Le Cuirot <chewi@gentoo.org> (17 Dec 2017)
 # Java 9 is not yet fully supported on Gentoo. Having a masked


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-21  8:08 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-04-21  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1c5455933373228d50dadffc11c7a47a6db0a407
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 08:07:51 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 08:07:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c545593

profiles/base: S-mask dev-python/django-tastypie-0.13.3[doc]

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 789c8b522a4..b85dd8afd7b 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Michał Górny <mgorny@gentoo.org> (21 Apr 2018)
+# Apparently requires newer dev-python/django stable.
+=dev-python/django-tastypie-0.13.3 doc
+
 # Andreas Sturmlechner <asturm@gentoo.org> (03 Mar 2018)
 # Depends on unstable dependencies; qt3d bug #652046
 sci-geosciences/qgis 3d grass


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-04-22 16:53 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-04-22 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cac4ce8586e7c8370c0987d7cce0726297e05da2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 16:44:36 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 16:51:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac4ce85

profiles: Stable-mask >=app-office/libreoffice-6.0[kde]

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index b85dd8afd7b..faab89ba17b 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (22 Apr 2018)
+# Not ready for stable, crashes LO on some systems.
+>=app-office/libreoffice-6.0 kde
+
 # Michał Górny <mgorny@gentoo.org> (21 Apr 2018)
 # Apparently requires newer dev-python/django stable.
 =dev-python/django-tastypie-0.13.3 doc


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-01 18:03 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2018-05-01 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f7d315110b9dbccd28e49214298a2b5ff089ccd7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 18:00:14 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May  1 18:01:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d31511

profiles: mask >=www-client/chromium-67[system-ffmpeg]

Bug: https://bugs.gentoo.org/654208

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index cb48137d09c..701bfd515b9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Mike Gilbert <floppym@gentoo.org> (01 May 2018)
+# Requires >=media-video/ffmpeg-4 (bug 654208).
+>=www-client/chromium-67 system-ffmpeg
+
 # Göktürk Yüksek <gokturk@gentoo.org> (4 Apr 2018)
 # libewf is getting treecleaned (#547418).
 # Starting with sleuthkit-4.6.0, we statically link sleuthkit to a


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-06  2:19 Maciej Mrozowski
  0 siblings, 0 replies; 1247+ messages in thread
From: Maciej Mrozowski @ 2018-05-06  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     bfe3c66ba7340f890a0d70dc0b1d02a18c4f6668
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 02:16:40 2018 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sun May  6 02:16:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe3c66b

profiles/base/package.use.mask: unmask gdal USE flag for flightgear, bug 621810

 profiles/base/package.use.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 701bfd515b9..5c26824c66c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -206,11 +206,6 @@ media-video/parole clutter
 # Needs patch to even build, subs are broken and not supported anymore.
 media-video/mpv libav
 
-# Maciej Mrozowski <reavertm@gmail.com> (15 Jun 2017)
-# Mask due to bug #621810
-dev-games/simgear gdal
-games-simulation/flightgear gdal
-
 # Michał Górny <mgorny@gentoo.org> (05 Jun 2017)
 # (on behalf of Treecleaner project)
 # dev-libs/dee is masked for removal, mask flags that requires it.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-07  7:45 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-05-07  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c54e5e702dbf2ade6cba311101fcc08f2cc4c6eb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  2 15:39:54 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  7 07:45:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54e5e70

profiles/base: Set initial ENV_UNSET (EAPI 7)

Now that EAPI 7 is accepted and implemented in Portage, provide
the initial environment blacklist for coming EAPI 7 ebuilds.  The list
is based on existing eclasses, xdg-utils mostly.  Rationale is provided
in the comment above ENV_UNSET.

 profiles/base/make.defaults | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index bd038bebf16..cbc527e954e 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -22,6 +22,18 @@ USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86 CPU_F
 CONFIG_PROTECT="/etc"
 CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
 
+# EAPI 7 environment variable blacklist.
+#
+# DBUS_SESSION_BUS_ADDRESS to avoid trying to access the user's session
+# bus.
+#
+# DISPLAY and XAUTHORITY to avoid trying to access the user's X11.
+#
+# XDG_* since the values coming from user environment can collide with
+# ebuild-set ${HOME} (e.g. by referring to user's home directory).
+# We exclude XDG_DATA_DIRS & XDG_CONFIG_DIRS as those are set in env.d.
+ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
+
 # Variables that are set exclusively by the profile
 # and not by user configuration files.
 PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-07 20:35 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2018-05-07 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     bdd9c7748840b1f4eab86b8cf2de9d9239993613
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May  7 20:34:48 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May  7 20:34:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd9c774

profiles: declare Perl-related env variables in ENV_UNSET

 profiles/base/make.defaults | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index cbc527e954e..2637f1943f9 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -32,7 +32,11 @@ CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
 # XDG_* since the values coming from user environment can collide with
 # ebuild-set ${HOME} (e.g. by referring to user's home directory).
 # We exclude XDG_DATA_DIRS & XDG_CONFIG_DIRS as those are set in env.d.
-ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
+#
+# PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX:
+# These are guaranteed to confuse perl module installation. Pre-EAPI7
+# the Perl eclasses bail out if they are set. Now we declare them here.
+ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX"
 
 # Variables that are set exclusively by the profile
 # and not by user configuration files.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-15 16:23 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-05-15 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b94818fec07f55cdb7fe0476ae67417a9aec4c75
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 16:21:32 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue May 15 16:21:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94818fe

profiles: package.use.mask  include consumers of virtual/mysql[embedded]

The embedded server of MySQL and friends is going away.
Mask the USE flag further so that users do not hit errors.

 profiles/base/package.use.mask | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 150819c6222..dae1460e5fe 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -74,8 +74,13 @@ app-admin/testdisk ewf
 >=sys-cluster/ceph-12.2.4 system-boost
 
 # Brian Evans <grknight@gentoo.org> (5 Mar 2018)
-# Mask embedded USE on virtual/mysql to transition it to be obsolete
->=virtual/mysql-5.6-r11 embedded
+# Mask embedded USE on virtual/mysql and friends to transition it to be obsolete
+virtual/mysql embedded
+dev-db/mariadb embedded
+dev-db/mariadb-galera embedded
+dev-db/mysql embedded
+dev-db/mysql-cluster embedded
+dev-perl/DBD-mysql embedded
 
 # Brian Evans <grknight@gentoo.org> (28 Feb 2018)
 # Mask client-libs USE to force users to install alternative standard pacakges


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-16  6:24 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-05-16  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2088c3c0019d7f21032416943a6769a8e51e3311
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 06:23:37 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 06:24:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2088c3c0

profiles/base: Mask sci-libs/ipopt[hsl]

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index dae1460e5fe..d542f6b931a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # 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> (16 May 2018)
+# Depends on last-rited sci-libs/coinhsl.
+sci-libs/ipopt hsl
+
 # Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
 # Depends on obsolete dev-libs/sni-qt and dead Qt4.
 kde-plasma/plasma-desktop qt4


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-17 13:52 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-05-17 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fa6ac711d301067075d0b4515ea9e7c4594b2dc6
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 13:48:33 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu May 17 13:48:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6ac711

profiles: package.use.mask include dev-db/mariadb-galera[client-libs]

 profiles/base/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d542f6b931a..df676fb475a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -89,6 +89,7 @@ dev-perl/DBD-mysql embedded
 # Brian Evans <grknight@gentoo.org> (28 Feb 2018)
 # Mask client-libs USE to force users to install alternative standard pacakges
 dev-db/mariadb client-libs
+dev-db/mariadb-galera client-libs
 dev-db/mysql client-libs
 dev-db/percona-server client-libs
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-21  7:29 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-21  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     cdd666a14bf0650f3d2eb1785987f304277584eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 07:25:18 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 21 07:29:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd666a1

profiles: stable-mask dev-python/s3fs[test]

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index faab89ba17b..e3f945f030f 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (21 May 2018)
+# Depends on lots of unstable dependencies
+dev-python/s3fs test
+
 # Andreas Sturmlechner <asturm@gentoo.org> (22 Apr 2018)
 # Not ready for stable, crashes LO on some systems.
 >=app-office/libreoffice-6.0 kde


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-21 11:58 Hans de Graaff
  0 siblings, 0 replies; 1247+ messages in thread
From: Hans de Graaff @ 2018-05-21 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     fa7be3ef4e18dbc05e50744fc72c37e6fdf8162a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 11:58:20 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 21 11:58:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7be3ef

base/make.defaults: Drop no-op ruby22 from RUBY_TARGETS

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 2637f1943f9..ddfdd8f215b 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -100,7 +100,7 @@ USE="${USE} modules"
 # Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015)
 # Default Ruby build target
 # Updated to include ruby23 on 21 Jan 2018
-RUBY_TARGETS="ruby22 ruby23"
+RUBY_TARGETS="ruby23"
 
 # Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009)
 # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-23 20:55 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2018-05-23 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e59feed927196463689329dd451da08cef6e2834
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May 23 20:55:07 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May 23 20:55:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59feed9

profiles: add split-usr to BOOTSTRAP_USE

 profiles/base/make.defaults | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index ddfdd8f215b..bfb6fd69d20 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -121,7 +121,9 @@ PYTHONDONTWRITEBYTECODE="1"
 # Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE
 # Add in expanded PYTHON_TARGETS or stage1 builds break because of USE="-* ${BOOTSTRAP_USE}"
 # This MUST be kept in sync with the PYTHON_TARGETS below
-BOOTSTRAP_USE="cxx unicode internal-glib python_targets_python3_5 python_targets_python2_7"
+# Mike Gilbert <floppym@gentoo.org> (23 May 2018)
+# sys-apps/baslayout-2.5 needs split-usr enabled.
+BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_5 python_targets_python2_7"
 
 # Mike Gilbert <floppym@gentoo.org> (15 May 2012)
 # Default target(s) for python-r1.eclass


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-24 16:35 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-24 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1c8c70869d1d97dcb469f4483ccfceac91af0b9d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 15:13:08 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 24 16:33:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8c7086

profiles: Add <app-office/libreoffice-6.0[kde] to package.use.mask

Closes: https://bugs.gentoo.org/645558

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b8a95327e96..e4a486b3d1d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
+# kdelibs4 is dead and going away. Bug #645558
+<app-office/libreoffice-6.0 kde
+<app-office/libreoffice-bin-6.0 kde
+<app-office/libreoffice-bin-debug-6.0 kde
+
 # Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
 # Qt4 is dead and going away.
 kde-plasma/plasma-desktop qt4


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-24 16:35 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-24 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0d1ceaed0e07f339ab9fd334f52bf5586cf49b48
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 23:36:28 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 24 16:20:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1ceaed

profiles: Add kde-plasma/*[qt4] to package.use.mask

Bug: https://bugs.gentoo.org/629018

 profiles/base/package.use.mask | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 53273ad59cb..b8a95327e96 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,14 +7,17 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
+# Qt4 is dead and going away.
+kde-plasma/plasma-desktop qt4
+kde-plasma/plasma-meta qt4
+kde-plasma/breeze qt4
+kde-plasma/oxygen qt4
+
 # Michał Górny <mgorny@gentoo.org> (16 May 2018)
 # Depends on last-rited sci-libs/coinhsl.
 sci-libs/ipopt hsl
 
-# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
-# Depends on obsolete dev-libs/sni-qt and dead Qt4.
-kde-plasma/plasma-desktop qt4
-
 # Mike Gilbert <floppym@gentoo.org> (01 May 2018)
 # Requires >=media-video/ffmpeg-4 (bug 654208).
 >=www-client/chromium-67 system-ffmpeg


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-24 22:12 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-24 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7729167491997083639e5029d70005f76f4ac4ee
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 22:10:27 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 24 22:12:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77291674

profiles: Drop obsolete package.use.mask

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e4a486b3d1d..518a65f3f35 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -16,7 +16,6 @@
 # Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
 # Qt4 is dead and going away.
 kde-plasma/plasma-desktop qt4
-kde-plasma/plasma-meta qt4
 kde-plasma/breeze qt4
 kde-plasma/oxygen qt4
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-26 21:31 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-26 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5c991b4036bda4d39f489868677fd590de41673a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 21:30:51 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 26 21:31:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c991b40

profiles: Drop obsolete Qt4 package.use.mask

 profiles/base/package.use.mask | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 518a65f3f35..0c8ef45efd9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -13,12 +13,6 @@
 <app-office/libreoffice-bin-6.0 kde
 <app-office/libreoffice-bin-debug-6.0 kde
 
-# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
-# Qt4 is dead and going away.
-kde-plasma/plasma-desktop qt4
-kde-plasma/breeze qt4
-kde-plasma/oxygen qt4
-
 # Michał Górny <mgorny@gentoo.org> (16 May 2018)
 # Depends on last-rited sci-libs/coinhsl.
 sci-libs/ipopt hsl


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-29 12:32 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-29 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6f6b74f578f39bab817d46c4011cb495288f450f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 09:13:40 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 12:31:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6b74f5

profiles: Disable USE=qt4 in assorted packages

 profiles/base/package.use.mask | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0c8ef45efd9..739fb50eae5 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.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
+# Qt4 is dead and going away.
+x11-themes/adwaita-qt qt4
+x11-themes/qtcurve qt4
+
+# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
+# Qt4 is dead and going away.
+# Bug #638260
+sci-libs/ViSP qt4
+# Bug #644728
+app-i18n/fcitx qt4
+app-i18n/scim qt4
+app-i18n/scim-bridge qt4
+app-i18n/uim qt4
+
 # Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
 # kdelibs4 is dead and going away. Bug #645558
 <app-office/libreoffice-6.0 kde


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-29 12:32 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-29 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1a5953829470f8322f4450ee47779445118879f4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 12:18:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 12:31:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a595382

profiles: base: Cleanup obsolete LO[kde] package.use.mask

 profiles/base/package.use.mask | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 739fb50eae5..3796f24f3e2 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -22,12 +22,6 @@ app-i18n/scim qt4
 app-i18n/scim-bridge qt4
 app-i18n/uim qt4
 
-# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
-# kdelibs4 is dead and going away. Bug #645558
-<app-office/libreoffice-6.0 kde
-<app-office/libreoffice-bin-6.0 kde
-<app-office/libreoffice-bin-debug-6.0 kde
-
 # Michał Górny <mgorny@gentoo.org> (16 May 2018)
 # Depends on last-rited sci-libs/coinhsl.
 sci-libs/ipopt hsl


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-29 12:38 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-29 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     39ace533f32786c13b57e6481494e34fba61c1a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 12:38:22 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 12:38:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ace533

profiles: Revert Disable USE=qt4 in assorted packages

This one is for later.

 profiles/base/package.use.mask | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3796f24f3e2..4ac5253c561 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,21 +7,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
-# Qt4 is dead and going away.
-x11-themes/adwaita-qt qt4
-x11-themes/qtcurve qt4
-
-# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
-# Qt4 is dead and going away.
-# Bug #638260
-sci-libs/ViSP qt4
-# Bug #644728
-app-i18n/fcitx 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


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-29 15:22 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-29 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7741723ec42f69e29920e72fe2122cc5ced2db09
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 15:21:25 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 15:22:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7741723e

profiles: Stable-mask media-video/vlc[aom]

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index e3f945f030f..b870733c6ed 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (29 May 2018)
+# Depends on unstable media-libs/libaom
+media-video/vlc aom
+
 # Andreas Sturmlechner <asturm@gentoo.org> (21 May 2018)
 # Depends on lots of unstable dependencies
 dev-python/s3fs test


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-05-29 15:31 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-05-29 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     61528df5f0ca02e9631bfcc2656eacf95d76ecef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 15:30:50 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 15:30:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61528df5

profiles: Stable-mask media-video/vlc[srt]

 profiles/base/package.use.stable.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index b870733c6ed..af6bf892de4 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -5,8 +5,8 @@
 # Please use the same syntax as in package.use.mask
 
 # Andreas Sturmlechner <asturm@gentoo.org> (29 May 2018)
-# Depends on unstable media-libs/libaom
-media-video/vlc aom
+# Depends on unstable media-libs/libaom, net-libs/srt
+media-video/vlc aom srt
 
 # Andreas Sturmlechner <asturm@gentoo.org> (21 May 2018)
 # Depends on lots of unstable dependencies


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-07  8:14 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-06-07  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d4c75134a19663d083ec8c684119c5d04327cb03
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 08:08:46 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 08:14:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c75134

profiles/base: Use-stable-mask sys-devel/clang-runtime[crt]

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 5ba559abf26..884fbc40642 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Michał Górny <mgorny@gentoo.org> (07 Jun 2018)
+# sys-libs/netbsd-csu not stable yet.
+sys-devel/clang-runtime crt
+
 # Thomas Deutschmann <whissi@gentoo.org> (01 Jun 2018)
 # Needs dev-ruby/asciidoctor which has a lot of unstable deps
 net-analyzer/wireshark doc


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-13  7:21 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-06-13  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d8d3d3e9b30bbeb1d04c0fc458afe14e8d49f345
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 12:37:30 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 07:21:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d3d3e9

profiles/base: Mask revdeps of app-arch/snappy[static-libs]

Closes: https://bugs.gentoo.org/651604
Closes: https://bugs.gentoo.org/651606

 profiles/base/package.use.mask | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4ac5253c561..f1b2516f33c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,14 @@
 # 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
+
 # Michał Górny <mgorny@gentoo.org> (16 May 2018)
 # Depends on last-rited sci-libs/coinhsl.
 sci-libs/ipopt hsl


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-13 11:19 Aaron Swenson
  0 siblings, 0 replies; 1247+ messages in thread
From: Aaron Swenson @ 2018-06-13 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7039195face27b3fc6f3673aa0dfe3c3e61b86f8
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 13 11:13:57 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 11:13:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7039195f

profiles/base/make.defaults: Add postgres10 to POSTGRES_TARGETS

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index bfb6fd69d20..b41ecfa1f27 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)
 #


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-13 14:36 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2018-06-13 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c55653b1f0d3c539a000841a3364abc5bb87c889
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Fri Jun  1 18:00:00 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 14:36:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55653b1

profiles/base/package.use.mask: Mask qt4 USE flag for Fcitx, SCIM, UIM.

 profiles/base/package.use.mask | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f1b2516f33c..960aeced1fb 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -15,6 +15,13 @@ 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


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-13 22:16 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2018-06-13 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3a11d7911f1ce7cc8a4fc3d0ad3f7a675c5f5496
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 13 22:12:59 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 22:15:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a11d791

profiles/base: Force on USE flags for intel-gpu-tools-9999

 profiles/base/package.use.force | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 8f8cd8ba059..93e36f459c6 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.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-17 10:31 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-06-17 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0e8473b118fae6b3b312b4809e9434f66101be15
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 10:31:05 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 10:31:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8473b1

profiles/base: Remove obsolete mask for postgres9_2 target

 profiles/base/use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 5b09e2890c8..318e04eaaf3 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -13,10 +13,6 @@ video_cards_tdfx
 # ... since audacious is being last-rited ... bug 632513
 audacious
 
-# Patrick Lauer <patrick@gentoo.org> (22 Oct 2017)
-# postgres-9.2 is EOL and masked
-postgres_targets_postgres9_2
-
 # Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
 # Unkeyworded on most arches, unmasked in supported arch profiles.
 elogind


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-17 12:23 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-06-17 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d10a7657e099ac1f9577aafd31e60e0ba93f3c45
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 10:41:07 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 12:23:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10a7657

base/package.use.mask: directfb will be removed

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 960aeced1fb..4b3e7e6c0c6 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
+# dev-libs/DirectFB is being removed (#606194)
+media-libs/libsdl2 fusionsound
+media-libs/xine-lib fusionsound
+www-plugins/gnash directfb
+
 # Michał Górny <mgorny@gentoo.org> (13 Jun 2018)
 # Requires app-arch/snappy[static-libs] that is no longer available.
 # Bugs #651604, #651606.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-22 12:00 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-06-22 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2ba87dec1a0f7d623796d17340068120d97ebfae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 11:24:50 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 12:00:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba87dec

profiles/base: Switch default to python3_6

 profiles/base/make.defaults | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b41ecfa1f27..71d6be12f64 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # System-wide defaults for the Portage system
@@ -123,13 +123,14 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert <floppym@gentoo.org> (23 May 2018)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_5 python_targets_python2_7"
+BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7"
 
 # Mike Gilbert <floppym@gentoo.org> (15 May 2012)
 # Default target(s) for python-r1.eclass
-# Updated to python3_5 on 28 Nov 2017
-PYTHON_TARGETS="python2_7 python3_5"
-PYTHON_SINGLE_TARGET="python3_5"
+# Michał Górny <mgorny@gentoo.org> (22 Jun 2018)
+# Updated to python3_6
+PYTHON_TARGETS="python2_7 python3_6"
+PYTHON_SINGLE_TARGET="python3_6"
 
 # Michał Górny <mgorny@gentoo.org> (10 Aug 2013)
 # Moved from portage's make.globals.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-23 11:24 Mikle Kolyada
  0 siblings, 0 replies; 1247+ messages in thread
From: Mikle Kolyada @ 2018-06-23 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8b776b92e5db75a415a34393cc81e988dae4e545
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 23 11:23:48 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 11:23:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b776b92

profiles/../base/make.defaults: revert python3.6 defaults

 profiles/base/make.defaults | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 71d6be12f64..7c2500320aa 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -123,14 +123,14 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert <floppym@gentoo.org> (23 May 2018)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7"
+BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_5 python_targets_python2_7"
 
 # Mike Gilbert <floppym@gentoo.org> (15 May 2012)
 # Default target(s) for python-r1.eclass
 # Michał Górny <mgorny@gentoo.org> (22 Jun 2018)
 # Updated to python3_6
-PYTHON_TARGETS="python2_7 python3_6"
-PYTHON_SINGLE_TARGET="python3_6"
+PYTHON_TARGETS="python2_7 python3_5"
+PYTHON_SINGLE_TARGET="python3_5"
 
 # Michał Górny <mgorny@gentoo.org> (10 Aug 2013)
 # Moved from portage's make.globals.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-27 19:00 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-06-27 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b5d54d2ee04837b3e8df2289eece9520273f9d91
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 14:19:19 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:00:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d54d2e

profiles: Mask mumble USE flag

Bug: https://bugs.gentoo.org/656826

 profiles/base/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 318e04eaaf3..b35a30ebccb 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
+# media-sound/mumble is masked/not keyworded at this point, bug #656826.
+mumble
+
 # Matt Turner <mattst88@gentoo.org> (23 Nov 2017)
 # For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
 # Bug #606132.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-06-27 19:00 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-06-27 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     62458323164e0c065f08b3eef5b39b55e2382476
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 12:41:33 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:00:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62458323

profiles: Disable USE=qt4 in assorted packages

 profiles/base/package.use.mask | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5b96db88c84..1e8d815d1d3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,18 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (18 Jun 2018)
+# Qt4 is dead and going away. Bugs #655382, #638260
+x11-libs/qwt qt4
+sci-libs/ViSP qt4
+
+# Andreas Sturmlechner <asturm@gentoo.org> (18 Jun 2018)
+# dev-python/PyQt4 and dev-python/pyside are dead and going away.
+dev-python/pandas X
+media-sound/pulseaudio qt4
+media-video/syncplay gui
+net-wireless/gnuradio qt4
+
 # Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
 # dev-libs/DirectFB is being removed (#606194)
 media-libs/libsdl2 fusionsound


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-02 21:17 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-07-02 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4b146a22f9e565500789000f4db6ca2a28e4701c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  2 21:16:25 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  2 21:16:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b146a22

profiles: base: Drop obsolete x11-libs/qwt[qt4] p.use.mask

 profiles/base/package.use.mask | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index abb186fa2f0..ed235414678 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,8 +8,7 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # Andreas Sturmlechner <asturm@gentoo.org> (18 Jun 2018)
-# Qt4 is dead and going away. Bugs #655382, #638260
-x11-libs/qwt qt4
+# Qt4 is dead and going away. Bug #638260
 sci-libs/ViSP qt4
 
 # Andreas Sturmlechner <asturm@gentoo.org> (18 Jun 2018)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-03 17:31 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-07-03 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ed7cb817cccb0bc2fdd847052c9b0a94739a397c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  3 17:24:32 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  3 17:30:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7cb817

profiles: Add >=media-video/vlc-3.0.3-r1[libav] to p.use.stable.mask

Bug: https://bugs.gentoo.org/657168

 profiles/base/package.use.stable.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 884fbc40642..56babc9b219 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -14,7 +14,9 @@ net-analyzer/wireshark doc
 
 # Andreas Sturmlechner <asturm@gentoo.org> (29 May 2018)
 # Depends on unstable media-libs/libaom, net-libs/srt
+# >=media-video/libav-12 not stable yet, bug #617508
 media-video/vlc aom srt
+>=media-video/vlc-3.0.3-r1 libav
 
 # Andreas Sturmlechner <asturm@gentoo.org> (21 May 2018)
 # Depends on lots of unstable dependencies


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-08 14:03 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2018-07-08 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     10a0ddb11e8d69398e56f35a24adcd78e8d98557
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  8 00:14:09 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul  8 14:02:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a0ddb1

profiles: force dev-lang/python-exec[python3_7]

 profiles/base/package.use.force | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 93e36f459c6..ee4a7c23640 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -62,6 +62,7 @@ dev-lang/python-exec python_targets_python2_7
 dev-lang/python-exec python_targets_python3_4
 dev-lang/python-exec python_targets_python3_5
 dev-lang/python-exec python_targets_python3_6
+dev-lang/python-exec python_targets_python3_7
 dev-lang/python-exec python_targets_jython2_7
 dev-lang/python-exec python_targets_pypy
 dev-lang/python-exec python_targets_pypy3


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-15 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-07-15 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cdf7f5f839ec5d6132ae5aa7019c787f773e10b0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 13:41:09 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 14:52:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf7f5f8

profiles: Drop obsolete media-sound/supercollider[wiimote] p.use.mask

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index cff38ab6aaf..7f52d1b9b24 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -81,10 +81,6 @@ net-analyzer/scapy visual
 net-mail/fetchmail hesiod
 sys-freebsd/freebsd-lib hesiod
 
-# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
-# app-misc/cwiid will be removed (#608780)
-media-sound/supercollider wiimote
-
 # Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
 # sys-fabric/mstflint will be removed (#594908)
 sys-fabric/ofed mstflint


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-15 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-07-15 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c9c3594b57e25e00801ac100d6f6339eb56c3f8b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 14:07:06 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 14:52:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c3594b

profiles: Drop obsolete media-libs/opencolorio[pdf] p.use.mask

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7f52d1b9b24..25af7bdfa0b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -591,10 +591,6 @@ media-libs/avidemux-core system-ffmpeg
 # PGO is known to be busted with most configurations
 www-client/firefox pgo
 
-# Sergey Popov <pinkbyte@gentoo.org> (26 Nov 2012)
-# PDF docs building failed with sandbox violation
-media-libs/opencolorio pdf
-
 # Diego Elio Pettenò (27 Aug 2012)
 # The libpci access is only used for linux.
 net-analyzer/net-snmp pci


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-15 15:23 Nick Sarnie
  0 siblings, 0 replies; 1247+ messages in thread
From: Nick Sarnie @ 2018-07-15 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f0d161bd6b97ee4a120e7e9b0950894669d64edc
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:20:33 2018 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:23:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d161bd

base/package.use.mask: Mask app-emulation/wine-{any/staging}[ffmpeg]

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 25af7bdfa0b..25cae1754c3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Nick Sarnie <sarnex@gentoo.org> (15 Jul 2018)
+# Requires media-video/ffmpeg-4 which is masked
+app-emulation/wine-any ffmpeg
+app-emulation/wine-staging ffmpeg
+
 # Göktürk Yüksek <gokturk@gentoo.org> (6 Jul 2018)
 # Dependency app-crypt/jitterentropy is keyworded for
 # only a subset of the archs rng-tools supports


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-22 21:50 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-07-22 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     954bbc1927dbd9638d77b5020b2d00c9ffb554cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 20:32:20 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 21:49:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954bbc19

profiles: Add >=media-libs/mlt-6.6.0[libav] p.use.stable.mask

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 56babc9b219..e5146c4e8a0 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (22 Jul 2018)
+# >=media-video/libav-12 not stable yet, bug #617508
+>=media-libs/mlt-6.6.0 libav
+
 # Michał Górny <mgorny@gentoo.org> (07 Jun 2018)
 # sys-libs/netbsd-csu not stable yet.
 sys-devel/clang-runtime crt


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-24  4:23 Mikle Kolyada
  0 siblings, 0 replies; 1247+ messages in thread
From: Mikle Kolyada @ 2018-07-24  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8c890bdf12ec18a0c9fbcfb40af64ba8f36e3a4b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 04:22:49 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 04:23:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c890bdf

base/make.defaults: enable python3_6 default again

 profiles/base/make.defaults | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7c2500320aa..01744a72fa9 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -123,14 +123,14 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert <floppym@gentoo.org> (23 May 2018)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_5 python_targets_python2_7"
+BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7"
 
 # Mike Gilbert <floppym@gentoo.org> (15 May 2012)
 # Default target(s) for python-r1.eclass
-# Michał Górny <mgorny@gentoo.org> (22 Jun 2018)
+# Mikle Kolyada <zlogene@gentoo.org> (24 Jul 2018)
 # Updated to python3_6
-PYTHON_TARGETS="python2_7 python3_5"
-PYTHON_SINGLE_TARGET="python3_5"
+PYTHON_TARGETS="python2_7 python3_6"
+PYTHON_SINGLE_TARGET="python3_6"
 
 # Michał Górny <mgorny@gentoo.org> (10 Aug 2013)
 # Moved from portage's make.globals.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-07-25  2:30 Virgil Dupras
  0 siblings, 0 replies; 1247+ messages in thread
From: Virgil Dupras @ 2018-07-25  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     adf75e2b47f772dcaf8adf06f3b6bda593c145a9
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 02:28:51 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 02:28:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf75e2b

profiles: remove django-tastypie "doc" USE mask

The USE flag has been fixed in the previous commit.

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index e5146c4e8a0..6f64db71a53 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -30,10 +30,6 @@ dev-python/s3fs test
 # Not ready for stable, crashes LO on some systems.
 >=app-office/libreoffice-6.0 kde
 
-# Michał Górny <mgorny@gentoo.org> (21 Apr 2018)
-# Apparently requires newer dev-python/django stable.
-=dev-python/django-tastypie-0.13.3 doc
-
 # Andreas Sturmlechner <asturm@gentoo.org> (03 Mar 2018)
 # Depends on unstable dependencies; qt3d bug #652046
 sci-geosciences/qgis 3d grass


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-03 20:21 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2018-08-03 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     25fc7384bc03bb9829670be2ec14617017a351ea
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  3 20:00:36 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug  3 20:20:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fc7384

profiles: preemptively mask new glibc useflag cet

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 25cae1754c3..adcfa1f3ca1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (3 Aug 2018)
+# New and for Gentoo still quite experimental. You've been
+# warned. (Also, works only on x86_64 and with certain CPUs
+# and compiler/binutils combinations.)
+sys-libs/glibc cet
+
 # Nick Sarnie <sarnex@gentoo.org> (15 Jul 2018)
 # Requires media-video/ffmpeg-4 which is masked
 app-emulation/wine-any ffmpeg


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-05 22:28 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2018-08-05 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     29e5a6abeb7781371ca19d0123c0041b3ca53c58
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  5 22:27:24 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug  5 22:28:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e5a6ab

profiles: mask >=www-client/chromium-69[system-icu]

Bug: https://bugs.gentoo.org/661880

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index adcfa1f3ca1..fd2b151749f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Mike Gilbert <floppym@gentoo.org> (05 Aug 2018)
+# Fails to build.
+# https://bugs.gentoo.org/661880
+>=www-client/chromium-69 system-icu
+
 # Andreas K. Hüttel <dilfridge@gentoo.org> (3 Aug 2018)
 # New and for Gentoo still quite experimental. You've been
 # warned. (Also, works only on x86_64 and with certain CPUs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-09  8:40 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-08-09  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a75834757ba6574c49ade0c1c8edf00f56e05f07
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  9 07:44:38 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug  9 08:40:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7583475

profiles/base: Remove COLLISION_IGNORE for Python compiled mods

Remove the obsolete COLLISION_IGNORE entries for compiled Python
modules.  Those entries were historically added to ease the migration
from python.eclass to python-r1 which involved taking ownership of
compiled module files.  Nowadays they are rather irrelevant given that
python.eclass is gone for a while, and protect-owned is the default.

Also, the Jython variant happens to have invalid syntax.

Closes: https://bugs.gentoo.org/663170

 profiles/base/make.defaults | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 01744a72fa9..a0a1d4f977b 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -135,10 +135,9 @@ PYTHON_SINGLE_TARGET="python3_6"
 # Michał Górny <mgorny@gentoo.org> (10 Aug 2013)
 # Moved from portage's make.globals.
 # 1) do not uninstall kernel modules and therefore allow replacing them,
-# 2) allow replacing unowned compiled Python modules (python-r1 migration),
-# 3) allow replacing unowned dropin.cache files (twisted-r1 migration).
+# 2,3) removed wrt bug #663170,
 # 4) protect /var/{run,lock} symlinks for bug 519620
-COLLISION_IGNORE="/lib/modules/* *.py[co] *\$py.class */dropin.cache"
+COLLISION_IGNORE="/lib/modules/*"
 UNINSTALL_IGNORE="/lib/modules/* /var/run /var/lock"
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (23 Aug 2013)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-10 16:32 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-08-10 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     33cfed03d08fa18bd082273d5084df3f2f8081fd
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 16:30:28 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 16:30:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cfed03

profiles: base/use.mask - Mask PHP 7.3 target during beta phase

 profiles/base/use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index b35a30ebccb..0d78cc0838b 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -1,9 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Brian Evans <grknight@gentoo.org> (10 Aug 2018)
+# Mask PHP 7.3 target while in beta
+php_targets_php7-3
+
 # Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
 # media-sound/mumble is masked/not keyworded at this point, bug #656826.
 mumble


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-10 19:16 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-08-10 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     31b381bd1999331143c90596c59bef9efc983e87
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 16:35:27 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 19:15:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b381bd

profiles: base/use.mask - Drop unused mask for PHP 5.4 target

 profiles/base/use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 0d78cc0838b..560311c4175 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -106,10 +106,6 @@ netlink
 # could suffer unexpected problem, don't expect support for it then.
 openrc-force
 
-# Brian Evans <grknight@gentoo.org> (2 Dec 2015)
-# php 5.4 is end of life, masked for removal
-php_targets_php5-4
-
 # Brian Evans <grknight@gentoo.org> (22 Aug 2016)
 # php 5.5 is end of life, masked for removal
 php_targets_php5-5


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-18  8:35 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-08-18  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8dfe06d27ea9f64c744940980a2d2d2f126fd1ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 19:17:23 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 08:34:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfe06d2

profiles: base: Cleanup obsolete media-video/vlc package.use.mask

 profiles/base/package.use.mask | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d50a32863bc..3dfff9e910d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -667,7 +667,7 @@ media-sound/pulseaudio system-wide
 net-proxy/squid ipf-transparent pf-transparent
 
 # Alexis Ballier <aballier@gentoo.org> <16 Feb 2011>
-# Win32 specific useflags for vlc. Can be used for cross-compiling.
-media-video/vlc directx dxva2
+# Win32 specific useflag for vlc. Can be used for cross-compiling.
+media-video/vlc directx
 # Mac OSX / iPhone OS specific useflags
-media-video/vlc audioqueue macosx-dialog-provider macosx-eyetv macosx-quartztext macosx-qtkit
+media-video/vlc macosx-qtkit


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-25  6:31 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-08-25  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6d1767226d8602945894f8d5c5fcfd98b2cd32a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 18:41:02 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 06:31:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d176722

profiles: Drop obsolete sci-physics/root[qt4] p.use.mask

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4955c74c212..2bc22dc1ce3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -164,10 +164,6 @@ dev-java/oracle-jre-bin:9 gentoo-vm
 # Requires audacious, which is masked. Bug 632513
 media-libs/freeverb3 jack
 
-# Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2017)
-# USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754
-sci-physics/root qt4
-
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (18 Sep 2017)
 # Ian Stakenvicius <axs@gentoo.org> (27 Sep 2017)
 # Depends on >=icu-59, still masked.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-26 11:33 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-08-26 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     dd17063f38e241747304a84ead4d2ce685817c7f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 11:24:08 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 11:33:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd17063f

profiles: Cleanup obsolete qt4 p.use.mask entries

 profiles/base/package.use.mask | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8514cae8121..71ee01400fd 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -45,13 +45,6 @@ app-emulation/qemu static
 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


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-08-29  7:51 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-08-29  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     295f82a1e6eb89e5c8240e90ed61f3347803f81d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 28 19:24:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 07:45:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295f82a1

profiles: Cleanup obsolete qt4 p.use.mask entries

 profiles/base/package.use.mask | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3efe40a752c..8e69a49056f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -23,16 +23,6 @@ app-emulation/wine-staging ffmpeg
 # only a subset of the archs rng-tools supports
 sys-apps/rng-tools jitterentropy
 
-# Andreas Sturmlechner <asturm@gentoo.org> (18 Jun 2018)
-# Qt4 is dead and going away. Bug #638260
-sci-libs/ViSP qt4
-
-# Andreas Sturmlechner <asturm@gentoo.org> (18 Jun 2018)
-# dev-python/PyQt4 and dev-python/pyside are dead and going away.
-dev-python/pandas X
-media-video/syncplay gui
-net-wireless/gnuradio qt4
-
 # Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
 # dev-libs/DirectFB is being removed (#606194)
 www-plugins/gnash directfb


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-09-11 16:24 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-09-11 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     66f09b69e86c4cdf721558e0fb5258a44b8f4238
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 14:57:59 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 16:23:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f09b69

profiles: Stable-mask kde-plasma/plasma-desktop[appstream]

 profiles/base/package.use.stable.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 6f64db71a53..9f10638c02d 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (11 Sep 2018)
+# Sometimes crashes Plasma with Appstream versions pre-0.12. Newer versions
+# of dev-libs/appstream are blocked, bug #646252, #639016. See also:
+# https://mail.kde.org/pipermail/kde-distro-packagers/2018-September/000347.html
+kde-plasma/plasma-desktop appstream
+
 # Andreas Sturmlechner <asturm@gentoo.org> (22 Jul 2018)
 # >=media-video/libav-12 not stable yet, bug #617508
 >=media-libs/mlt-6.6.0 libav


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-09-11 16:32 Andreas Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Hüttel @ 2018-09-11 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     2a444cd352e4193e130bb28e46d8f39739aa335c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 16:27:22 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 16:31:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a444cd3

package.use.force: Since <glibc-2.26 is masked, we need to force libtirpc

 profiles/base/package.use.force | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index ee4a7c23640..ea3a57c993a 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,21 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (11 Sep 2018)
+# All glibc versions that include RPC code are masked now.
+dev-libs/libspt libtirpc
+dev-perl/Lab-VXI11 libtirpc
+mail-mta/exim libtirpc
+net-analyzer/argus libtirpc
+net-analyzer/snort libtirpc
+net-firewall/conntrack-tools libtirpc
+net-fs/autofs libtirpc
+net-libs/libnsl libtirpc
+net-libs/rpcsvc-proto libtirpc
+net-misc/netkit-bootparamd libtirpc
+sci-astronomy/esomidas libtirpc
+sys-cluster/glusterfs libtirpc
+
 # 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


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-09-12  7:27 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-09-12  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a2f64ce8aad7851071966773b2df996153eb17e1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 12 07:26:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 12 07:26:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f64ce8

profiles: Update kde-plasma/plasma-desktop[appstream] mask message

 profiles/base/package.use.stable.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 9f10638c02d..0b8350f3e5c 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -5,8 +5,8 @@
 # Please use the same syntax as in package.use.mask
 
 # Andreas Sturmlechner <asturm@gentoo.org> (11 Sep 2018)
-# Sometimes crashes Plasma with Appstream versions pre-0.12. Newer versions
-# of dev-libs/appstream are blocked, bug #646252, #639016. See also:
+# Sometimes crashes Plasma with Appstream versions pre-0.12.
+# Newer versions of dev-libs/appstream are not stable yet. See also:
 # https://mail.kde.org/pipermail/kde-distro-packagers/2018-September/000347.html
 kde-plasma/plasma-desktop appstream
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-09-13 16:59 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-09-13 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ee82b7cae7648f4b54332c5266d975e12faa70cc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 16:59:07 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 16:59:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee82b7ca

profiles: Restore USE=mumble masks

 profiles/base/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 0cca37d64d5..6082a468925 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -16,6 +16,10 @@ postgres_targets_postgres11
 # Mask PHP 7.3 target while in beta
 php_targets_php7-3
 
+# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
+# media-sound/mumble is masked/not keyworded at this point, bug #656826.
+mumble
+
 # Matt Turner <mattst88@gentoo.org> (23 Nov 2017)
 # For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
 # Bug #606132.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-09-16 19:35 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-09-16 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ef4cc3971e3f889c22fe6d178159c3f57708c2fc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 18:46:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 19:35:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4cc397

profiles: Mask media-sound/jack2, media-video/ffmpeg [celt]

Bug: https://bugs.gentoo.org/664154

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 05e9d457d2c..273a60536a3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (16 Sep 2018)
+# media-libs/celt is going away, superseded by opus, bug #664154
+media-sound/jack2 celt
+media-video/ffmpeg celt
+
 # Alon Bar-Lev <alonbl@gentoo.org> (11 Sep 2018)
 # Waiting for >=dev-libs/libressl-2.7 to be stablized.
 >=dev-libs/opensc-0.18.0 libressl


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-09-18 19:53 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-09-18 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8c644b3271bd5cb86365ae8eef5baaefa4cfd003
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 18 19:41:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 18 19:53:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c644b32

profiles: Restrict app-office/libreoffice[kde] stable-mask to 6.0*

 profiles/base/package.use.stable.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index dbdac995c85..a13c0ac8a17 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -33,8 +33,8 @@ media-video/vlc aom srt
 dev-python/s3fs test
 
 # Andreas Sturmlechner <asturm@gentoo.org> (22 Apr 2018)
-# Not ready for stable, crashes LO on some systems.
->=app-office/libreoffice-6.0 kde
+# Huge patchset in 6.0, early crash reports with fix in ~arch KF5/Plasma-5
+=app-office/libreoffice-6.0* kde
 
 # Andreas Sturmlechner <asturm@gentoo.org> (03 Mar 2018)
 # Depends on unstable dependencies; qt3d bug #652046


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-09-26 14:04 Virgil Dupras
  0 siblings, 0 replies; 1247+ messages in thread
From: Virgil Dupras @ 2018-09-26 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5378291a91a7bd63b67cc9782bbb860abc69c75f
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 26 14:02:09 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Wed Sep 26 14:02:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5378291a

profiles: hard-mask server USE flag on dev-python/paramiko

For security reasons.

Bug: https://bugs.gentoo.org/666619
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 273a60536a3..a11b641539c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Virgil Dupras <vdupras@gentoo.org> (26 Sep 2018)
+# Server feature in paramiko is patched out for security reasons. It can
+# be re-enabled with the 'server' USE flag, but this flag is hard
+# masked. bug #666619
+dev-python/paramiko server
+
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Sep 2018)
 # media-libs/celt is going away, superseded by opus, bug #664154
 media-sound/jack2 celt


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-09-29 13:22 Dirkjan Ochtman
  0 siblings, 0 replies; 1247+ messages in thread
From: Dirkjan Ochtman @ 2018-09-29 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     df4c8351cc7f06f994653ed9035d77d0dcb48cc3
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 13:17:08 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 13:22:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4c8351

profiles: mask rust{,-bin} clippy flag

Bug: https://bugs.gentoo.org/667286

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 911da73221c..7ebcd86cfe0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Dirkjan Ochtman <djc@gentoo.org> (29 Sep 2018)
+# Clippy is broken for now, can't find libraries (bug 667286)
+dev-lang/rust clippy
+dev-lang/rust-bin clippy
+
 # Virgil Dupras <vdupras@gentoo.org> (26 Sep 2018)
 # Server feature in paramiko is patched out for security reasons. It can
 # be re-enabled with the 'server' USE flag, but this flag is hard


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-06 21:26 Chí-Thanh Christopher Nguyễn
  0 siblings, 0 replies; 1247+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2018-10-06 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a1e6953a95b26a413efdb5a3ab3da661140d5552
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 21:25:21 2018 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 21:25:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e6953a

profiles/base/package.use.mask: mask X flag for media-fonts/encodings

Bug: https://bugs.gentoo.org/show_bug.cgi?id=665008
Signed-off-by: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7ebcd86cfe0..6cfe118fb8a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (06 Oct 2018)
+# address user visible breakage due to circular dependency #665008
+=media-fonts/encodings-1.0.4-r3 X
+
 # Dirkjan Ochtman <djc@gentoo.org> (29 Sep 2018)
 # Clippy is broken for now, can't find libraries (bug 667286)
 dev-lang/rust clippy


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-09 14:57 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2018-10-09 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3685815fb99923f35a19a4a9f8af438e457df678
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 14:56:05 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 14:56:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3685815f

profiles: base/make.defaults - Change PHP_TARGETS default

php 7.0 will be soon deprecated.  Move default target to 7.1
with 5.6 legacy until that is masked

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 6e1ada342cf..8e489bf49e1 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -161,4 +161,4 @@ POSTGRES_TARGETS="postgres9_5 postgres10"
 # Moreover, it should only contain targets that have a stable version
 # of PHP, to avoid pulling in an unstable PHP on stable systems.
 #
-PHP_TARGETS="php5-6 php7-0"
+PHP_TARGETS="php5-6 php7-1"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-16 14:21 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-10-16 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     46ae112a249cda6b22d349deee8b1560a8703cfd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 14:20:54 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 14:21:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ae112a

profiles: Stable-mask kde-plasma/powerdevil[brightness-control]

Bug: https://bugs.gentoo.org/665244
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index c416cbaa11c..b1778ab0cc2 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2018)
+# app-misc/ddcutil is not yet stable.
+kde-plasma/powerdevil brightness-control
+
 # Andreas Sturmlechner <asturm@gentoo.org> (11 Sep 2018)
 # Sometimes crashes Plasma with Appstream versions pre-0.12.
 # Newer versions of dev-libs/appstream are not stable yet. See also:


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-16 19:54 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2018-10-16 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     38752dad779ef4d8d84097a3688cfa8e4f0f81c1
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 19:51:05 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 19:53:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38752dad

profiles: Mask media-libs/mesa's openmax flag

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 94d66f4a347..e8bc2da522e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner <mattst88@gentoo.org> (16 Oct 2018)
+# media-libs/libomxil-bellagio is masked for removal.
+media-libs/mesa openmax
+
 # Thomas Deutschmann <whissi@gentoo.org> (12 Oct 2018)
 # Requires www-client/firefox which isn't available on all architectures
 # yet, unmask per arch


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-18  9:05 Dirkjan Ochtman
  0 siblings, 0 replies; 1247+ messages in thread
From: Dirkjan Ochtman @ 2018-10-18  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b80a65d1896524f4abb0d98d52264ba037598047
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 09:04:09 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 09:05:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80a65d1

profiles: allow clippy for new dev-lang/rust

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e8bc2da522e..7592c0b9ec7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -22,7 +22,7 @@ app-misc/tracker firefox-bookmarks
 
 # Dirkjan Ochtman <djc@gentoo.org> (29 Sep 2018)
 # Clippy is broken for now, can't find libraries (bug 667286)
-dev-lang/rust clippy
+<dev-lang/rust-1.29.2 clippy
 dev-lang/rust-bin clippy
 
 # Virgil Dupras <vdupras@gentoo.org> (26 Sep 2018)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-18 10:14 Lars Wendler
  0 siblings, 0 replies; 1247+ messages in thread
From: Lars Wendler @ 2018-10-18 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a8774d349e5a315d4570da115e1406f69ce869fd
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 10:12:33 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 10:14:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8774d34

base/package.use.mask: Make net-libs/gsoap[gnutls] mask more precise

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 profiles/base/package.use.mask | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7592c0b9ec7..c4002527bcd 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Lars Wendler <polynomial-c@gentoo.org> (18 Oct 2018)
+# gnutls is broken in older releases
+<net-libs/gsoap-2.8.64 gnutls
+
 # Matt Turner <mattst88@gentoo.org> (16 Oct 2018)
 # media-libs/libomxil-bellagio is masked for removal.
 media-libs/mesa openmax
@@ -281,10 +285,6 @@ app-editors/emacs-vcs cairo
 # Needs a Gstreamer plugin from gst-plugins-bad that is not packaged to date
 media-plugins/grilo-plugins chromaprint
 
-# Lars Wendler <polynomial-c@gentoo.org> (19 Aug 2016)
-# gnutls is broken for years
->=net-libs/gsoap-2.8.0 gnutls
-
 # Michał Górny <mgorny@gentoo.org> (05 Jul 2016)
 # Mask system-clang support as it requires llvm-3.4 that is subject
 # to security bug cleanup, #585102.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-18 21:48 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-10-18 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     611375fa28fe66cd456cbec8b011cbed023dd947
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 21:46:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 21:48:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611375fa

profiles: Lift stable-mask of sci-geosciences/qgis[3d]

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index b1778ab0cc2..ce0805ba2c0 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -35,8 +35,8 @@ dev-python/s3fs test
 =app-office/libreoffice-6.0* kde
 
 # Andreas Sturmlechner <asturm@gentoo.org> (03 Mar 2018)
-# Depends on unstable dependencies; qt3d bug #652046
-sci-geosciences/qgis 3d grass
+# sci-geosciences/grass is not stable
+sci-geosciences/qgis grass
 
 # Thomas Beierlein <tomjbe@gentoo.org> (21 Mar 2018)
 # ~app-backup/bacula-9.0.6 does not compile with USE=libressl (bug #641492)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-19 11:06 James Le Cuirot
  0 siblings, 0 replies; 1247+ messages in thread
From: James Le Cuirot @ 2018-10-19 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c5aa57eb7fe847b1c7215ee407943b5ba4399fe5
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 20:24:27 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 10:59:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5aa57eb

profiles: Mask gentoo-vm USE flag on Java 11 VMs

Java 9+ is not yet fully supported on Gentoo. Having a masked
gentoo-vm flag allows us to provide it without it breaking Gentoo
packages. Those who wish to experiment with it as a fully recognized
Gentoo JVM can unmask the flag.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/base/package.use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c4002527bcd..e36a6696f5c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -134,12 +134,16 @@ sys-libs/glibc compile-locales
 media-video/ffmpeg appkit
 
 # James Le Cuirot <chewi@gentoo.org> (17 Dec 2017)
-# Java 9 is not yet fully supported on Gentoo. Having a masked
+# Java 9+ is not yet fully supported on Gentoo. Having a masked
 # gentoo-vm flag allows us to provide it without it breaking Gentoo
 # packages. Those who wish to experiment with it as a fully recognised
 # Gentoo JVM can unmask the flag.
 dev-java/oracle-jdk-bin:9 gentoo-vm
 dev-java/oracle-jre-bin:9 gentoo-vm
+dev-java/oracle-jdk-bin:11 gentoo-vm
+dev-java/oracle-jre-bin:11 gentoo-vm
+dev-java/openjdk-bin:11 gentoo-vm
+dev-java/openjdk:11 gentoo-vm
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017)
 # Requires audacious, which is masked. Bug 632513


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-21 12:43 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-10-21 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     199b6a8c60f40037e26ce242393147ecc3aaf334
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 12:40:00 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 12:42:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199b6a8c

Mask media-gfx/splashutils and co. for removal

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e36a6696f5c..3e87f308515 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gento.org> (21 Oct 2018)
+# splashutils is being removed
+sys-power/suspend fbsplash
+
 # Lars Wendler <polynomial-c@gentoo.org> (18 Oct 2018)
 # gnutls is broken in older releases
 <net-libs/gsoap-2.8.64 gnutls


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-24 19:54 Alfredo Tupone
  0 siblings, 0 replies; 1247+ messages in thread
From: Alfredo Tupone @ 2018-10-24 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6c69d99e6c710cee2501d6f1f6db492ceb29f0f8
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 24 19:50:08 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Oct 24 19:54:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c69d99e

dev-lang/gnat-gpl does not build with jit and march=native

Closes: https://bugs.gentoo.org/669346

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3e87f308515..0c4b7b52f79 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Alfredo Tupone <tupone@gentoo.org> (24 Oct 2018)
+# jit brokes build of gnat-gpl
+dev-lang/gnat-gpl jit
+
 # Pacho Ramos <pacho@gento.org> (21 Oct 2018)
 # splashutils is being removed
 sys-power/suspend fbsplash


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-10-29  1:33 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2018-10-29  1:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2cda444e1e943648436d19bba42075a08e6245c0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 29 01:33:24 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 01:33:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cda444e

profiles/base: Update for igt-gpu-tools move

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.force | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index a43023cc367..02bbed529b2 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -17,7 +17,7 @@ sys-cluster/glusterfs libtirpc
 # 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
+>=x11-apps/igt-gpu-tools-1.23 alsa chamelium doc glib gsl sound valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xrandr xv
 
 # NP-Hardass <NP-Hardass@gentoo.org> (10 Apr 2017)
 # Always force patch on appropriate variant to ensure


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-01 10:41 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-11-01 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5bb39a717b0a6a2850dcc32b70a897b128e140d3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 10:40:38 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 10:40:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb39a71

base/package.use.mask: gksu will be removed (#594214)

Closes: https://bugs.gentoo.org/594214
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0c4b7b52f79..1b13ee95ee1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gento.org> (01 Nov 2018)
+# gksu is going to be removed (#594214)
+mate-extra/caja-extensions gksu
+
 # Alfredo Tupone <tupone@gentoo.org> (24 Oct 2018)
 # jit brokes build of gnat-gpl
 dev-lang/gnat-gpl jit


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-01 10:45 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-11-01 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     cde3c1c64b3c0a599c98c1ddce125efa37372d7e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 10:44:24 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 10:44:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde3c1c6

base/package.use.mask: cman is going to be removed

Closes: https://bugs.gentoo.org/650738
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1b13ee95ee1..d6a34152ce4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gento.org> (01 Nov 2018)
+# cman and co. are going to be removed (#650738)
+sys-fs/lvm2 cman
+
 # Pacho Ramos <pacho@gento.org> (01 Nov 2018)
 # gksu is going to be removed (#594214)
 mate-extra/caja-extensions gksu


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-01 10:46 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-11-01 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     81b114f3f031237bd988d8842eea1fd9d762e144
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 10:45:48 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 10:45:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b114f3

base/package.use.mask: clvm is leaving with cman stack

Bug: https://bugs.gentoo.org/650738
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d6a34152ce4..4f06999b329 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -9,7 +9,7 @@
 
 # Pacho Ramos <pacho@gento.org> (01 Nov 2018)
 # cman and co. are going to be removed (#650738)
-sys-fs/lvm2 cman
+sys-fs/lvm2 cman clvm
 
 # Pacho Ramos <pacho@gento.org> (01 Nov 2018)
 # gksu is going to be removed (#594214)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-04 13:55 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-11-04 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c06caedd7c6bb91be0b8e963eb2cb98e74448f67
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 13:54:21 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov  4 13:54:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06caedd

base/make.defaults: Add GOBIN to ENV_UNSET

Random values in GOBIN can affect the building of some packages:
https://archives.gentoo.org/gentoo-dev/message/163010f83ae7819d80c0cfdf797cbfe0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/make.defaults | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 8e489bf49e1..167a51095d4 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -36,7 +36,11 @@ CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
 # PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX:
 # These are guaranteed to confuse perl module installation. Pre-EAPI7
 # the Perl eclasses bail out if they are set. Now we declare them here.
-ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX"
+#
+# GOBIN needs to be cleaned as random values in GOBIN can affect the
+# building of some packages:
+# https://archives.gentoo.org/gentoo-dev/message/163010f83ae7819d80c0cfdf797cbfe0
+ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX GOBIN"
 
 # Variables that are set exclusively by the profile
 # and not by user configuration files.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-04 15:16 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-11-04 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     919f5e828b403628e957b4e8b5e4fb019bc0b563
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 15:11:06 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov  4 15:16:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919f5e82

base/package.use.mask: upower-pm-utils will be removed

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 103699c0c2a..e276b33bce3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gento.org> (04 Nov 2018)
+# upower-pm-utils will be removed (#596988)
+mate-extra/mate-power-manager pm-utils
+
 # Pacho Ramos <pacho@gento.org> (04 Nov 2018)
 # media-libs/schroedinger will be removed (#602938)
 media-libs/libquicktime schroedinger


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-06 12:03 Mikhail Pukhlikov
  0 siblings, 0 replies; 1247+ messages in thread
From: Mikhail Pukhlikov @ 2018-11-06 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4ee78d5d9a1b53bbfe4ba70cf07eed38bf963d1b
Author:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 12:01:10 2018 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 12:03:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee78d5d

profiles/base/package.use.mask: remove outdated mono[doc] mask

Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>

 profiles/base/package.use.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e276b33bce3..d22c53ba440 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -402,11 +402,6 @@ sys-auth/consolekit cgroups
 sys-devel/gcc awt
 dev-java/gcj-jdk awt
 
-# Heather Cynede <cynede@gentoo.org> (13 Aug 2015)
-# mono currently fails with doc most likely because of xattr
-# Gentoo bug: 554484
->=dev-lang/mono-3.12.1 doc
-
 # Mike Gilbert <floppym@gentoo.org> (16 May 2015)
 # dev-lang/python[berkdb] fails with recent multilib sys-libs/db (bug 519584).
 dev-lang/python berkdb


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-07 13:09 Mikle Kolyada
  0 siblings, 0 replies; 1247+ messages in thread
From: Mikle Kolyada @ 2018-11-07 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     350f1a26d1f43524fbfbe6888499344696e2128a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  7 13:08:55 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Nov  7 13:09:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350f1a26

profiles/base/p.u.stable.mask: add app-admin/sudo[sssd]

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index ce0805ba2c0..b91562be1e7 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Mikle Kolyada <zlogene@gentoo.org> (07 Nov 2018)
+# sssd is only stable for amd64 and x86
+app-admin/sudo sssd
+
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2018)
 # app-misc/ddcutil is not yet stable.
 kde-plasma/powerdevil brightness-control


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-08  7:00 Alon Bar-Lev
  0 siblings, 0 replies; 1247+ messages in thread
From: Alon Bar-Lev @ 2018-11-08  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b64ab4904391b0606a46f275fe7de82ff3c1c337
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  8 06:57:45 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Nov  8 07:00:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64ab490

profiles: package.use.mask: mask app-crypt/xca[libressl]

Needs >=dev-libs/libressl-2.7.0

Bug: https://bugs.gentoo.org/show_bug.cgi?id=662594
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f87df0997a8..aa52b25efef 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Alon Bar-Lev <alonbl@gentoo.org> (08 Nov 2018)
+# Waiting for >=dev-libs/libressl-2.7 to be unmasked.
+>=app-crypt/xca-2.1.0 libressl
+
 # Pacho Ramos <pacho@gento.org> (04 Nov 2018)
 # upower-pm-utils will be removed (#596988)
 mate-extra/mate-power-manager pm-utils


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-14 22:00 Pacho Ramos
  0 siblings, 0 replies; 1247+ messages in thread
From: Pacho Ramos @ 2018-11-14 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0f817412aea9f3f1346fdb604eba821c9c43a988
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 14 21:58:56 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov 14 21:59:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f817412

base/package.use.mask: re-enable razor support for amavisd-new

As razor was fixed

Bug: https://bugs.gentoo.org/648204
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0575c414bab..b7aa41527c4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -13,10 +13,6 @@ net-misc/wicd pm-utils
 sys-apps/razercfg pm-utils
 sys-power/powermgmt-base pm-utils
 
-# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
-# razor will be removed
-mail-filter/amavisd-new razor
-
 # Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
 # sci-libs/spqr is going to be removed
 dev-cpp/eigen test


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-17 15:27 Aaron Swenson
  0 siblings, 0 replies; 1247+ messages in thread
From: Aaron Swenson @ 2018-11-17 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ebcba06d55421bb1783ca9f911655008dd06f1d1
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 15:22:13 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 15:26:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcba06d

profiles/base/use.mask: Remove postgres11 mask

dev-db/postgresql:11 is no longer masked.

Signed-off-by: Aaron Swenson <titanofold <AT> gentoo.org>

 profiles/base/use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index ff78977953a..c3c34d56209 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -16,10 +16,6 @@ input_devices_tslib
 # Mask PostgreSQL 12 while in (pre-)alpha.
 postgres_targets_postgres12
 
-# Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018)
-# Mask PostgreSQL 11 while in beta/RC.
-postgres_targets_postgres11
-
 # Brian Evans <grknight@gentoo.org> (10 Aug 2018)
 # Mask PHP 7.3 target while in beta
 php_targets_php7-3


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-18  9:37 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2018-11-18  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     40d75522a8f5f9db4d1abdc7f01b2bb3a46db024
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 08:53:20 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 09:36:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d75522

profiles: Drop obsolete media-video/vlc[schroedinger] package.use.mask

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b7aa41527c4..92b4af78f9d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -32,7 +32,6 @@ mate-extra/mate-power-manager pm-utils
 media-libs/libquicktime schroedinger
 media-video/ffmpeg schroedinger
 media-video/libav schroedinger
-media-video/vlc schroedinger
 
 # Pacho Ramos <pacho@gento.org> (04 Nov 2018)
 # media-plugins/mediastreamer-silk will be removed (#599580)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-18 10:02 Alfredo Tupone
  0 siblings, 0 replies; 1247+ messages in thread
From: Alfredo Tupone @ 2018-11-18 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d325b8256d0d000333dbd757f16b717abeba7c0f
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 10:01:28 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 10:01:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d325b825

dev-lang/gna-gpl: remove go use flag

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 92b4af78f9d..e683b937211 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Alfredo Tupone <tupone@gentoo.org> (18 Nov 2018)
+# go brokes build of gnat-gpl
+dev-lang/gnat-gpl go
+
 # Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
 # pm-utils will be removed, bug #659616
 net-misc/wicd pm-utils


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-27 20:00 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2018-11-27 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     906dbe1f4b42c49a4c9706ad26d627186dad8a32
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 19:43:01 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 19:44:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906dbe1f

profiles: Remove mask on xauth's USE=test

cmdtest is stable on all arches now.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 029d34c4e7a..2d3f53b0b73 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -268,10 +268,6 @@ sys-devel/gcc pie
 # Needs sandbox-2.11 (masked)
 >=www-client/chromium-59 tcmalloc
 
-# Matt Turner <mattst88@gentoo.org> (04 Mar 2017)
-# Requires dev-util/cmdtest stabilization, bug 611052
-x11-apps/xauth test
-
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (02 Mar 2017)
 # Known build issue with system libvpx:
 # https://bugs.gentoo.org/show_bug.cgi?id=611394


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-11-28 10:26 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-11-28 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b1e16853518fecc0afd49b65a0b97dad8d3082b9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 10:25:04 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 10:25:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e16853

profiles/use.mask: Revert removing mumble mask

The mask is still used.  My mistake.

Fixes: 9180ae56044 (profiles: Remove a bunch of obsolete ...)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 29c9ff4e198..047e6b0cfcd 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # This file is only for generic masks. For arch-specific masks (i.e.
@@ -20,6 +20,10 @@ postgres_targets_postgres12
 # Mask PHP 7.3 target while in beta
 php_targets_php7-3
 
+# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
+# media-sound/mumble is masked/not keyworded at this point, bug #656826.
+mumble
+
 # Matt Turner <mattst88@gentoo.org> (23 Nov 2017)
 # For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
 # Bug #606132.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-12-01 18:13 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-12-01 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b746b97d91b6a43d73d14e6538d25074a3e74b4e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 18:09:03 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 18:13:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b746b97d

profiles/base: Move USE=mumble mask to package.use.mask

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 9 +++++++++
 profiles/base/use.mask         | 4 ----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4b8e42c05d1..b5ed1b31eb7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,15 @@
 # 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> (01 Dec 2018)
+# Moved from use.mask to specific packages.
+# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
+# media-sound/mumble is masked/not keyworded at this point, bug #656826.
+games-fps/quake3 mumble
+games-fps/turtlearena mumble
+games-fps/urbanterror mumble
+games-rpg/manaplus mumble
+
 # Michał Górny <mgorny@gentoo.org> (28 Nov 2018)
 # Requires last-rited games-server/ut2003-ded.
 games-fps/ut2003 dedicated

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 047e6b0cfcd..ff315cd4597 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -20,10 +20,6 @@ postgres_targets_postgres12
 # Mask PHP 7.3 target while in beta
 php_targets_php7-3
 
-# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
-# media-sound/mumble is masked/not keyworded at this point, bug #656826.
-mumble
-
 # Matt Turner <mattst88@gentoo.org> (23 Nov 2017)
 # For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
 # Bug #606132.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-12-01 18:13 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-12-01 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     45159470fcaf38e7c34bf75f39c16c8c9b31a9eb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 18:09:44 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 18:13:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45159470

profiles/base: Remove obsolete php5-5 mask

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index ff315cd4597..b7fada49ea9 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -113,7 +113,3 @@ netlink
 # Enabling this you will get a fully unsupported Gnome setup that
 # could suffer unexpected problem, don't expect support for it then.
 openrc-force
-
-# Brian Evans <grknight@gentoo.org> (22 Aug 2016)
-# php 5.5 is end of life, masked for removal
-php_targets_php5-5


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-12-08 15:45 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-12-08 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f19f9d1a7fcb909087499a703143e237a160fdd3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 15:40:28 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 15:45:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19f9d1a

profiles/base: Mask >=sys-devel/clang-8[z3] due to deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0bb2172a7ec..96832a07b0a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # 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> (08 Dec 2018)
+# Requires z3-4.7.1+ that's not packaged in Gentoo.
+>=sys-devel/clang-8 z3
+
 # Michał Górny <mgorny@gentoo.org> (01 Dec 2018)
 # Moved from use.mask to specific packages.
 # Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-12-11 16:20 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-12-11 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     81c21d6ead27d4cae89c245a1d09bfa184b6a276
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 16:14:56 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 16:14:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c21d6e

profiles/base: Remove obsolete mate-power-manager[pm-utils] mask

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d33cbb7da2f..5b180147d44 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -44,10 +44,6 @@ sci-libs/ceres-solver sparse
 # Waiting for >=dev-libs/libressl-2.7 to be unmasked.
 >=app-crypt/xca-2.1.0 libressl
 
-# Pacho Ramos <pacho@gento.org> (04 Nov 2018)
-# upower-pm-utils will be removed (#596988)
-mate-extra/mate-power-manager pm-utils
-
 # Alfredo Tupone <tupone@gentoo.org> (24 Oct 2018)
 # jit brokes build of gnat-gpl
 dev-lang/gnat-gpl jit


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-12-14 17:35 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-12-14 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f1bba27653348b37b61aa1c6c9aee86bd3bb0bdb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 14 17:30:23 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 14 17:35:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bba276

profiles/base: Unmask sys-devel/clang[z3]

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5b180147d44..eefc6e9eed2 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,10 +7,6 @@
 # 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> (08 Dec 2018)
-# Requires z3-4.7.1+ that's not packaged in Gentoo.
->=sys-devel/clang-8 z3
-
 # Michał Górny <mgorny@gentoo.org> (01 Dec 2018)
 # Moved from use.mask to specific packages.
 # Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2018-12-20 14:52 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2018-12-20 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     55aaa2e504687e64d4e0ddd305989d1540c0f5a8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 14:51:23 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 14:52:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55aaa2e5

profiles/base: Unmask USE=z3 on clang-8+

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index eefc6e9eed2..82ac3f93ec4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -187,7 +187,7 @@ app-emulation/libvirt openvz
 # Michał Górny <mgorny@gentoo.org> (30 Jul 2017)
 # The Z3 backend is unstable and causes assertion failures. Mask it
 # until upstream fixes it properly.
-sys-devel/clang z3
+<sys-devel/clang-8 z3
 
 # Mike Gilbert <floppym@gentoo.org> (09 Jul 2017)
 # Matthias Dahl <matthias.dahl@binary-island.eu> (05 Jul 2017)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-09  9:18 Hans de Graaff
  0 siblings, 0 replies; 1247+ messages in thread
From: Hans de Graaff @ 2019-01-09  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e799344fc44a48bfa488e49ddfcf5ab3c48cf219
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  9 09:16:32 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan  9 09:16:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e799344f

base/make.defaults: drop ruby23 from default RUBY_TARGETS

Ideally this would have been left here a bit longer to facilitate
updating to ruby24, but with ruby23 blocking openssl 1.1.0 it is
causing enough noise that we are removing this a bit earlier.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b05b09643f7..e82e9643d13 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -99,7 +99,7 @@ NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb p
 # Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015)
 # Default Ruby build target(s)
 # Updated to include ruby24 on 12 Nov 2018
-RUBY_TARGETS="ruby23 ruby24"
+RUBY_TARGETS="ruby24"
 
 # Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009)
 # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-10 18:01 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-01-10 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0ee07dc7b346e17a224882158520d558d0df5ee8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 10 17:31:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 10 18:01:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee07dc7

profiles: Drop obsolete app-office/libreoffice[kde] p.use.stable.mask

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 48dfc33ec06..9437cfea4dc 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -38,10 +38,6 @@ media-video/vlc aom srt
 # Depends on lots of unstable dependencies
 dev-python/s3fs test
 
-# Andreas Sturmlechner <asturm@gentoo.org> (22 Apr 2018)
-# Huge patchset in 6.0, early crash reports with fix in ~arch KF5/Plasma-5
-=app-office/libreoffice-6.0* kde
-
 # Andreas Sturmlechner <asturm@gentoo.org> (03 Mar 2018)
 # sci-geosciences/grass is not stable
 sci-geosciences/qgis grass


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-10 18:01 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-01-10 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     502c0a8f693f3a14ea62e44d55b52b63b45a1e5b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 10 17:32:05 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 10 18:01:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502c0a8f

profiles: Drop obsolete kde-plasma/plasma-desktop[appstream] stable-mask

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 9437cfea4dc..c2d1aaa5bcb 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -16,12 +16,6 @@ app-admin/sudo sssd
 # app-misc/ddcutil is not yet stable.
 kde-plasma/powerdevil brightness-control
 
-# Andreas Sturmlechner <asturm@gentoo.org> (11 Sep 2018)
-# Sometimes crashes Plasma with Appstream versions pre-0.12.
-# Newer versions of dev-libs/appstream are not stable yet. See also:
-# https://mail.kde.org/pipermail/kde-distro-packagers/2018-September/000347.html
-kde-plasma/plasma-desktop appstream
-
 # Michał Górny <mgorny@gentoo.org> (07 Jun 2018)
 # sys-libs/netbsd-csu not stable yet.
 sys-devel/clang-runtime crt


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-11 15:35 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2019-01-11 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     51857000497c251a816b18c9d9b5111c4bb5fe39
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 11 15:33:57 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jan 11 15:35:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51857000

profiles: Mask package USE that depend on PHP 7.0

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/package.use.mask | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 82ac3f93ec4..203f9d99c71 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file requires >=portage-2.1.1
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Brian Evans <grknight@gentoo.org> (11 Jan 2019)
+# Depend on the EOL PHP 7.0
+dev-libs/Ice php
+www-servers/nginx-unit php7-0
+
 # Michał Górny <mgorny@gentoo.org> (01 Dec 2018)
 # Moved from use.mask to specific packages.
 # Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-13  0:13 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-01-13  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1c17fb053770f1dd911e86bef70ff1868cd21fe9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 23:09:01 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 13 00:12:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c17fb05

profiles: base: Mask media-video/vlc[dav1d]

Not keyworded on most arches.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 203f9d99c71..0fc01a0f2eb 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (12 Jan 2019)
+# Not keyworded on most arches
+media-video/vlc dav1d
+
 # Brian Evans <grknight@gentoo.org> (11 Jan 2019)
 # Depend on the EOL PHP 7.0
 dev-libs/Ice php


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-13 16:41 Nick Sarnie
  0 siblings, 0 replies; 1247+ messages in thread
From: Nick Sarnie @ 2019-01-13 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bc663bcc92b40d79c8bc813a40ebd9e6025d6486
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 13 16:41:20 2019 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Sun Jan 13 16:41:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc663bcc

profiles/base/package.use.mask: Remove wine ffmpeg mask

Not masked anymore

Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 profiles/base/package.use.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0fc01a0f2eb..b00bb12a439 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -84,11 +84,6 @@ dev-python/paramiko server
 # and compiler/binutils combinations.)
 sys-libs/glibc cet
 
-# Nick Sarnie <sarnex@gentoo.org> (15 Jul 2018)
-# Requires media-video/ffmpeg-4 which is masked
-app-emulation/wine-any ffmpeg
-app-emulation/wine-staging ffmpeg
-
 # Göktürk Yüksek <gokturk@gentoo.org> (6 Jul 2018)
 # Dependency app-crypt/jitterentropy is keyworded for
 # only a subset of the archs rng-tools supports


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-16 12:01 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-01-16 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ac5a52d323a657090bec7ec533d22c57693bb748
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 11:57:09 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 12:00:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5a52d3

profiles: base: Drop 'plan' from CALLIGRA_FEATURES

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index e82e9643d13..f17e030445e 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -68,7 +68,7 @@ LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
 # Johannes Huber <johu@gentoo.org> (15 Apr 2018)
 # Andreas Sturmlechner <asturm@gentoo.org> (01 Jan 2019)
 # By default build all calligra features (except unmaintained: stage).
-CALLIGRA_FEATURES="karbon plan sheets words"
+CALLIGRA_FEATURES="karbon sheets words"
 
 # Andreas K. Huettel <dilfridge@gentoo.org> (28 Sep 2010)
 # Small default list of enabled plugins for collectd


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-16 21:00 Miroslav Šulc
  0 siblings, 0 replies; 1247+ messages in thread
From: Miroslav Šulc @ 2019-01-16 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     76059d7d0bfc108d2bef7726c87b7f01b91d9f9d
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 20:59:46 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 21:00:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76059d7d

profiles/base/package.use.mask: added dev-java/oracle-jdk-bin:11[gentoo-vm] mask

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 profiles/base/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f2e1c566f78..4c9f4bea6c4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -167,6 +167,7 @@ media-video/ffmpeg appkit
 # packages. Those who wish to experiment with it as a fully recognised
 # Gentoo JVM can unmask the flag.
 dev-java/oracle-jdk-bin:9 gentoo-vm
+dev-java/oracle-jdk-bin:11 gentoo-vm
 dev-java/oracle-jre-bin:9 gentoo-vm
 dev-java/openjdk-bin:11 gentoo-vm
 dev-java/openjdk:11 gentoo-vm


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-19 11:37 Georgy Yakovlev
  0 siblings, 0 replies; 1247+ messages in thread
From: Georgy Yakovlev @ 2019-01-19 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     78d4485abbd6b051e412964cc4e66756bc596adf
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 10:59:44 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jan 19 11:36:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d4485a

profiles: mask system-llvm useflag for latest rust

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 6ef493ec731..d2047150349 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Georgy Yakovlev <gyakovlev@gentoo.org> (19 Jan 2019)
+# currently broken, segfaults, bug #675752
+>=dev-lang/rust-1.32.0 system-llvm
+
 # Sven Wegener <swegener@gentoo.org> (18 Jan 2019)
 # Waiting for >=dev-libs/libressl-2.7 to be unmasked.
 >=net-libs/libvncserver-0.9.12 libressl


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-26  3:50 Georgy Yakovlev
  0 siblings, 0 replies; 1247+ messages in thread
From: Georgy Yakovlev @ 2019-01-26  3:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5346e2504a4c5ed64fbb41cc92b9a3095d59a656
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 01:16:31 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 03:35:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5346e250

profiles: remove system-llvm usemask for rust

Closes: https://bugs.gentoo.org/675752
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d2047150349..6ef493ec731 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,10 +7,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Georgy Yakovlev <gyakovlev@gentoo.org> (19 Jan 2019)
-# currently broken, segfaults, bug #675752
->=dev-lang/rust-1.32.0 system-llvm
-
 # Sven Wegener <swegener@gentoo.org> (18 Jan 2019)
 # Waiting for >=dev-libs/libressl-2.7 to be unmasked.
 >=net-libs/libvncserver-0.9.12 libressl


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-01-31  9:17 Tim Harder
  0 siblings, 0 replies; 1247+ messages in thread
From: Tim Harder @ 2019-01-31  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     05ac5145675818f0b42da20876e158ce5faf9c83
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 13:00:49 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 09:12:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ac5145

base/make.defaults: change NETBEANS settings name to NETBEANS_MODULES

To match the USE_EXPAND and USE flag settings.

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 8966740a2cc..975c2a93890 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -94,7 +94,7 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te
 
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008)
 # Netbeans modules/clusters
-NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
+NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
 
 # Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015)
 # Default Ruby build target(s)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-02-01  9:09 Georgy Yakovlev
  0 siblings, 0 replies; 1247+ messages in thread
From: Georgy Yakovlev @ 2019-02-01  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     29609d36927b2a8aafa0fd34090ca745c7f6a45b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  1 08:10:21 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Feb  1 09:02:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29609d36

profiles: mask gentoo-vm flag for openjdk{,-bin}:8

Bug: https://bugs.gentoo.org/672058
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 6ef493ec731..7142ecfc595 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Georgy Yakovlev <gyakovlev@gentoo.org> (17 Jan 2019 )
+# Mask openjdk:8 for use as system java-vm until it's proven to work
+dev-java/openjdk:8 gentoo-vm
+dev-java/openjdk-bin:8 gentoo-vm
+
 # Sven Wegener <swegener@gentoo.org> (18 Jan 2019)
 # Waiting for >=dev-libs/libressl-2.7 to be unmasked.
 >=net-libs/libvncserver-0.9.12 libressl


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-02-04  4:32 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2019-02-04  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5328e870725abd97c896724199e2cf08b264d967
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  4 04:31:21 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 04:31:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5328e870

profiles/base: Add pkg-config to BOOTSTRAP_USE

Closes: https://bugs.gentoo.org/509578
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 975c2a93890..c260c70f6a1 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -122,7 +122,7 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert <floppym@gentoo.org> (23 May 2018)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7"
+BOOTSTRAP_USE="cxx unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7"
 
 # Mike Gilbert <floppym@gentoo.org> (15 May 2012)
 # Default target(s) for python-r1.eclass


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-02-04 18:13 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2019-02-04 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     492450cc67513cd75a0458ce9eb73118a1180c7d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  4 18:03:32 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 18:12:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492450cc

profiles: Remove stale net/dnsmasq libidn2 mask

libidn2 has been stable for a while.

Closes: https://bugs.gentoo.org/675932
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index c2d1aaa5bcb..a8abb6fa514 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -90,10 +90,6 @@ sci-libs/gdal mdb
 # Unstable dependencies.
 dev-util/rpmdevtools emacs
 
-# Patrick McLean <chutzpah@gentoo.org> (11 Jul 2017)
-# Requires >=net-dns/libidn2-2.0 stabilization
-net-dns/dnsmasq libidn2
-
 # Andreas Sturmlechner <asturm@gentoo.org> (23 Mar 2017)
 # Requires dev-lang/julia stabilisation, bug #613576
 kde-apps/cantor julia


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-02-12 22:36 Ulrich Müller
  0 siblings, 0 replies; 1247+ messages in thread
From: Ulrich Müller @ 2019-02-12 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d058d2cddc048782667c2ef995e2bc408ba783b2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 22:01:10 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 22:36:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d058d2cd

profiles: Define a default for ACCEPT_LICENSE.

In its 2019-02-10 meeting, the Gentoo Council has decided that the
default for ACCEPT_LICENSE should be changed to @FREE. We take that
opportunity to move the default to make.defaults in the base profile,
for the following reasons:
 - The setting depends on the @FREE license group, which itself is not
   defined in Portage, but in profiles/license_groups.
 - Setting the default in profiles will allow to perform the switchover
   at a precise time, independent of Portage release and stabilisation
   schedule.
 - Profiles are a better location to define the default distro policy.
 - GLEP 23 says so.

Bug: https://bugs.gentoo.org/677800
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/base/make.defaults | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index c260c70f6a1..4182e6eb03e 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/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
 #
 # System-wide defaults for the Portage system
@@ -52,6 +52,9 @@ KERNEL="linux"
 USERLAND="GNU"
 INPUT_DEVICES="keyboard mouse"
 
+# Accept any license except those in the EULA license group.
+ACCEPT_LICENSE="* -@EULA"
+
 # Tomáš Chvátal <scarabeus@gentoo.org> (23 Mar 2013)
 # By default enable libreoffice implementation only.
 OFFICE_IMPLEMENTATION="libreoffice"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-02-13 13:56 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2019-02-13 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ffb994e3f4c4bbc8079de6c85d6ebc4d15ca5e65
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 13:56:08 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 13:56:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb994e3

profiles: Drop package.use.mask entry for www-servers/nginx-unit

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7142ecfc595..178c03359ed 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -29,7 +29,6 @@ media-video/vlc dav1d
 # Brian Evans <grknight@gentoo.org> (11 Jan 2019)
 # Depend on the EOL PHP 7.0
 dev-libs/Ice php
-www-servers/nginx-unit php7-0
 
 # Michał Górny <mgorny@gentoo.org> (01 Dec 2018)
 # Moved from use.mask to specific packages.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-02-16 21:50 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-02-16 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8ddcaba3dad65a30721a756a18c139e42c811ab3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 21:49:19 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 21:49:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddcaba3

profiles: Add media-gfx/digikam[vkontakte] to p.use.stable.mask

Bug: https://bugs.gentoo.org/677710
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index a8abb6fa514..77f0877d930 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -1,9 +1,14 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (16 Feb 2019)
+# Unstable dependencies.
+media-gfx/digikam vkontakte
+media-plugins/kipi-plugins mediawiki vkontakte
+
 # Brian Evans <grknight@gentoo.org> (06 Dec 2018)
 # Mask USE flag since argon2 dependency is not stable on most arches
 dev-lang/php argon2
@@ -104,10 +109,6 @@ app-portage/layman g-sorcery
 # Bug: #581058
 net-misc/asterisk osplookup
 
-# Johannes Huber <johu@gentoo.org> (28 Jan 2017)
-# Unstable dependencies.
-media-plugins/kipi-plugins mediawiki vkontakte
-
 # Michael Palimaka <kensington@gentoo.org (26 Jan 2017)
 # Requires testing version of media-libs/opencv
 media-libs/mlt opencv


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-02-25 23:19 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-02-25 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6785e8b47173dfcc7a229915b45e1d9568e9899c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 25 23:17:45 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 25 23:19:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6785e8b4

profiles: Add media-video/vlc[dav1d] to p.use.stable.mask

Bug: https://bugs.gentoo.org/678702
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 77f0877d930..eaac304de33 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -30,8 +30,8 @@ sys-devel/clang-runtime crt
 net-analyzer/wireshark doc
 
 # Andreas Sturmlechner <asturm@gentoo.org> (29 May 2018)
-# Depends on unstable media-libs/libaom, net-libs/srt
-media-video/vlc aom srt
+# Depends on unstable media-libs/libaom, media-libs/dav1d, net-libs/srt
+media-video/vlc aom dav1d srt
 
 # Andreas Sturmlechner <asturm@gentoo.org> (21 May 2018)
 # Depends on lots of unstable dependencies


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-02-28 20:34 Sergei Trofimovich
  0 siblings, 0 replies; 1247+ messages in thread
From: Sergei Trofimovich @ 2019-02-28 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9f709b636e948552d72c4a94cd632bfa30f97e3a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 20:16:58 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 20:33:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f709b63

profiles/base/make.defaults: drop IUSE=cxx from BOOTSTRAP_USE

IUSE=cxx was removed from binutils in bug #663776 in favour
of IUSE="gold plugins."

USE=cxx is a no-op for non-cross gcc. And binutils's gold and
plugin support should not be needed to bootstrap a toolchain.

Reported-by: Alexis Lahouze
Tested-by: Alexis Lahouze
Reviewed-by: Jorge Manuel B. S. Vicetto
Bug: https://bugs.gentoo.org/663776
Closes: https://bugs.gentoo.org/678766#c8
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 4182e6eb03e..7e04c424dd4 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -125,7 +125,7 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert <floppym@gentoo.org> (23 May 2018)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="cxx unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7"
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7"
 
 # Mike Gilbert <floppym@gentoo.org> (15 May 2012)
 # Default target(s) for python-r1.eclass


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-12 22:42 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2019-03-12 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f77e0ce5149a541c908e8e8950785f329f647238
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 22:32:16 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 22:42:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77e0ce5

profiles: package.use.mask - disable sst-xtrabackup from mariadb

This is broken on 10.3 and higher as per upstream

Bug: https://bugs.gentoo.org/show_bug.cgi?id=677674
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 455e7f3448f..72be64391cc 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Brian Evans <grknight@gentoo.org> (12 Mar 2019)
+# Mask broken dependency until it can be removed
+# Use sst-mariabackup instead
+>=dev-db/mariadb-10.3.0 sst-xtrabackup
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (05 Mar 2019)
 # Not keyworded on non-x86 arches
 app-admin/conserver freeipmi


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-13 13:33 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2019-03-13 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cf65c4ba021ccb4371fb140bb5413621a081d9f9
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 13:33:07 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 13:33:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf65c4ba

profiles: package.use.mask - Drop ineffective mask

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/package.use.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index afbe2af4452..7f528dec41a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,11 +7,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Brian Evans <grknight@gentoo.org> (12 Mar 2019)
-# Mask broken dependency until it can be removed
-# Use sst-mariabackup instead
->=dev-db/mariadb-10.3.0 sst-xtrabackup
-
 # Georgy Yakovlev <gyakovlev@gentoo.org> (05 Mar 2019)
 # Not keyworded on non-x86 arches
 app-admin/conserver freeipmi


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-15 19:09 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2019-03-15 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     36137d382667cf96e8fa52481d598d40e9bed861
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 19:08:21 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 19:08:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36137d38

profiles: Mask mysqlcompat USE on mariadb-connector-c

And the one consumer package media-tv/kodi

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/package.use.mask | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7f528dec41a..853ae83e681 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,13 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Brian Evans <grknight@gentoo.org> (15 Mar 2019)
+# Prepare to remove the mysqlcompat USE from mariadb-connector-c
+# Has multiple issues including symlinks and threading.
+# Packages should use and access libmariadb.so instead
+dev-db/mariadb-connector-c mysqlcompat
+media-tv/kodi mariadb
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (05 Mar 2019)
 # Not keyworded on non-x86 arches
 app-admin/conserver freeipmi


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-16 14:09 Brian Evans
  0 siblings, 0 replies; 1247+ messages in thread
From: Brian Evans @ 2019-03-16 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     423db2ac2f4b0c5fd3e5a8bd34aa4449eca769bf
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 14:05:26 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 14:08:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423db2ac

profiles: Tighten up the kodi mariadb USE mask

Bug: https://bugs.gentoo.org/show_bug.cgi?id=668560

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 853ae83e681..94bb149f430 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -12,7 +12,7 @@
 # Has multiple issues including symlinks and threading.
 # Packages should use and access libmariadb.so instead
 dev-db/mariadb-connector-c mysqlcompat
-media-tv/kodi mariadb
+~media-tv/kodi-17.6 mariadb
 
 # Georgy Yakovlev <gyakovlev@gentoo.org> (05 Mar 2019)
 # Not keyworded on non-x86 arches


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-17  7:27 Matthias Maier
  0 siblings, 0 replies; 1247+ messages in thread
From: Matthias Maier @ 2019-03-17  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1993b9a7e3b33d88a05c4c2196ba2fea7dce00ef
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 06:57:56 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 07:27:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1993b9a7

profiles: app-emulation/libvirt: remove zfs use stable mask

Closes: https://bugs.gentoo.org/678996
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 77f0877d930..e3b7c47692e 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -113,10 +113,6 @@ net-misc/asterisk osplookup
 # Requires testing version of media-libs/opencv
 media-libs/mlt opencv
 
-# Matthias Maier <tamiko@gentoo.org> (22 Jan 2017)
-# sys-fs/zfs isn't going to be marked stable anytime soon
-app-emulation/libvirt zfs
-
 # Michael Palimaka <kensington@gentoo.org (18 Jan 2017)
 # www-client/weboob is horribly outdated and not stable
 app-office/kmymoney weboob


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-20 10:17 Lars Wendler
  0 siblings, 0 replies; 1247+ messages in thread
From: Lars Wendler @ 2019-03-20 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7485a4b9c59cd616690498b4af2b761662d57039
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 10:16:08 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 10:17:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7485a4b9

base/package.use.force: USE="-gnutls" is broken in >=samba-4.10.0_rc1

Bug: https://bugs.gentoo.org/675694
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 profiles/base/package.use.force | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 0e523f3f583..834d98c7952 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Lars Wendler <polynomial-c@gentoo.org> (20 Mar 2019)
+# USE="-gnutls" is broken (#675694)
+>=net-fs/samba-4.10.0_rc1 gnutls
+
 # Mart Raudsepp <leio@gentoo.org> (14 Dec 2018)
 # Security is not optional if available for the architecture/kernel.
 gnome-base/gnome-desktop seccomp


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-21 14:51 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2019-03-21 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0bcfdb77af1c2c1fd884009ff0a43f7cba72fcfb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 14:51:09 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 14:51:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcfdb77

profiles/base: Mask dev-perl/NetxAP[test] due to deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9905ca28b3f..e14a86328ec 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # 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> (21 Mar 2019)
+# net-mail/uw-imap masked for removal.
+dev-perl/NetxAP test
+
 # Michał Górny <mgorny@gentoo.org> (16 Mar 2019)
 # Requires last rited dev-python/scimath.
 dev-python/construct python_targets_python2_7


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-22 10:47 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2019-03-22 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3a997a67a43e31060176474c9055aa2420d9eacc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 10:41:03 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 10:41:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a997a67

profiles: Mask x11-terms/aterm[background] for afterstep removal

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e14a86328ec..02096516938 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # 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> (21 Mar 2019)
+# x11-wm/afterstep is slated for removal.
+x11-terms/aterm background
+
 # Michał Górny <mgorny@gentoo.org> (21 Mar 2019)
 # net-mail/uw-imap masked for removal.
 dev-perl/NetxAP test


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-31 10:53 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2019-03-31 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5e0bdb5ec782f9cf52e877d3d6b611754374c48c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 10:52:36 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 10:53:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0bdb5e

profiles/base: Mask app-admin/rsyslog[grok] for removal

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 02096516938..97c7a2ddd34 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # 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> (31 Mar 2019)
+# dev-libs/grok is slated for removal.
+app-admin/rsyslog grok
+
 # Michał Górny <mgorny@gentoo.org> (21 Mar 2019)
 # x11-wm/afterstep is slated for removal.
 x11-terms/aterm background


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-03-31 22:58 William Hubbs
  0 siblings, 0 replies; 1247+ messages in thread
From: William Hubbs @ 2019-03-31 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a0f875df29ff7a9568ee9a20b1afbb693ca236b3
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 22:51:17 2019 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 22:58:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f875df

profiles: dev-lang/go: remove gccgo use stable mask

This can be done since gcc-5 has been stable for some time.

Closes: https://bugs.gentoo.org/667610
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index e3b7c47692e..a18c16751d1 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -141,10 +141,6 @@ app-admin/packagekit-base entropy
 dev-db/mariadb sst-xtrabackup
 dev-db/mariadb-galera sst-xtrabackup
 
-# William Hubbs <williamh@gentoo.org (13 Apr 2016)
-# Needs gcc-5 which is currently unstable
-dev-lang/go gccgo
-
 # Sergey Popov <pinkbyte@gentoo.org> (15 Feb 2016)
 # Mask monitoring capabilities of Ganeti on stable branches
 app-emulation/ganeti monitoring


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-03  9:31 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2019-04-03  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     75df5a82d90d6451eb7059bebfedb2c935436c1b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  3 09:29:13 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr  3 09:31:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75df5a82

profiles/base: Mask USE=isabelle everywhere

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 97c7a2ddd34..3fc0257b8d3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,13 @@
 # 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> (03 Apr 2019)
+# sci-mathematics/isabelle is slated for removal.
+sci-mathematics/cvc3 isabelle
+sci-mathematics/e isabelle
+sci-mathematics/kodkodi isabelle
+sci-mathematics/spass isabelle
+
 # Michał Górny <mgorny@gentoo.org> (31 Mar 2019)
 # dev-libs/grok is slated for removal.
 app-admin/rsyslog grok


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-05 16:51 Alfredo Tupone
  0 siblings, 0 replies; 1247+ messages in thread
From: Alfredo Tupone @ 2019-04-05 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f58ffbe549793633fe91de9892b2882236b92966
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  5 16:51:16 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 16:51:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58ffbe5

Trying to take care of sci-mathematics/isabelle

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 profiles/base/package.use.mask | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3fc0257b8d3..97c7a2ddd34 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,13 +7,6 @@
 # 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> (03 Apr 2019)
-# sci-mathematics/isabelle is slated for removal.
-sci-mathematics/cvc3 isabelle
-sci-mathematics/e isabelle
-sci-mathematics/kodkodi isabelle
-sci-mathematics/spass isabelle
-
 # Michał Górny <mgorny@gentoo.org> (31 Mar 2019)
 # dev-libs/grok is slated for removal.
 app-admin/rsyslog grok


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-09  6:05 Lars Wendler
  0 siblings, 0 replies; 1247+ messages in thread
From: Lars Wendler @ 2019-04-09  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8f16a141fa007dd53ac460a57816de9d2240ae15
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 05:57:19 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 06:05:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f16a141

base/package.use.force: Removed net-fs/samba entry

Closes: https://bugs.gentoo.org/675694
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 profiles/base/package.use.force | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index a4f67f42aa5..bc0de31ddc4 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,10 +1,6 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Lars Wendler <polynomial-c@gentoo.org> (20 Mar 2019)
-# USE="-gnutls" is broken (#675694)
->=net-fs/samba-4.10.0_rc1 gnutls
-
 # Mart Raudsepp <leio@gentoo.org> (14 Dec 2018)
 # Security is not optional if available for the architecture/kernel.
 gnome-base/gnome-desktop seccomp


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-14 14:39 Andreas K. Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas K. Hüttel @ 2019-04-14 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     840e50b2ca18aa82a9de723c2d49ab80d7b09746
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:38:13 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:38:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840e50b2

package.use.force: Force installation of glibc static libs for now

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/base/package.use.force | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index bc0de31ddc4..4801b45d2f5 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (14 Apr 2019)
+# Make sure glibc static libs are installed for now. Not installing
+# them is an experimental feature and needs testing.
+sys-libs/glibc static-libs
+
 # Mart Raudsepp <leio@gentoo.org> (14 Dec 2018)
 # Security is not optional if available for the architecture/kernel.
 gnome-base/gnome-desktop seccomp


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-14 17:05 Mart Raudsepp
  0 siblings, 0 replies; 1247+ messages in thread
From: Mart Raudsepp @ 2019-04-14 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     6a286fbf7b11e04e8645f836cf1796b4b6da6f0e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 17:04:25 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 17:04:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a286fbf

profiles: unmask media-plugins/grilo-plugins[chromaprint] for testing

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 profiles/base/package.use.mask        | 4 ----
 profiles/base/package.use.stable.mask | 5 +++++
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4d25b6c630e..42af96322d3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -334,10 +334,6 @@ mate-base/mate bluetooth
 app-editors/emacs cairo
 app-editors/emacs-vcs cairo
 
-# Gilles Dartiguelongue <eva@gentoo.org> (21 Aug 2016)
-# Needs a Gstreamer plugin from gst-plugins-bad that is not packaged to date
-media-plugins/grilo-plugins chromaprint
-
 # Michał Górny <mgorny@gentoo.org> (05 Jul 2016)
 # Mask system-clang support as it requires llvm-3.4 that is subject
 # to security bug cleanup, #585102.

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index a18c16751d1..aff54b5205d 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Mart Raudsepp <leio@gentoo.org> (14 Apr 2019)
+# Needs media-plugins/gst-plugins-chromaprint, which is not stable
+# anywhere yet.
+media-plugins/grilo-plugins chromaprint
+
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Feb 2019)
 # Unstable dependencies.
 media-gfx/digikam vkontakte


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-17 18:57 Georgy Yakovlev
  0 siblings, 0 replies; 1247+ messages in thread
From: Georgy Yakovlev @ 2019-04-17 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2948efd00e45b7cf881d578ccf5315438dba795b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 18:54:52 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 18:56:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2948efd0

profiles/base/package.use.mask: mask gentoo-vm useflag for new jre

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 42af96322d3..6c79c31ef12 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Georgy Yakovlev <gyakovlev@gentoo.org> (17 Apr 2019)
+# Mask jre useflags for use as system java-vm until it's proven to work
+dev-java/openjdk-jre-bin:8 gentoo-vm
+dev-java/openjdk-jre-bin:11 gentoo-vm
+
 # Michał Górny <mgorny@gentoo.org> (13 Apr 2019)
 # net-libs/ftplib is slated for removal.
 app-cdr/xbiso ftp


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-25 18:17 Ulrich Müller
  0 siblings, 0 replies; 1247+ messages in thread
From: Ulrich Müller @ 2019-04-25 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6ecc859252ca5b0ab0f689cac728af66ea2c0e75
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 18:14:18 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 18:17:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecc8592

profiles/base: package.use.mask l10n_ja for app-text/ghostscript-gpl.

Bug: https://bugs.gentoo.org/325795
Acked-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/base/package.use.mask | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 6c79c31ef12..0c8a876b8a1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,13 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Ulrich Müller <ulm@gentoo.org> (25 Apr 2019)
+# Pulls in media-fonts/kochi-substitute as dependency, which allows
+# only non-commercial distribution and can therefore not be included
+# with Gentoo install media. Mask the l10n_ja flag until a better
+# solution is found, e.g., transition to a free font package.
+app-text/ghostscript-gpl l10n_ja
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (17 Apr 2019)
 # Mask jre useflags for use as system java-vm until it's proven to work
 dev-java/openjdk-jre-bin:8 gentoo-vm


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-26  4:48 Georgy Yakovlev
  0 siblings, 0 replies; 1247+ messages in thread
From: Georgy Yakovlev @ 2019-04-26  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     fcd30dda5972cb349218ba7359cd40a5302a6332
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 03:53:03 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 04:47:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd30dda

base/package.use.mask: unmask clippy for >=rust-bin-1.34.1

Bug: https://bugs.gentoo.org/667286
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0c8a876b8a1..65b37d99138 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -127,7 +127,7 @@ app-misc/tracker firefox-bookmarks thunderbird
 # Dirkjan Ochtman <djc@gentoo.org> (29 Sep 2018)
 # Clippy is broken for now, can't find libraries (bug 667286)
 <dev-lang/rust-1.29.2 clippy
-dev-lang/rust-bin clippy
+<dev-lang/rust-bin-1.34.1 clippy
 
 # Virgil Dupras <vdupras@gentoo.org> (26 Sep 2018)
 # Server feature in paramiko is patched out for security reasons. It can


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-04-29 11:59 Virgil Dupras
  0 siblings, 0 replies; 1247+ messages in thread
From: Virgil Dupras @ 2019-04-29 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     35cedc38377f3fcdec46f980d8b49408853bc058
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 11:58:56 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 11:58:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cedc38

dev-python/pandas: mask doc USE flag

It is temporarily broken.

Bug: https://bugs.gentoo.org/680014
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7eb87820486..36d440be9eb 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Virgil Dupras <vdupras@gentoo.org> (29 Apr 2019)
+# Docs are temporarily broken. See bug #680014
+dev-python/pandas doc
+
 # Ulrich Müller <ulm@gentoo.org> (25 Apr 2019)
 # Pulls in media-fonts/kochi-substitute as dependency, which allows
 # only non-commercial distribution and can therefore not be included


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-03 21:49 Andreas K. Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas K. Hüttel @ 2019-05-03 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b27199bea1f9ef9686facb2e65e4d70a2119974a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 19:26:12 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May  3 21:43:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27199be

profiles: Add (usually hidden) ABI_RISCV use-expand in base profile

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/base/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7fc93d90267..2ffb8d9669e 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -13,11 +13,11 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU"
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-dev@lists.gentoo.org.
-USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
+USE_EXPAND="ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
 
 # USE_EXPAND variables whose contents are not shown in package manager
 # output. Changes need discussion on gentoo-dev.
-USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86 CPU_FLAGS_ARM CPU_FLAGS_X86"
+USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 CPU_FLAGS_ARM CPU_FLAGS_X86"
 
 CONFIG_PROTECT="/etc"
 CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-10 19:23 Virgil Dupras
  0 siblings, 0 replies; 1247+ messages in thread
From: Virgil Dupras @ 2019-05-10 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     225a0b359efeb283ecb221f49a071f2db378cfcc
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 19:22:10 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Fri May 10 19:22:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225a0b35

app-text/mupdf: stable-mask ssl USE flag

Bug: https://bugs.gentoo.org/685584
Bug: https://bugs.gentoo.org/684972
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index aff54b5205d..579a77ddcdf 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Virgil Dupras <vdupras@gentoo.org> (10 May 2019)
+# Needs openssl 1.1 which isn't going stable for a while and blocks
+# bug #684972. See bug #685584
+>=app-text/mupdf-1.14.0-r3 ssl
+
 # Mart Raudsepp <leio@gentoo.org> (14 Apr 2019)
 # Needs media-plugins/gst-plugins-chromaprint, which is not stable
 # anywhere yet.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-11  6:47 Georgy Yakovlev
  0 siblings, 0 replies; 1247+ messages in thread
From: Georgy Yakovlev @ 2019-05-11  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1ac30cea83d3357d669fe40b53ae5fcda1db5106
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 06:43:47 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat May 11 06:45:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac30cea

profiles/base/package.use.stable.mask: mask system-llvm for rust

Bug: https://bugs.gentoo.org/678908
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 579a77ddcdf..ceaca7eb8ee 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Georgy Yakovlev <gyakovlev@gentoo.org> (10 May 2019)
+# needs llvm slots which are not stable #678908
+# also prone to weird compilation failures
+# masking this for now, will readjust as situation changes
+>=dev-lang/rust-1.34 system-llvm
+
 # Virgil Dupras <vdupras@gentoo.org> (10 May 2019)
 # Needs openssl 1.1 which isn't going stable for a while and blocks
 # bug #684972. See bug #685584


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-11 14:24 Andreas K. Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas K. Hüttel @ 2019-05-11 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     22422545595c11f604510b190035e16d0d3febb1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 14:24:03 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 11 14:24:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22422545

package.use.mask: mask festival useflag

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 36d440be9eb..abf268d4858 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (11 May 2019)
+# app-accessibility/festival:
+# Outdated, EAPI=2, unmaintained, segfaults immediately.
+# See bug 634928 and bug 612980. Removal in 30 days.
+media-radio/xastir festival
+
 # Virgil Dupras <vdupras@gentoo.org> (29 Apr 2019)
 # Docs are temporarily broken. See bug #680014
 dev-python/pandas doc


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-18 19:12 Ulrich Müller
  0 siblings, 0 replies; 1247+ messages in thread
From: Ulrich Müller @ 2019-05-18 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     11aacf6aaea54788f624f6d1a610b58587fb0dcd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 17:22:29 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 18 19:12:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11aacf6a

profiles: package.use.mask unknown-license for linux-firmware.

Bug: https://bugs.gentoo.org/318841#c20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/base/package.use.mask | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c8eddb9fb78..03f8e8c920b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,14 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Ulrich Müller <ulm@gentoo.org> (18 May 2019)
+# Firmware images without a known license. Most likely, upstream
+# redistribution may conflict with the licenses or lack thereof
+# on the images. Check the WHENCE file in the package for specific
+# terms. Masked to prevent accidental installation of these files,
+# bug #318841#c20.
+sys-kernel/linux-firmware unknown-license
+
 # Andreas K. Hüttel <dilfridge@gentoo.org> (11 May 2019)
 # app-accessibility/festival:
 # Outdated, EAPI=2, unmaintained, segfaults immediately.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-21  9:29 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-05-21  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7effe28926802de3e68438a84dd6f9b506904f8e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 09:28:11 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 09:28:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7effe289

profiles: Stable-mask dev-qt/qtsql[oci8]

Bug: https://bugs.gentoo.org/685260
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 0879dc3bdde..2dafb80b097 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (21 May 2019)
+# dev-db/oracle-instantclient ain't stable
+dev-qt/qtsql oci8
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (10 May 2019)
 # needs llvm slots which are not stable #678908
 # also prone to weird compilation failures


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-21 20:53 James Le Cuirot
  0 siblings, 0 replies; 1247+ messages in thread
From: James Le Cuirot @ 2019-05-21 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     689e0dac34531ec3476fbc7cfa8541e940b9cb56
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 20:51:40 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue May 21 20:52:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689e0dac

profiles: Mask games-emulation/vbam[ffmpeg]

Doesn't support ffmpeg-4. Portage takes a long time to report the
conflict and the feature is half broken anyway.

Bug: https://github.com/visualboyadvance-m/visualboyadvance-m/issues/179
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 03f8e8c920b..bd7f8963dc1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# James Le Cuirot <chewi@gentoo.org> (21 May 2019)
+# Doesn't support ffmpeg-4. Portage takes a long time to report the
+# conflict and the feature is half broken anyway. See
+# https://github.com/visualboyadvance-m/visualboyadvance-m/issues/179.
+games-emulation/vbam ffmpeg
+
 # Ulrich Müller <ulm@gentoo.org> (18 May 2019)
 # Firmware images without a known license. Most likely, upstream
 # redistribution may conflict with the licenses or lack thereof


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-21 23:14 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-05-21 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9868cb7fe0e9e305a457e1b770166f22b1e49c44
Author:     Bernd Waibel <waebbl <AT> gmail <DOT> com>
AuthorDate: Mon May 13 17:33:10 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 23:14:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9868cb7f

profiles: Stable-mask media-gfx/alembic[arnold,maya]

Masking arnold and maya USE flags for testing for now.

Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10394
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 0879dc3bdde..8bde36761be 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Bernd Waibel <waebbl@gmail.com> (22 May 2019)
+# Marked experimental, needs build and runtime testing. Due to non-
+# available licenses for arnold and maya I can not test these addons.
+# Build and functional tests and reports on issues are appreciated!
+media-gfx/alembic arnold maya
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (10 May 2019)
 # needs llvm slots which are not stable #678908
 # also prone to weird compilation failures


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-05-25 10:58 Aaron W. Swenson
  0 siblings, 0 replies; 1247+ messages in thread
From: Aaron W. Swenson @ 2019-05-25 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0bc86503da6504c3b753ffbb61212d03e5683606
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 10:57:44 2019 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sat May 25 10:57:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc86503

base/make.defaults: Bump default POSTGRES_TARGETS

Dropped postgres9_5, added postgres11

Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index e6652a62610..053b0e4ac85 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -154,7 +154,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 postgres10"
+POSTGRES_TARGETS="postgres10 postgres11"
 
 # Michael Orlitzky <mjo@gentoo.org> (17 Nov 2017)
 #


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-06-03 17:30 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2019-06-03 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1e0db94dde9cc6284651a9f748f1a3e15dda4222
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 17:29:20 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 17:29:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0db94d

profiles: drop www-client/chromium[tcmalloc] mask

Closes: https://bugs.gentoo.org/685672
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index bd7f8963dc1..3772f7a09ed 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -299,10 +299,6 @@ sci-libs/linux-gpib php
 # Globally mask pie use flag. Selectively unmask on specific profiles.
 sys-devel/gcc pie
 
-# Mike Gilbert <floppym@gentoo.org> (28 Apr 2017)
-# Needs sandbox-2.11 (masked)
->=www-client/chromium-59 tcmalloc
-
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (02 Mar 2017)
 # Known build issue with system libvpx:
 # https://bugs.gentoo.org/show_bug.cgi?id=611394


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-06-08 21:11 Thomas Deutschmann
  0 siblings, 0 replies; 1247+ messages in thread
From: Thomas Deutschmann @ 2019-06-08 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8bbd638bdd38205bcba44430f2422cbd008d389c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 21:01:01 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 21:01:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbd638b

profiles: Change PHP_TARGETS default to php7-2

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 053b0e4ac85..cc08beb437d 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -169,4 +169,4 @@ POSTGRES_TARGETS="postgres10 postgres11"
 # Moreover, it should only contain targets that have a stable version
 # of PHP, to avoid pulling in an unstable PHP on stable systems.
 #
-PHP_TARGETS="php5-6 php7-1"
+PHP_TARGETS="php7-2"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-06-27  9:59 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-06-27  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     79c0bc4675f6dd60a4c2f9ebe8cd31520c968004
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Thu Jun 27 08:32:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 09:56:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c0bc46

profiles: remove dev-libs/efl[pixman] use mask

- such USE flag no longer exists

Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12336
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e0a379fa4bf..4ac9dcdf750 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -466,10 +466,6 @@ sys-devel/gcc sanitize
 # net-libs/tox is in mva overlay only ATM
 app-leechcraft/lc-azoth sarin
 
-# Thomas Sachau <tommy@gentoo.org> (30 Jun 2014)
-# Mask pixman USE flag of dev-libs/efl for future removal, bug 501074
-dev-libs/efl pixman
-
 # Pacho Ramos <pacho@gentoo.org> (01 Jun 2014)
 # Needs hardmasked lua-5.2
 >=media-plugins/grilo-plugins-0.2.12 lua


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-07 15:56 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-07-07 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1aafb5a051e17e5b42b764df042414575483db86
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 15:12:18 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 15:51:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aafb5a0

profiles: Mask USE revdeps until media-video/pipewire is ready

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d2924483f84..a12f3942213 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2019-07-07)
+# media-video/pipewire is masked for now
+sys-apps/xdg-desktop-portal screencast
+kde-plasma/xdg-desktop-portal-kde screencast
+
 # Mike Gilbert <floppym@gentoo.org> (2019-06-21)
 # Fails to build.
 # https://bugs.gentoo.org/661880


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-13  7:55 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2019-07-13  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0601e58f7c075d2b29f9cdac38120a0369444574
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 07:30:27 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 07:55:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0601e58f

profiles/base: Unmask app-admin/testdisk[ewf]

Closes: https://bugs.gentoo.org/607948
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a12f3942213..be6c86f70fa 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -206,10 +206,6 @@ net-fs/samba dmapi ceph
 # Mask local USE flag to satisfy repoman
 app-emulation/fuse backend-svga
 
-# Pacho Ramos <pacho@gentoo.org> (2018-03-13)
-# libewf is going to be removed, bug #547418
-app-admin/testdisk ewf
-
 # Patrick McLean <chutzpah@gentoo.org> (2018-03-06)
 # Requires dev-libs/boost-1.66 that is unkeyworded/masked
 >=sys-cluster/ceph-12.2.4 system-boost


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-14 11:12 David Seifert
  0 siblings, 0 replies; 1247+ messages in thread
From: David Seifert @ 2019-07-14 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     69dfe95f00348fa8ecaf539854dd80973f4444b8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 11:10:14 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 11:12:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dfe95f

package.use.mask: Remove media-gfx/gnome-photos[jpeg2k] USEdep mask

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 25b44dd008d..db8bac56ab3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -17,7 +17,6 @@ media-gfx/digikam jpeg2k
 media-gfx/exact-image jpeg2k
 media-gfx/fim jpeg2k
 media-gfx/gimp jpeg2k
-media-gfx/gnome-photos jpeg2k
 media-gfx/graphicsmagick jpeg2k
 media-gfx/ufraw jpeg2k
 media-libs/devil jpeg2k


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-14 13:57 David Seifert
  0 siblings, 0 replies; 1247+ messages in thread
From: David Seifert @ 2019-07-14 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6db3b20d458463a03c7c71a16ebbce47ee395f79
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 13:57:19 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 13:57:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db3b20d

package.use.mask: Update last-rite mask for >=media-gfx/gimp-2.10

Bug: https://bugs.gentoo.org/689784
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index db8bac56ab3..54bb7a1f3bf 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -16,7 +16,7 @@ media-gfx/dcraw jpeg2k
 media-gfx/digikam jpeg2k
 media-gfx/exact-image jpeg2k
 media-gfx/fim jpeg2k
-media-gfx/gimp jpeg2k
+<media-gfx/gimp-2.10 jpeg2k
 media-gfx/graphicsmagick jpeg2k
 media-gfx/ufraw jpeg2k
 media-libs/devil jpeg2k


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-15 11:19 Lars Wendler
  0 siblings, 0 replies; 1247+ messages in thread
From: Lars Wendler @ 2019-07-15 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     95dbfdecc623498fe8ebbe77ee9c9bcebb217c08
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 08:24:14 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 11:18:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dbfdec

profiles: Force sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/487844
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11458
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 profiles/base/package.use.force | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index dce695a7b77..c68f65c9bc6 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -6,6 +6,14 @@
 # them is an experimental feature and needs testing.
 sys-libs/glibc static-libs
 
+# Michał Górny <mgorny@gentoo.org> (22 Mar 2019)
+# Force building separate tinfo to maintain stable library API.  This
+# is backwards-compatible with packages linked to -lncurses, so neither
+# installed packages nor pre-built software should be negatively
+# affected.  On the other hand, disabling USE=tinfo is capable of
+# breaking installed packages.
+sys-libs/ncurses tinfo
+
 # Mart Raudsepp <leio@gentoo.org> (2018-12-14)
 # Security is not optional if available for the architecture/kernel.
 gnome-base/gnome-desktop seccomp


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-16 15:14 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-07-16 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     fa53e2e409009f6536e73b06ae8c52d389b53413
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 13:33:54 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 15:14:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa53e2e4

profiles: Stable-mask media-libs/openimageio[dicom]

Bug: https://bugs.gentoo.org/675598
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 57f7575e44f..aaea4f233ca 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2019-07-16)
+# sci-libs/dcmtk is not stable
+media-libs/openimageio dicom
+
 # Bernd Waibel <waebbl@gmail.com> (2019-05-22)
 # Marked experimental, needs build and runtime testing. Due to non-
 # available licenses for arnold and maya I can not test these addons.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-17  6:40 Hans de Graaff
  0 siblings, 0 replies; 1247+ messages in thread
From: Hans de Graaff @ 2019-07-17  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     1851f3110a87fe2488c671b2b6f8e719b9f13211
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 06:38:22 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 06:38:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1851f311

profiles/base: get ready for stable ruby:2.5

Add ruby25 to the default RUBY_TARGETS and unmask
ruby_targets_ruby25. Both are still set for all arches until they are
ready to mark ruby25 stable in bug 688976

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 profiles/base/make.defaults   | 3 ++-
 profiles/base/use.stable.mask | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 3fdd2e453a4..819d7db48a5 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -103,7 +103,8 @@ NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobil
 # Manuel Rüger <mrueg@gentoo.org> (2015-09-09)
 # Default Ruby build target(s)
 # Updated to include ruby24 on 2018-11-12
-RUBY_TARGETS="ruby24"
+# Updated to include ruby25 on 2019-07-17
+RUBY_TARGETS="ruby24 ruby25"
 
 # Samuli Suominen <ssuominen@gentoo.org> (2009-12-03)
 # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index bd286e3389e..bc7a936405e 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -13,7 +13,6 @@ python_single_target_pypy3
 
 # Hans de Graaff <graaff@gentoo.org> (2018-12-25)
 # Currently in testing and not ready to go stable yet.
-ruby_targets_ruby25
 ruby_targets_ruby26
 
 # Patrick Lauer <patrick@gentoo.org> (2015-04-28)


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-18 15:13 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2019-07-18 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     0f465c38bd749921ecc5f5423550864ddb96c0f7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 20:28:56 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 15:13:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f465c38

profiles: enable USE="split-usr" in base

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/base/make.defaults | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 819d7db48a5..678b493f867 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -116,6 +116,10 @@ USE="${USE} cxx"
 # https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0
 USE="${USE} xattr"
 
+# Mike Gilbert <floppym@gentoo.org> (2019-07-14)
+# Enable split-usr by default to keep existing installs as-is.
+USE="${USE} split-usr"
+
 # Tiziano Müller <dev-zero@gentoo.org> (2010-01-24)
 # We usually don't want python to (re)write .py[co] files during phase runs
 # since it could cause sandbox violations


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-20 20:06 Mike Gilbert
  0 siblings, 0 replies; 1247+ messages in thread
From: Mike Gilbert @ 2019-07-20 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     67633a9197d40b89ca1a622803843c08e1fec8b7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 20:05:42 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 20:06:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67633a91

profiles: force split-usr to be enabled in the base profile

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/base/use.force | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/base/use.force b/profiles/base/use.force
index 7ea3dfba244..b864455a7c8 100644
--- a/profiles/base/use.force
+++ b/profiles/base/use.force
@@ -1,6 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Mike Gilbert <floppym@gentoo.org> (2019-07-20)
+# Disabling this requires a migration to be performed.
+split-usr
+
 # Force the GNU/Linux ELIBC, KERNEL, and USERLAND
 # flags that apply to the majority of profiles.
 elibc_glibc


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-28 18:21 Matthias Maier
  0 siblings, 0 replies; 1247+ messages in thread
From: Matthias Maier @ 2019-07-28 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6653d1ed08ab15956379f2a631b110538f4217dd
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 17:54:52 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 18:20:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6653d1ed

profiles: Remove app-emulation/qemu glusterfs use-stable-mask

Closes: https://bugs.gentoo.org/690698

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index aaea4f233ca..55b688cb9ff 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -209,10 +209,6 @@ media-libs/libcaca java mono
 # dev-libs/opencryptoki will not be stabile any time soon (bug#510204)
 app-crypt/tpm-tools pkcs11
 
-# Doug Goldstein <cardoe@gentoo.org> (2013-09-12)
-# Waiting on glusterfs maintainers in bug #484016
-app-emulation/qemu glusterfs
-
 # Ian Delaney <idella4@gentoo.org> (2013-12-09)
 # subsequent to the total inaction of the maintainer of
 # ocaml to honour / respond in any way to


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-07-31 13:11 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2019-07-31 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     25942bde828d0d4d87d1a9efba58163bca278f42
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 13:11:15 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 13:11:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25942bde

profiles/base: Stable-mask dev-python/aiohttp-socks[test]

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 8d29faa7e9e..e10b6ab0157 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Michał Górny <mgorny@gentoo.org> (2019-07-31)
+# Freshly added test dependency for a test-restricted package.  Mask
+# the flag to avoid stabilizing it for the time being.
+dev-python/aiohttp-socks test
+
 # Kent Fredric <kentnl@gentoo.org> (2019-07-30)
 # These features require dev-perl/GD, which currently can't be
 # considered stable due to serious defects upstream. Bug #661634


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-04  0:15 Andreas K. Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas K. Hüttel @ 2019-08-04  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3be9b76dbd62b8eb1a491fc6fb39a4020c9120a9
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 00:14:36 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 00:15:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be9b76d

profiles: unmask compile-locales useflag for glibc-2.30 and above

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Bug: https://bugs.gentoo.org/146882

 profiles/base/package.use.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 21f1dc8bcf8..1765e1d5d9d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -243,8 +243,8 @@ dev-db/mysql client-libs
 dev-db/percona-server client-libs
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2018-02-02)
-# This feature is not ready yet, see bug 146882 comment 26
-sys-libs/glibc compile-locales
+# This feature is not ready yet pre-2.30, see bug 146882 comment 26
+<sys-libs/glibc-2.30 compile-locales
 
 # Mart Raudsepp <leio@gentoo.org> (2018-01-10)
 # Failing tests, with extra deps that aren't keyworded due to that


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-04 19:36 Aaron Bauman
  0 siblings, 0 replies; 1247+ messages in thread
From: Aaron Bauman @ 2019-08-04 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     24e3b96135cc59e1f083e62ecf31c49ddbcbc2e7
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 19:34:22 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 19:34:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e3b961

profiles/package.use.mask: mask USE flags pulling in media-libs/ming

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1765e1d5d9d..fe62ae2b087 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Aaron Bauman <bman@gentoo.org> (2019-08-04)
+# media-libs/ming will be removed in 30 days
+media-gfx/pstoedit flash
+sci-chemistry/wxmacmolplt flash
+
 # Thomas Deutschmann <whissi@gentoo.org> (2019-08-03)
 # Early microcode loading is only supported on amd64 & x86
 sys-kernel/linux-firmware initramfs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-06  0:59 Andreas K. Hüttel
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas K. Hüttel @ 2019-08-06  0:59 UTC (permalink / raw
  To: gentoo-commits

commit:     90ff3d4f5d3a9fb1c8486b2d5ee29ac67b2d620d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 00:21:07 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 00:59:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ff3d4f

package.use.mask: refine compile-locales mask, bug 146882

Bug: https://bugs.gentoo.org/146882
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fe62ae2b087..fe2cf44c50b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -248,8 +248,8 @@ dev-db/mysql client-libs
 dev-db/percona-server client-libs
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2018-02-02)
-# This feature is not ready yet pre-2.30, see bug 146882 comment 26
-<sys-libs/glibc-2.30 compile-locales
+# This feature is not ready yet pre-2.29-r4, see bug 146882 comment 26
+<sys-libs/glibc-2.29-r4 compile-locales
 
 # Mart Raudsepp <leio@gentoo.org> (2018-01-10)
 # Failing tests, with extra deps that aren't keyworded due to that


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-07 11:42 Kent Fredric
  0 siblings, 0 replies; 1247+ messages in thread
From: Kent Fredric @ 2019-08-07 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     16061283f137cd8a6f4e6004d920163cdd8fa1dc
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 11:29:23 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 11:41:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16061283

profiles: package.use.mask 'java' on dev-lang/nqp >= 2019.07

nqp now requires JDK9, which is not anywhere near being usable
in standard build tooling.

Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 profiles/base/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fe2cf44c50b..bd36d719a34 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Kent Fredric <kentnl@gentoo.org> (2019-08-07)
+# Newer versions of nqp need newer versions of jdk to run on the jvm,
+# but these currently don't exist in gentoo. The USE flags have to be
+# kept around for dependency reasons from rakudo and friends.
+>=dev-lang/nqp-2019.07 java
+
 # Aaron Bauman <bman@gentoo.org> (2019-08-04)
 # media-libs/ming will be removed in 30 days
 media-gfx/pstoedit flash


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-10  9:21 James Le Cuirot
  0 siblings, 0 replies; 1247+ messages in thread
From: James Le Cuirot @ 2019-08-10  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9cd277516e5e630b10d8f0b0f024099a3197bd6e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 09:19:16 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 09:21:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd27751

profiles: Mask dev-libs/weston[pipewire]

media-video/pipewire is masked for now.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/base/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index bd36d719a34..b36212a540f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -50,6 +50,7 @@ x11-libs/gdk-pixbuf jpeg2k
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2019-07-07)
 # media-video/pipewire is masked for now
+dev-libs/weston pipewire
 sys-apps/xdg-desktop-portal screencast
 kde-plasma/xdg-desktop-portal-kde screencast
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-10 11:16 Ulrich Müller
  0 siblings, 0 replies; 1247+ messages in thread
From: Ulrich Müller @ 2019-08-10 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8262bb3cc1239cb1221d72c617ab964734848c0e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 10:32:32 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 11:16:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8262bb3c

profiles: Lift the cairo USE mask for app-editors/emacs-vcs:27.

According to upstream NEWS:
"The configure option '--with-cairo' is no longer experimental."

Bug: https://bugs.gentoo.org/691830
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b36212a540f..be3a547fef5 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -384,8 +384,9 @@ mate-base/mate bluetooth
 # Ulrich Müller <ulm@gentoo.org> (2016-10-15)
 # The --with-cairo option is considered as experimental by upstream
 # and causes problems with updating the X window, bug #592238
-app-editors/emacs cairo
-app-editors/emacs-vcs cairo
+app-editors/emacs:25 cairo
+app-editors/emacs:26 cairo
+app-editors/emacs-vcs:26 cairo
 
 # Michał Górny <mgorny@gentoo.org> (2016-07-05)
 # Mask system-clang support as it requires llvm-3.4 that is subject


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-15 13:09 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-08-15 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ac17c73bf236cee3f3ab1ff71e6bb9c2488d072c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 12:05:12 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 13:09:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac17c73b

profiles: base: Add kde-apps/krfb[wayland] to package.use.mask

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d0e4fa11b25..1e332d08cca 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -53,6 +53,7 @@ x11-libs/gdk-pixbuf jpeg2k
 dev-libs/weston pipewire
 sys-apps/xdg-desktop-portal screencast
 kde-plasma/xdg-desktop-portal-kde screencast
+kde-apps/krfb wayland
 
 # James Le Cuirot <chewi@gentoo.org> (2019-05-21)
 # Doesn't support ffmpeg-4. Portage takes a long time to report the


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-16 22:19 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-08-16 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8215b32e5162cbb654c977fbd487eb74a6dee4be
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 21:59:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 22:19:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8215b32e

profiles: base: Add dev-libs/libical[glib] to package.use.stable.mask

Bug: https://bugs.gentoo.org/689434
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index e10b6ab0157..0464ff8d3a1 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2019-09-16)
+# dev-libs/libical[glib] was not stable tested, bug #689434
+=dev-libs/libical-3.0.5 glib
+
 # Michał Górny <mgorny@gentoo.org> (2019-07-31)
 # Freshly added test dependency for a test-restricted package.  Mask
 # the flag to avoid stabilizing it for the time being.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-17 22:56 Sergei Trofimovich
  0 siblings, 0 replies; 1247+ messages in thread
From: Sergei Trofimovich @ 2019-08-17 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     006c932930706e3d1aed08c9b2270ea7c456050d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 22:49:01 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 22:56:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006c9329

base/package.use.force: force sys-devel/gcc[cxx]

Modern gcc needs c++ to boostrap. Self-hosted Gentoo system
can't do it with USE=-cxx gcc. Historically toolchain.eclass
prevented from disabling the flag by accident.

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/692126
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 profiles/base/package.use.force | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index c68f65c9bc6..081b86bcd41 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,12 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergei Trofimovich <slyfox@gentoo.org> (2019-08-17)
+# USE=-cxx us a sure way to break native install as modern gcc
+# requires C++ to bootstrap. But in rare cases it's useful
+# to have a compiler not capable of C++, bug #692126.
+sys-devel/gcc cxx
+
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2019-04-14)
 # Make sure glibc static libs are installed for now. Not installing
 # them is an experimental feature and needs testing.


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-18 11:32 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-08-18 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     99394de6c27594b5192adefced52a7eb5c7fb71f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 11:32:02 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 11:32:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99394de6

profiles: base: Return again from the future

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 0464ff8d3a1..21c108c9ec8 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,7 +4,7 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2019-09-16)
+# Andreas Sturmlechner <asturm@gentoo.org> (2019-08-16)
 # dev-libs/libical[glib] was not stable tested, bug #689434
 =dev-libs/libical-3.0.5 glib
 


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-28 15:28 Stefan Strogin
  0 siblings, 0 replies; 1247+ messages in thread
From: Stefan Strogin @ 2019-08-28 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e625e0d72a9f3fffe8fcb42e66ade15e603d281e
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 15:22:57 2019 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 15:26:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e625e0d7

profiles/base: unmask USE=libressl

>=dev-libs/libressl-2.7 is unmasked and stabilized long ago.

Bug: https://bugs.gentoo.org/664308
Closes: https://bugs.gentoo.org/621776
Closes: https://bugs.gentoo.org/689824
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 profiles/base/package.use.mask | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 515801c6f88..9e3ec6af455 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -136,10 +136,6 @@ media-libs/mesa libglvnd
 dev-java/openjdk:8 gentoo-vm
 dev-java/openjdk-bin:8 gentoo-vm
 
-# Sven Wegener <swegener@gentoo.org> (2019-01-18)
-# Waiting for >=dev-libs/libressl-2.7 to be unmasked.
->=net-libs/libvncserver-0.9.12 libressl
-
 # William Hubbs <williamh@gentoo.org> (2019-01-13)
 # For memtest86+ mask the floppy use flag since it requires grub:0 which
 # is being removed
@@ -179,10 +175,6 @@ dev-cpp/eigen test
 kde-apps/cantor julia
 sci-libs/ceres-solver sparse
 
-# Alon Bar-Lev <alonbl@gentoo.org> (2018-11-08)
-# Waiting for >=dev-libs/libressl-2.7 to be unmasked.
->=app-crypt/xca-2.1.0 libressl
-
 # Alfredo Tupone <tupone@gentoo.org> (2018-10-24)
 # jit brokes build of gnat-gpl
 dev-lang/gnat-gpl jit
@@ -193,10 +185,6 @@ dev-lang/gnat-gpl jit
 # masked. bug #666619
 dev-python/paramiko server
 
-# Alon Bar-Lev <alonbl@gentoo.org> (2018-09-11)
-# Waiting for >=dev-libs/libressl-2.7 to be stablized.
->=dev-libs/opensc-0.18.0 libressl
-
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2018-08-03)
 # New and for Gentoo still quite experimental. You've been
 # warned. (Also, works only on x86_64 and with certain CPUs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-29  9:41 Kent Fredric
  0 siblings, 0 replies; 1247+ messages in thread
From: Kent Fredric @ 2019-08-29  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     2520c69ce6f3d738c205c511aac214286b3ba303
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 06:10:12 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 09:40:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2520c69c

profiles: package.use.stable.mask DBD-mysql USE=mariadb

Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 21c108c9ec8..e335d10bdfe 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Kent Fredric <kentnl@gentoo.org> (2019-08-29)
+# Support for DBD-mysql to use mariadb is sketchy. Use DBD-MariaDB
+# instead if you can.
+dev-perl/DBD-mysql mariadb
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2019-08-16)
 # dev-libs/libical[glib] was not stable tested, bug #689434
 =dev-libs/libical-3.0.5 glib


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-29 14:14 David Seifert
  0 siblings, 0 replies; 1247+ messages in thread
From: David Seifert @ 2019-08-29 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     67dbc34e00c59f7178ec123e8ada1530f5b8562c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 14:14:06 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 14:14:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dbc34e

profiles: Clean stale flag masks/forces

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9e3ec6af455..15315a8fc4d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -96,10 +96,6 @@ app-text/ghostscript-gpl l10n_ja
 dev-java/openjdk-jre-bin:8 gentoo-vm
 dev-java/openjdk-jre-bin:11 gentoo-vm
 
-# Michał Górny <mgorny@gentoo.org> (2019-04-13)
-# net-libs/ftplib is slated for removal.
-app-cdr/xbiso ftp
-
 # Michał Górny <mgorny@gentoo.org> (2019-04-10)
 # media-sound/aacplusenc is slated for removal.
 media-video/h264enc aac


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-08-31 18:50 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-08-31 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d9abfe45f6cfc5a66d3bfec6b989c6581a442811
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 18:49:26 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 18:50:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9abfe45

profiles: Mask media-gfx/digikam[dnn]

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index e335d10bdfe..0a00fc800bb 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -61,9 +61,10 @@ media-gfx/alembic arnold maya
 media-plugins/grilo-plugins chromaprint
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2019-02-16)
-# Unstable dependencies.
-media-gfx/digikam vkontakte
+# media-libs/opencv[contrib,contrib_dnn], net-libs/libmediawiki,
+# net-libs/libkvkontakte all not stable anywhere.
 kde-apps/kipi-plugins mediawiki vkontakte
+media-gfx/digikam dnn vkontakte
 
 # Brian Evans <grknight@gentoo.org> (2018-12-06)
 # Mask USE flag since argon2 dependency is not stable on most arches


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-01 20:19 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2019-09-01 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     317083cf519763b9375257b35035f9f3b026d20d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 20:16:49 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 20:16:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317083cf

Revert "profiles: Mask some more guile:12 dependent packages and flags"

This reverts commit 5f3a10164ef30627a4c54e2c3e25ebbcee0751ed.

I mistook guile:1.2 as guile < 2.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.mask | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 719c2172ebc..21d6d8fff6b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,12 +7,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Matt Turner <mattst88@gentoo.org> (2019-09-01)
-# dev-scheme/guile:12 is package.mask'd. Bug #587252
-sci-libs/starparse guile
-net-mail/mailutils guile
-sci-libs/linux-gpib guile
-
 # Michał Górny <mgorny@gentoo.org> (2019-08-27)
 # sci-libs/grib_api is slated for removal.
 dev-lang/gdl grib


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-01 21:15 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2019-09-01 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8777d566874c69d8914b50b4024aae31ded98989
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 21:14:56 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 21:15:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8777d566

profiles: Force USE=guile2 for media-sound/lilypond

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.force | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 081b86bcd41..d8f5108cb0f 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner <mattst88@gentoo.org> (2019-09-01)
+# <dev-scheme/guile-2 is package.mask'd, so force USE=guile2
+media-sound/lilypond guile2
+
 # Sergei Trofimovich <slyfox@gentoo.org> (2019-08-17)
 # USE=-cxx us a sure way to break native install as modern gcc
 # requires C++ to bootstrap. But in rare cases it's useful


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-01 21:17 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2019-09-01 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ca7ad4e9f1dfadf685e7943a9efbd468ea540182
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 21:17:01 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 21:17:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7ad4e9

profiles: Mask USE=guile for www-client/elinks

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 21d6d8fff6b..1d21260a187 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner <mattst88@gentoo.org> (2019-09-01)
+# <dev-scheme/guile-2 is package.mask'd
+www-client/elinks guile
+
 # Michał Górny <mgorny@gentoo.org> (2019-08-27)
 # sci-libs/grib_api is slated for removal.
 dev-lang/gdl grib


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-01 23:57 Thomas Deutschmann
  0 siblings, 0 replies; 1247+ messages in thread
From: Thomas Deutschmann @ 2019-09-01 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e3442ec85f155852d3e0474dcdbe838d94852b52
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 23:54:54 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 23:54:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3442ec8

profiles: base: Add mail-client/thunderbird[pgo] to package.use.mask

Bug: https://bugs.gentoo.org/693160
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1d21260a187..cdb369d6e79 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Thomas Deutschmann <whissi88@gentoo.org> (2019-09-02)
+# PGO not yet supported for comm-central, #693160
+>=mail-client/thunderbird-68 pgo
+
 # Matt Turner <mattst88@gentoo.org> (2019-09-01)
 # <dev-scheme/guile-2 is package.mask'd
 www-client/elinks guile


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-03 18:45 Alfredo Tupone
  0 siblings, 0 replies; 1247+ messages in thread
From: Alfredo Tupone @ 2019-09-03 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a87721a4a293320e6fb425f434243134acf91c1e
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 18:43:12 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 18:45:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87721a4

profile/base/make.defaults: Add ADA_TARGET use expand

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 profiles/base/make.defaults | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 678b493f867..298897cef62 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -13,7 +13,7 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU"
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-dev@lists.gentoo.org.
-USE_EXPAND="ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
+USE_EXPAND="ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
 
 # USE_EXPAND variables whose contents are not shown in package manager
 # output. Changes need discussion on gentoo-dev.
@@ -175,3 +175,8 @@ POSTGRES_TARGETS="postgres10 postgres11"
 # of PHP, to avoid pulling in an unstable PHP on stable systems.
 #
 PHP_TARGETS="php7-2"
+
+# Alfredo Tupone <tupone@gentoo.org> (2019-09-03)
+#
+# Default ADA target
+ADA_TARGET="gnat_2018"


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-05 17:30 Craig Andrews
  0 siblings, 0 replies; 1247+ messages in thread
From: Craig Andrews @ 2019-09-05 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     12f420f04c39fe33110076fd03cef5226c579ec4
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 16:22:05 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 17:30:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f420f0

package.use.mask: media-tv/kodi-17 has been removed

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index dec89386d6a..82413ef6a62 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -119,7 +119,6 @@ dev-python/construct python_targets_python2_7
 # Has multiple issues including symlinks and threading.
 # Packages should use and access libmariadb.so instead
 dev-db/mariadb-connector-c mysqlcompat
-~media-tv/kodi-17.6 mariadb
 
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2019-03-05)
 # Not keyworded on non-x86 arches


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-07  7:37 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2019-09-07  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b1e53f8ab9066799ebef4ece800c6961a2e5d6e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 07:30:08 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 07:36:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e53f8a

profiles/base: Fix date on media-libs/fmod revdep mask

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index af3690a1320..f082c08b0ff 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,7 +7,7 @@
 # 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> (2019-08-27)
+# Michał Górny <mgorny@gentoo.org> (2019-09-07)
 # media-libs/fmod is slated for removal.
 games-arcade/savagewheels fmod
 games-fps/doomsday fmod


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-09 19:02 Michał Górny
  0 siblings, 0 replies; 1247+ messages in thread
From: Michał Górny @ 2019-09-09 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4ae34e356c9859a2e92ac4c08291c0095d202ac9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 06:30:41 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 19:02:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae34e35

profiles/base: Mask dev-ada/gps-2018[gnat_2017]

Closes: https://bugs.gentoo.org/687208
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 74ca2ddea0b..83f2781aa51 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # 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> (2019-09-08)
+# LLVM 5 is being removed.
+~dev-ada/gps-2018 gnat_2017
+
 # Michał Górny <mgorny@gentoo.org> (2019-09-07)
 # media-libs/libnut is slated for removal.
 media-video/mplayer nut


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-09-18 20:05 Matt Turner
  0 siblings, 0 replies; 1247+ messages in thread
From: Matt Turner @ 2019-09-18 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     eedff619c8f86cdf2729ba1ef708e069c5b245c6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 19:58:07 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 20:05:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedff619

profiles: Move libglvnd mask to use.mask

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.mask | 7 -------
 profiles/base/use.mask         | 4 ++++
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index bb2dc3c5611..34da891f5c1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -137,13 +137,6 @@ dev-db/mariadb-connector-c mysqlcompat
 # Not keyworded on non-x86 arches
 app-admin/conserver freeipmi
 
-# Matt Turner <mattst88@gentoo.org> (2019-03-03)
-# Mask for testing. Bug 606924
-# Jeroen Roovers <jer@gentoo.org> (2019-09-02)
-# Bug 692170
-media-libs/mesa libglvnd
-x11-drivers/nvidia-drivers libglvnd
-
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2019-01-17)
 # Mask openjdk:8 for use as system java-vm until it's proven to work
 dev-java/openjdk:8 gentoo-vm

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index fff8836e1fd..fe8254ba5b7 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner <mattst88@gentoo.org> (2019-03-03)
+# Mask for testing. Bug 606924
+libglvnd
+
 # Matt Turner <mattst88@gentoo.org> (2019-09-01)
 # app-office/texmacs is package.mask'd. Bug #436400
 texmacs


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-10-03 15:06 Ben Kohler
  0 siblings, 0 replies; 1247+ messages in thread
From: Ben Kohler @ 2019-10-03 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f33fa467a2308fa409d0cd16b3081530783e49a5
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 15:05:49 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Oct  3 15:06:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33fa467

profiles: mask iwd support on connman for now

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index aa5d61f3eea..40eaf5025ed 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Ben Kohler <bkohler@gentoo.org> (2019-10-03)
+# iwd backend for connman hasn't kept up with iwd releases/API, mask 
+# until it catches up.
+net-misc/connman iwd
+
 # Brian Evans <grknight@gentoo.org> (2019-10-01)
 # PHP support is broken with current version
 # Mask USE until they are fixed


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-10-04 13:24 罗百科
  0 siblings, 0 replies; 1247+ messages in thread
From: 罗百科 @ 2019-10-04 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c90d162781f86cdb54184df95d249cc7d578469d
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 13:22:53 2019 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 13:23:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90d1627

profiles/base/use.stable.mask: Mask postgres12 target

No stable postgres-12 version yet

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 profiles/base/use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 645eae30130..9ddc19ed3b0 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Patrick Lauer <patrick@gentoo.org> (2019-10-04)
+# No postgres-12 stable yet
+postgres_targets_postgres12
+
 # Zac Medico <zmedico@gentoo.org> (2016-09-01)
 # Needs virtual/pypy* stable
 python_targets_pypy


^ permalink raw reply related	[flat|nested] 1247+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/
@ 2019-10-27 16:55 Andreas Sturmlechner
  0 siblings, 0 replies; 1247+ messages in thread
From: Andreas Sturmlechner @ 2019-10-27 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ebad55685f991d2d8c995d4f117c6f51fbbf2349
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 16:53:58 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 16:55:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebad5568

profiles: base: Drop obsolete app-text/mupdf[ssl] p.use.stable.mask

Closes: https://bugs.gentoo.org/685584
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 2ce5b0ecd48..be558cdfa90 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask