public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2015-10-06 19:49 Davide Pesavento
  0 siblings, 0 replies; 55+ messages in thread
From: Davide Pesavento @ 2015-10-06 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8c3a9153efdc4fb86b0d7267665c7d64632e7220
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 19:46:51 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 19:46:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3a9153

profiles: unmask Qt >= 4.8.6 on amd64-fbsd

dev-qt/qtchooser has finally been keyworded.

Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 profiles/arch/amd64-fbsd/package.mask | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/package.mask b/profiles/arch/amd64-fbsd/package.mask
deleted file mode 100644
index 5264156..0000000
--- a/profiles/arch/amd64-fbsd/package.mask
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Davide Pesavento <pesa@gentoo.org> (20 Nov 2014)
-# Qt4 multilib ebuilds, masked until dev-qt/qtchooser
-# gets keyworded. See bug 529196.
->=dev-qt/assistant-4.8.6:4
->=dev-qt/designer-4.8.6:4
->=dev-qt/linguist-4.8.6:4
->=dev-qt/pixeltool-4.8.6:4
->=dev-qt/qdbusviewer-4.8.6:4
->=dev-qt/qt3support-4.8.6:4
->=dev-qt/qtbearer-4.8.6:4
->=dev-qt/qtcore-4.8.6:4
->=dev-qt/qtdbus-4.8.6:4
->=dev-qt/qtdeclarative-4.8.6:4
->=dev-qt/qtdemo-4.8.6:4
->=dev-qt/qtgui-4.8.6:4
->=dev-qt/qthelp-4.8.6:4
->=dev-qt/qtmultimedia-4.8.6:4
->=dev-qt/qtopengl-4.8.6:4
->=dev-qt/qtopenvg-4.8.6:4
->=dev-qt/qtphonon-4.8.6:4
->=dev-qt/qtscript-4.8.6:4
->=dev-qt/qtsql-4.8.6:4
->=dev-qt/qtsvg-4.8.6:4
->=dev-qt/qttest-4.8.6:4
->=dev-qt/qttranslations-4.8.6:4
->=dev-qt/qtwebkit-4.8.6:4
->=dev-qt/qtxmlpatterns-4.8.6:4


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2016-10-05 12:46 Alexis Ballier
  0 siblings, 0 replies; 55+ messages in thread
From: Alexis Ballier @ 2016-10-05 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ef285cbd77727ee19c7f833377acbf1a890c4fda
Author:     Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Tue Oct  4 11:03:01 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Oct  5 12:46:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef285cbd

profiles/arch/amd64-fbsd: Drop special CFLAGS for sys-freebsd packages

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

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

diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults
index 6d9f5af..42329af 100644
--- a/profiles/arch/amd64-fbsd/make.defaults
+++ b/profiles/arch/amd64-fbsd/make.defaults
@@ -17,7 +17,7 @@ DEFAULT_ABI="amd64_fbsd"
 ABI="amd64_fbsd"
 
 # 32bit specific settings.
-CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT -B/usr/lib32 -L/usr/lib32"
+CFLAGS_x86_fbsd="-m32"
 LDFLAGS_x86_fbsd="-m elf_i386_fbsd -L/usr/lib32"
 
 USE="mmx mmxext sse sse2"


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

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

commit:     afaed120bb65a9b3d35aad0331560600dc6df9d5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 12:22:26 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 13:28:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaed120

profiles: amd64-fbsd: Fix kwallet USE mask

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

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index d9129a05a3b..eb02f3b260e 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -33,7 +33,7 @@ media-plugins/gst-plugins-meta modplug vaapi
 
 # Lars Wendler <polynomial-c@gentoo.org> (09 May 2014)
 # Masked kde USE flag until bug #509892 is fixed
-dev-vcs/subversion kde
+dev-vcs/subversion kwallet
 
 # Pacho Ramos <pacho@gentoo.org> (02 Dec 2013)
 # Missing keywords, bug #493156


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-01-23 15:58 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-01-23 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     407e4413a796726c4f3e81d6566ef0ecdd163d07
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 15:47:59 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 15:58:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407e4413

profiles/arch/amd64-fbsd: Mask USE=seccomp

 profiles/arch/amd64-fbsd/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 68af147debb..e93d35cd709 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (23 Feb 2018)
+# sys-libs/libseccomp is not keyworded here.
+seccomp
+
 # Michał Górny <mgorny@gentoo.org> (23 Feb 2018)
 # net-fs/samba is not keyworded here.
 samba


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-01-23 15:58 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-01-23 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     24110ec115ac67e6437337c308dd4e369970e21b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 15:45:40 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 15:58:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24110ec1

profiles/arch/amd64-fbsd: Mask USE=samba

 profiles/arch/amd64-fbsd/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 28ca0b6472a..68af147debb 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (23 Feb 2018)
+# net-fs/samba is not keyworded here.
+samba
+
 # James Le Cuirot <chewi@gentoo.org> (19 May 2015)
 # icedtea needs testing and gcj isn't supported
 java


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-11 11:47 Mart Raudsepp
  0 siblings, 0 replies; 55+ messages in thread
From: Mart Raudsepp @ 2018-02-11 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     be3ddcc9c822f3b5bc0d49d783d15d64ec34598a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:46:16 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:46:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3ddcc9

profiles/arch/amd64-fbsd: Mask USE=valgrind

 profiles/arch/amd64-fbsd/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 0e3d57debb2..6047b7b8900 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Mart Raudsepp <leio@gentoo.org> (11 Feb 2018)
+# dev-util/valgrind is not keyworded here.
+valgrind
+
 # Michał Górny <mgorny@gentoo.org> (23 Jan 2018)
 # sys-libs/libseccomp is not keyworded here.
 seccomp


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-15 22:20 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-15 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7365c5ebc30f84f107158d6ea74e19e65be3eb7c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 22:17:08 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 22:20:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7365c5eb

profiles/arch/amd64-fbsd: Mask net-libs/gnutls[test-full]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 93fc2f9b460..4b4a4d4fc55 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (15 Feb 2018)
+# Requires USE=seccomp that is masked in this profile.
+net-libs/gnutls test-full
+
 # Michał Górny <mgorny@gentoo.org> (20 Jan 2018)
 # Needs sys-libs/libomp which is not keyworded. Leaving the decision
 # whether sys-libs/libomp should eventually be keyworded to when new


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-16 21:12 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-16 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3cdfdf5946ba02d75776c17a3d794f760885a333
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 21:11:33 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 21:12:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdfdf59

profiles/arch/amd64-fbsd: Mask USE=qt5

 profiles/arch/amd64-fbsd/use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 6047b7b8900..58683d40bac 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.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
 
 # Unmask the flag which corresponds to ARCH.
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (16 Feb 2018)
+# Qt5 is not keyworded here.
+qt5
+
 # Mart Raudsepp <leio@gentoo.org> (11 Feb 2018)
 # dev-util/valgrind is not keyworded here.
 valgrind


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-17 15:29 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-17 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     dba9870d8cce710bf2828c1e420a82ad302fb86a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 15:28:52 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 15:29:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba9870d

profiles/arch/amd64-fbsd: Mask USE=libav

 profiles/arch/amd64-fbsd/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 58683d40bac..83d21be18e8 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
+# libav is not keyworded here.
+libav
+
 # Michał Górny <mgorny@gentoo.org> (16 Feb 2018)
 # Qt5 is not keyworded here.
 qt5


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-17 16:40 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-17 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9c41e13d86ad92dea5bc881259e8f6cdc49d13e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 16:17:12 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 16:39:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c41e13d

profiles/arch/amd64-fbsd: Mask USE=raw

 profiles/arch/amd64-fbsd/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 83d21be18e8..a8e32c6d7dc 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
+# libraw is not keyworded here.
+raw
+
 # Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
 # libav is not keyworded here.
 libav


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-17 16:40 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-17 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c3374db0b05e31773defe44ccbce2ff8fd310c5e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 16:35:14 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 16:39:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3374db0

profiles/arch/amd64-fbsd: Mask media-libs/gstreamer[unwind]

 profiles/arch/amd64-fbsd/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index f95fad1cc67..cf2a65daad7 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
+# Claims to require dev-libs/elfutils which doesn't support FreeBSD.
+# We can umask if it works with virtual/libelf though.
+media-libs/gstreamer unwind
+
 # Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
 # Unkeyworded deps.
 media-libs/elementary javascript


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-17 16:40 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-17 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0057f2086a6fae36e9f7d0fb8715b662b3a0ec36
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 16:16:37 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 16:38:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0057f208

profiles/arch/amd64-fbsd: Mask media-libs/elementary[javascript]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 4b4a4d4fc55..f95fad1cc67 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
+# Unkeyworded deps.
+media-libs/elementary javascript
+
 # Michał Górny <mgorny@gentoo.org> (15 Feb 2018)
 # Requires USE=seccomp that is masked in this profile.
 net-libs/gnutls test-full


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

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

commit:     d4d071d0db31ad1215123505075feeb594d9f85c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 17:09:46 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 17:17:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d071d0

profiles/arch/amd64-fbsd: Mask media-libs/phonon[vlc]

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index cf2a65daad7..5fa95faa92e 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -9,6 +9,7 @@ media-libs/gstreamer unwind
 # Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
 # Unkeyworded deps.
 media-libs/elementary javascript
+media-libs/phonon vlc
 
 # Michał Górny <mgorny@gentoo.org> (15 Feb 2018)
 # Requires USE=seccomp that is masked in this profile.


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

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

commit:     6509206297b96eba21487bf8bd3faf4ff0e094a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 17:14:27 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 17:17:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65092062

profiles/arch/amd64-fbsd: Mask virtual/notification-daemon[kde]

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 5fa95faa92e..9c6f65f403b 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -10,6 +10,7 @@ media-libs/gstreamer unwind
 # Unkeyworded deps.
 media-libs/elementary javascript
 media-libs/phonon vlc
+virtual/notification-daemon kde
 
 # Michał Górny <mgorny@gentoo.org> (15 Feb 2018)
 # Requires USE=seccomp that is masked in this profile.


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

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

commit:     25b9e0a3a725df694c7fe0f93cb74815f8c76e2b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 19:02:49 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 19:24:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b9e0a3

profiles/arch/amd64-fbsd: Mask USE=directfb

 profiles/arch/amd64-fbsd/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index a8e32c6d7dc..5495c9e5f38 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (19 Feb 2018)
+# dev-libs/DirectFB is not keyworded here.
+directfb
+
 # Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
 # libraw is not keyworded here.
 raw


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

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

commit:     820ef0b4d4351751b205dcbc747d2e00672e6b8d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 19:23:37 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 19:24:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820ef0b4

profiles/arch/amd64-fbsd: Mask many package USE flags

 profiles/arch/amd64-fbsd/package.use.mask | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 9c6f65f403b..92d93fa6ac3 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,25 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (19 Feb 2018)
+# Unkeyworded dependencies.
+app-doc/doxygen clang
+dev-libs/glib dbus
+dev-libs/leveldb tcmalloc
+dev-libs/libpeas jit
+dev-perl/GD fcgi
+media-libs/libcanberra gnome
+media-libs/mesa vaapi
+media-sound/pulseaudio equalizer qt4 realtime
+media-video/ffmpeg celt ebur128 kvazaar libilbc nvenc openh264
+media-video/ffmpeg rubberband sdl ssh x265 zeromq zimg
+net-libs/gnutls idn
+net-print/cups-filters pdf
+sys-devel/gcc objc-gc
+x11-drivers/nvidia-drivers tools
+x11-libs/pango test
+x11-wm/fluxbox vim-syntax
+
 # Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
 # Claims to require dev-libs/elfutils which doesn't support FreeBSD.
 # We can umask if it works with virtual/libelf though.


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

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

commit:     e2dfe94bb66f743f1375a4137ecd7327bb232e8c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 20:00:07 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 20:00:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2dfe94b

profiles/arch/amd64-fbsd: Also mask virtual/ffmpeg[sdl]

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 92d93fa6ac3..eb19ed765be 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -19,6 +19,7 @@ sys-devel/gcc objc-gc
 x11-drivers/nvidia-drivers tools
 x11-libs/pango test
 x11-wm/fluxbox vim-syntax
+virtual/ffmpeg sdl
 
 # Michał Górny <mgorny@gentoo.org> (17 Feb 2018)
 # Claims to require dev-libs/elfutils which doesn't support FreeBSD.


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

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

commit:     588e332efc7ff625093426092df86ce43f3931d7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 21:07:57 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 21:07:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588e332e

profiles/arch/amd64-fbsd: Mask x11-drivers/nvidia-drivers[static-libs]

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

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index eb19ed765be..0ff7bde1484 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -16,7 +16,7 @@ media-video/ffmpeg rubberband sdl ssh x265 zeromq zimg
 net-libs/gnutls idn
 net-print/cups-filters pdf
 sys-devel/gcc objc-gc
-x11-drivers/nvidia-drivers tools
+x11-drivers/nvidia-drivers static-libs tools
 x11-libs/pango test
 x11-wm/fluxbox vim-syntax
 virtual/ffmpeg sdl


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-21 17:27 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-21 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2788b2ce10f8f572473af752992b0e6f9e4ee860
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 17:27:49 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 17:27:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2788b2ce

profiles/arch/amd64-fbsd: Mask media-libs/xine-lib/[fusionsound]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 0ff7bde1484..07a28b2a7a3 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (21 Feb 2018)
+# More unkeyworded dependencies.
+media-libs/xine-lib fusionsound
+
 # Michał Górny <mgorny@gentoo.org> (19 Feb 2018)
 # Unkeyworded dependencies.
 app-doc/doxygen clang


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-21 20:18 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-21 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     acd7f87a03426263197a6163c6392d859d9fea86
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 20:18:06 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 20:18:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd7f87a

profiles/arch/amd64-fbsd: Mask more media-video/ffmpeg flags

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 2f24ac1139b..f415215281b 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -4,6 +4,7 @@
 # Michał Górny <mgorny@gentoo.org> (21 Feb 2018)
 # More unkeyworded dependencies.
 media-libs/xine-lib fusionsound
+media-video/ffmpeg frei0r sofalizer
 
 # Michał Górny <mgorny@gentoo.org> (19 Feb 2018)
 # Unkeyworded dependencies.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-21 20:18 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-21 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4b10ede23bdc516122d5b0067714ea20faeb7f3d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 20:16:30 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 20:18:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b10ede2

profiles/arch/amd64-fbsd: Fix media-video/ffmpeg[nvenc] mask

 profiles/arch/amd64-fbsd/package.use.mask | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 07a28b2a7a3..2f24ac1139b 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -15,7 +15,7 @@ dev-perl/GD fcgi
 media-libs/libcanberra gnome
 media-libs/mesa vaapi
 media-sound/pulseaudio equalizer qt4 realtime
-media-video/ffmpeg celt ebur128 kvazaar libilbc nvenc openh264
+media-video/ffmpeg celt ebur128 kvazaar libilbc openh264
 media-video/ffmpeg rubberband sdl ssh x265 zeromq zimg
 net-libs/gnutls idn
 net-print/cups-filters pdf
@@ -55,10 +55,6 @@ sys-devel/llvm ocaml
 # Needs net-mail/mailutils which is not keyworded, bug #635216.
 app-editors/emacs-vcs mailutils
 
-# Alexis Ballier <aballier@gentoo.org> (31 Jan 2017)
-# nvidia drivers are unmasked here
-media-video/ffmpeg -nvenc
-
 # Davide Pesavento <pesa@gentoo.org> (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-21 22:11 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-21 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b3c0dbf7a55ccd7f7781c8dca350539db8ce45c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 21:44:21 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 22:11:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c0dbf7

profiles/arch/amd64-fbsd: Mask dev-python/pycurl[test]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index f415215281b..90decd0b748 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (21 Feb 2018)
+# Requires net-misc/curl[kerberos] which is masked here.
+dev-python/pycurl test
+
 # Michał Górny <mgorny@gentoo.org> (21 Feb 2018)
 # More unkeyworded dependencies.
 media-libs/xine-lib fusionsound


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

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

commit:     958f67bf9e717a2834169e2341eac652d33f359a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 14:12:32 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 14:22:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958f67bf

profiles/arch/amd64-fbsd: Mask dev-libs/libpeas[lua]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 90decd0b748..0247905ad2e 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (22 Feb 2018)
+# Even more unkeyworded dependencies.
+dev-libs/libpeas lua
+
 # Michał Górny <mgorny@gentoo.org> (21 Feb 2018)
 # Requires net-misc/curl[kerberos] which is masked here.
 dev-python/pycurl test


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

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

commit:     d0ba7d901463cd40a7388f30e9c773dc40c3406d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 14:13:51 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 14:22:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ba7d90

profiles/arch/amd64-fbsd: Mask dev-util/cmocka[doc]

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 0247905ad2e..971406105ec 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -4,6 +4,7 @@
 # Michał Górny <mgorny@gentoo.org> (22 Feb 2018)
 # Even more unkeyworded dependencies.
 dev-libs/libpeas lua
+dev-util/cmocka doc
 
 # Michał Górny <mgorny@gentoo.org> (21 Feb 2018)
 # Requires net-misc/curl[kerberos] which is masked here.


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

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

commit:     d7af7f192348a6865bd974268141ed2689d17aab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 18:10:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 19:02:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7af7f19

profiles/arch/amd64-fbsd: Mask sys-libs/libcxx[libcxxabi]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 971406105ec..79dcc42afdf 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (22 Feb 2018)
+# USE=libcxxrt is use.forced.
+sys-libs/libcxx libcxxabi
+
 # Michał Górny <mgorny@gentoo.org> (22 Feb 2018)
 # Even more unkeyworded dependencies.
 dev-libs/libpeas lua


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-24  9:21 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-24  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6a1416a995e95d1fa3d5faee3d4703f206047f6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 09:21:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 09:21:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1416a9

profiles/arch/amd64-fbsd: Unmask dev-libs/glib[dbus]

 profiles/arch/amd64-fbsd/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 79dcc42afdf..079a198ff17 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -22,7 +22,6 @@ media-video/ffmpeg frei0r sofalizer
 # Michał Górny <mgorny@gentoo.org> (19 Feb 2018)
 # Unkeyworded dependencies.
 app-doc/doxygen clang
-dev-libs/glib dbus
 dev-libs/leveldb tcmalloc
 dev-libs/libpeas jit
 dev-perl/GD fcgi


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-02-25 22:27 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-02-25 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2ff2e11c8ea081e64bfbc2698bd546452410e22f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 21:56:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 22:27:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff2e11c

profiles/arch/amd64-fbsd: Mask USE=tcmalloc globally

 profiles/arch/amd64-fbsd/package.use.mask | 1 -
 profiles/arch/amd64-fbsd/use.mask         | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 079a198ff17..b3ad0389721 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -22,7 +22,6 @@ media-video/ffmpeg frei0r sofalizer
 # Michał Górny <mgorny@gentoo.org> (19 Feb 2018)
 # Unkeyworded dependencies.
 app-doc/doxygen clang
-dev-libs/leveldb tcmalloc
 dev-libs/libpeas jit
 dev-perl/GD fcgi
 media-libs/libcanberra gnome

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 5495c9e5f38..417c08ff791 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (25 Feb 2018)
+# google-perftools does not work on FreeBSD.
+tcmalloc
+
 # Michał Górny <mgorny@gentoo.org> (19 Feb 2018)
 # dev-libs/DirectFB is not keyworded here.
 directfb


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

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

commit:     16f779e731d17b0ed8612f8e9c12e7d4489eec9e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 22:10:35 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 22:21:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f779e7

profiles/arch/amd64-fbsd: Mask flags w/ masked REQUIRED_USE

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index b3ad0389721..1a66309db92 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (28 Feb 2018)
+# Requires masked USE flags.
+gnome-base/gvfs mtp
+
 # Michał Górny <mgorny@gentoo.org> (22 Feb 2018)
 # USE=libcxxrt is use.forced.
 sys-libs/libcxx libcxxabi


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-01  8:39 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-01  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9869d6f6ee51291ad91c58b9c2c048e9cb422f66
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 08:38:25 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 08:39:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9869d6f6

profiles/arch/amd64-fbsd: Mask gnome-base/gvfs[google]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 1a66309db92..409a104d6da 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
+# Unkeyworded dependencies.
+gnome-base/gvfs google
+
 # Michał Górny <mgorny@gentoo.org> (28 Feb 2018)
 # Requires masked USE flags.
 gnome-base/gvfs mtp


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-01 13:33 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-01 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     de49c42468cecf8c446024f7591f46da661d1215
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 13:33:10 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 13:33:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de49c424

profiles/arch/amd64-fbsd: Mask more flags for gvfs

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

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 409a104d6da..46365420b16 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -3,7 +3,7 @@
 
 # Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
 # Unkeyworded dependencies.
-gnome-base/gvfs google
+gnome-base/gvfs cdda google nfs
 
 # Michał Górny <mgorny@gentoo.org> (28 Feb 2018)
 # Requires masked USE flags.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-01 18:43 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-01 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     45754297610ed7b3cca5f60c40b10498a97abafe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 16:24:47 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 18:43:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45754297

profiles/arch/amd64-fbsd: Mask dev-libs/cyrus-sasl[authdaemond]

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 46365420b16..68196119bc0 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -3,6 +3,7 @@
 
 # Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
 # Unkeyworded dependencies.
+dev-libs/cyrus-sasl authdaemond
 gnome-base/gvfs cdda google nfs
 
 # Michał Górny <mgorny@gentoo.org> (28 Feb 2018)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-01 18:43 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-01 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f3fc5b3d6d531f1dc746b99f31d47726d01790a7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 16:27:21 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 18:43:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fc5b3d

profiles/arch/amd64-fbsd: Mask more USE flags with deps

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 68196119bc0..db9280b8dbb 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -5,6 +5,7 @@
 # Unkeyworded dependencies.
 dev-libs/cyrus-sasl authdaemond
 gnome-base/gvfs cdda google nfs
+sys-auth/consolekit evdev pm-utils
 
 # Michał Górny <mgorny@gentoo.org> (28 Feb 2018)
 # Requires masked USE flags.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-01 22:41 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-01 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5c25fa66d576a38cd7ba8797d2a0f3c9f06687eb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 20:41:26 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 22:40:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c25fa66

profiles/arch/amd64-fbsd: Mask USE=mpi

 profiles/arch/amd64-fbsd/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 6619afa2685..e25958569f6 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
+# virtual/mpi not keyworded at the moment.
+mpi
+
 # Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
 # sys-process/audit seems pretty Linux-specific.
 audit


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-01 22:41 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-01 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     09330df665fc54c6b1198a66a4a8f7ebde6aecab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 21:46:43 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 22:40:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09330df6

profiles/arch/amd64-fbsd: Mask dev-lang/php[acl]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index db9280b8dbb..ed181ca67b4 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
+# Requires separate libacl while FreeBSD has it in libc.
+dev-lang/php acl
+
 # Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
 # Unkeyworded dependencies.
 dev-libs/cyrus-sasl authdaemond


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-02  8:31 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-02  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     89b7d62091d744a071dd926f51c932143f1ef431
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  2 08:09:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 08:31:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b7d620

profiles/arch/amd64-fbsd: Mask net-fs/openafs[fuse]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index ed181ca67b4..40c0e19fa68 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
+# Requires sys-fs/fuse. Maybe it could work with fuse4bsd?
+net-fs/openafs fuse
+
 # Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
 # Requires separate libacl while FreeBSD has it in libc.
 dev-lang/php acl


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-02  8:31 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-02  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     48092c29fdee71ddc3bdb64b41b0c5d462e5d710
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  2 08:28:29 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 08:31:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48092c29

profiles/arch/amd64-fbsd: Mask net-misc/curl[*_libressl]

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 40c0e19fa68..5421ee83578 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
+# Requires dev-libs/libressl (not yet tested).
+net-misc/curl curl_ssl_libressl
+
 # Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
 # Requires sys-fs/fuse. Maybe it could work with fuse4bsd?
 net-fs/openafs fuse


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-02  8:31 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-02  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     11b3854755226a68689954c9106579fd8b073cbc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  2 08:11:24 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 08:31:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b38547

profiles/arch/amd64-fbsd: Mask amdgpu&libinput drivers

 profiles/arch/amd64-fbsd/use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index e25958569f6..c4d482cfb26 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,11 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
+# Someone needs to test them.
+input_devices_libinput
+video_cards_amdgpu
+
 # Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
 # virtual/mpi not keyworded at the moment.
 mpi


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-02  9:41 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-02  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4482c58aa38ca32d80a01e31992b8332e0683e28
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  2 09:39:35 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 09:41:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4482c58a

profiles/arch/amd64-fbsd: Mask amdgpu on xorg-drivers pkg

Apparently X11 team likes mixing different VIDEO_CARDS in dependencies,
so we can't mask it on x11-libs/libdrm.

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 profiles/arch/amd64-fbsd/use.mask         | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 5421ee83578..f00d6aa4250 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
+# Someone needs to test the driver.
+x11-base/xorg-drivers video_cards_amdgpu
+
 # Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
 # Requires dev-libs/libressl (not yet tested).
 net-misc/curl curl_ssl_libressl

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index c4d482cfb26..369a539ac9b 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -36,7 +36,6 @@
 # Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
 # Someone needs to test them.
 input_devices_libinput
-video_cards_amdgpu
 
 # Michał Górny <mgorny@gentoo.org> (01 Mar 2018)
 # virtual/mpi not keyworded at the moment.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-02  9:43 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-02  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     dd348923524f66295e54d7cda52cf676ae312f07
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  2 09:43:26 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 09:43:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd348923

profiles/arch/amd64-fbsd: Mask curl_ssl_libressl globally

 profiles/arch/amd64-fbsd/package.use.mask | 4 ----
 profiles/arch/amd64-fbsd/use.mask         | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index f00d6aa4250..b5cf9e6c62c 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -5,10 +5,6 @@
 # Someone needs to test the driver.
 x11-base/xorg-drivers video_cards_amdgpu
 
-# Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
-# Requires dev-libs/libressl (not yet tested).
-net-misc/curl curl_ssl_libressl
-
 # Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
 # Requires sys-fs/fuse. Maybe it could work with fuse4bsd?
 net-fs/openafs fuse

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 369a539ac9b..b9d38f4a4fd 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
+# Requires dev-libs/libressl (not yet tested).
+curl_ssl_libressl
+
 # Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
 # Someone needs to test them.
 input_devices_libinput


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-09 16:14 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-09 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8e7a0e9b42de685f0fcb3ebd56125bbde137ffc8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 14:28:22 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 16:14:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7a0e9b

profiles/arch/amd64-fbsd: Force sys-devel/clang[default-libcxx]

 profiles/arch/amd64-fbsd/package.use.force | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.force b/profiles/arch/amd64-fbsd/package.use.force
index b3a9e1d3fe1..6c7737109a3 100644
--- a/profiles/arch/amd64-fbsd/package.use.force
+++ b/profiles/arch/amd64-fbsd/package.use.force
@@ -1,6 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (09 Mar 2018)
+# Using stdlibc++ is broken on FreeBSD, so just force libcxx.
+sys-devel/clang default-libcxx
+
 # Michał Górny <mgorny@gentoo.org> (08 Apr 2017)
 # Require sandbox to be multilib-capable to avoid failures when building
 # multilib packages, #611292.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-11 18:19 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-11 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     49e8fe1537ec16cdf63792f5886b245a42c18917
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 18:14:53 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 18:19:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e8fe15

profiles/arch/amd64-fbsd: Mask sys-libs/libcxxabi[test]

 profiles/arch/amd64-fbsd/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index b5cf9e6c62c..de9bb726ea7 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (11 Mar 2018)
+# Testing requires having libc++ built against libc++abi right now
+# (and we force linking to libcxxrt).
+sys-libs/libcxxabi test
+
 # Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
 # Someone needs to test the driver.
 x11-base/xorg-drivers video_cards_amdgpu


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-13 19:51 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-13 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ac4132d3bde27f9fbfabe2d2dbd07fafb870211d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 19:48:06 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 19:50:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4132d3

profiles/arch/amd64-fbsd: Mask some dev-qt/qt* flags

 profiles/arch/amd64-fbsd/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index de9bb726ea7..1c14ad76b61 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (13 Mar 2018)
+# Missing keywords on dependencies.
+dev-qt/designer webkit
+dev-qt/qtgui eglfs evdev ibus libinput
+dev-qt/qtnetwork connman libproxy
+
 # Michał Górny <mgorny@gentoo.org> (11 Mar 2018)
 # Testing requires having libc++ built against libc++abi right now
 # (and we force linking to libcxxrt).


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-13 19:51 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-13 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a0bead43fa0baa5a06c798daf065f4247a683215
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 19:48:35 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 19:51:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bead43

profiles/arch/amd64-fbsd: Unmask Qt5!

 profiles/arch/amd64-fbsd/package.use.mask | 4 ----
 profiles/arch/amd64-fbsd/use.mask         | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 1c14ad76b61..6c1386e8de4 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -100,10 +100,6 @@ sys-devel/llvm ocaml
 # Needs net-mail/mailutils which is not keyworded, bug #635216.
 app-editors/emacs-vcs mailutils
 
-# Davide Pesavento <pesa@gentoo.org> (26 Oct 2015)
-# Tests require non-keyworded qt5
-dev-qt/qtchooser test
-
 # Johannes Huber <johu@gentoo.org> (28 Jan 2015)
 # Missing keyword on dev-libs/botan and dev-libs/pkcs11-helper
 app-crypt/qca botan pkcs11

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index b9d38f4a4fd..95a466fc1c9 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -65,10 +65,6 @@ raw
 # libav is not keyworded here.
 libav
 
-# Michał Górny <mgorny@gentoo.org> (16 Feb 2018)
-# Qt5 is not keyworded here.
-qt5
-
 # Mart Raudsepp <leio@gentoo.org> (11 Feb 2018)
 # dev-util/valgrind is not keyworded here.
 valgrind


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-03-15 21:15 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-03-15 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     205506fff984191f05aacb2ab7845ece456af5ab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 21:14:45 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 21:14:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205506ff

profiles/arch/amd64-fbsd: Unmask sys-libs/libcxxabi[test]

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

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 6c1386e8de4..16fc1289737 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -7,11 +7,6 @@ dev-qt/designer webkit
 dev-qt/qtgui eglfs evdev ibus libinput
 dev-qt/qtnetwork connman libproxy
 
-# Michał Górny <mgorny@gentoo.org> (11 Mar 2018)
-# Testing requires having libc++ built against libc++abi right now
-# (and we force linking to libcxxrt).
-sys-libs/libcxxabi test
-
 # Michał Górny <mgorny@gentoo.org> (02 Mar 2018)
 # Someone needs to test the driver.
 x11-base/xorg-drivers video_cards_amdgpu


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-05-01 11:09 Ulrich Müller
  0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-05-01 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7d2ac28487edc26bbf253f26ea59dde33d82e443
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 11:07:45 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May  1 11:07:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2ac284

profiles: use.mask mysql and package.use.mask sasl on amd64-fbsd.

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 profiles/arch/amd64-fbsd/use.mask         | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 3da21307f57..4ee4d9f04da 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ulrich Müller <ulm@gentoo.org> (01 May 2018)
+# Missing keyword on virtual/gsasl dependency, bug #635216.
+net-mail/mailutils sasl
+
 # Michał Górny <mgorny@gentoo.org> (13 Mar 2018)
 # Missing keywords on dependencies.
 dev-qt/designer webkit

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 3310e052d2e..763749f7d4b 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Ulrich Müller <ulm@gentoo.org> (01 May 2018)
+# virtual/mysql is not keyworded.
+mysql
+
 # Michał Górny <mgorny@gentoo.org> (21 Apr 2018)
 # net-wireless/bluez.
 bluetooth


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-06-02 17:09 Andreas Sturmlechner
  0 siblings, 0 replies; 55+ messages in thread
From: Andreas Sturmlechner @ 2018-06-02 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bab311db2ece1d2b45e86be8ec8fb4c90da78a14
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 22:58:30 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 17:06:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab311db

profiles: amd64-fbsd: Mask media-sound/pulseaudio[qt5]

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

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 4ee4d9f04da..1de040a5810 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -57,7 +57,7 @@ app-doc/doxygen clang
 dev-perl/GD fcgi
 media-libs/libcanberra gnome
 media-libs/mesa vaapi
-media-sound/pulseaudio equalizer qt4 realtime
+media-sound/pulseaudio equalizer qt4 qt5 realtime
 media-video/ffmpeg celt ebur128 kvazaar libilbc openh264
 media-video/ffmpeg rubberband sdl ssh x265 zeromq zimg
 net-libs/gnutls idn


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-07-16 20:38 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2018-07-16 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     24bed508c5aafd3c4ecd6fac9d6f5a84890982c8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 20:38:03 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 20:38:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bed508

profiles/arch/amd64-fbsd: Unmask py2.7 target

 profiles/arch/amd64-fbsd/use.mask | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
index 486d920ddbe..763749f7d4b 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,13 +33,6 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
-# Michał Górny <mgorny@gentoo.org> (16 Jul 2018)
-# Python 3.7 support requires fresh versions of packages which are stuck
-# at keywordreqs.
-# bug #661320: dev-python/twisted
-python_targets_python3_7
-python_single_target_python3_7
-
 # Ulrich Müller <ulm@gentoo.org> (01 May 2018)
 # virtual/mysql is not keyworded.
 mysql


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2018-10-05 21:21 Mikle Kolyada
  0 siblings, 0 replies; 55+ messages in thread
From: Mikle Kolyada @ 2018-10-05 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     856c1961fa3bf3a0e6c7489ac148455b0e4ca4ab
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  5 21:21:04 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 21:21:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856c1961

profiles/arch/amd6-fbdf/p.u.mask: Add app-admin/sudo[sssd]

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index cf031a82d4a..cb2abc7f354 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Mikle Kolyada <zlogene@gentoo.org> (05 Oct 2018)
+# Not keyworded
+app-admin/sudo sssd
+
 # Ulrich Müller <ulm@gentoo.org> (01 May 2018)
 # Missing keyword on virtual/gsasl dependency, bug #635216.
 net-mail/mailutils sasl


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2019-01-22 14:10 Michał Górny
  0 siblings, 0 replies; 55+ messages in thread
From: Michał Górny @ 2019-01-22 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b0d9ea6f9301431ce8ceb5c6fd5b605c3b754d49
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 14:05:51 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 14:10:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d9ea6f

profiles: Mask app-arch/libarchive[zstd] on amd64-fbsd

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

 profiles/arch/amd64-fbsd/package.use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index b55b2b065ff..74c81944764 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (22 Jan 2019)
+# Missing keywords on dependencies.
+app-arch/libarchive zstd
+
 # Mikle Kolyada <zlogene@gentoo.org> (05 Oct 2018)
 # Not keyworded
 app-admin/sudo sssd


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2019-04-09  5:07 Hans de Graaff
  0 siblings, 0 replies; 55+ messages in thread
From: Hans de Graaff @ 2019-04-09  5:07 UTC (permalink / raw
  To: gentoo-commits

commit:     84c8b88909f5af304b7491ffee9aee6887cec12e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 05:06:52 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 05:06:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c8b889

profiles/arch/*/package.use.mask: mask ruby for subversion

https://bugs.gentoo.org/674984

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index ef07b2f1d64..6bfb5adc51a 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Hans de Graaff <graaff@gentoo.org> (08 Apr 2019)
+# Obsolete ruby version, no newer versions keyworded or stable.
+dev-vcs/subversion ruby
+
 # Michał Górny <mgorny@gentoo.org> (20 Mar 2019)
 # Z3 fails to link on FreeBSD but linker produces no error messages.
 sys-devel/clang z3


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2019-04-15  7:43 Lars Wendler
  0 siblings, 0 replies; 55+ messages in thread
From: Lars Wendler @ 2019-04-15  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     09ededd3c2f195278a8716a9b860b05f554e344a
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:42:07 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:42:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ededd3

amd64-fbsd/package.use.mask: Masked "subversion" USE flag

for app-portage/layman and dev-vcs/git

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 profiles/arch/amd64-fbsd/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 97ca81bb380..0fe76cb080d 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Lars Wendler <polynomial-c@gentoo.org> (15 Apr 2019)
+# dev-vcs/subversion lacks amd64-fbsd keyword
+app-portage/layman subversion
+dev-vcs/git subversion
+
 # David Seifert <soap@gentoo.org> (15 Apr 2019)
 # app-arch/zstd is not keyworded.
 dev-libs/boost zstd


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2019-04-15 16:41 Thomas Deutschmann
  0 siblings, 0 replies; 55+ messages in thread
From: Thomas Deutschmann @ 2019-04-15 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c8f1ff40055d7ec71d5009f19a9d18624cebcc3d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 16:41:07 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 16:41:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f1ff40

amd64-fbsd/package.use.mask: Extend "subversion" USE flag mask

app-portage/layman[test] is also depending on dev-vcs/subversion.

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 0fe76cb080d..58122db8a38 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -3,7 +3,7 @@
 
 # Lars Wendler <polynomial-c@gentoo.org> (15 Apr 2019)
 # dev-vcs/subversion lacks amd64-fbsd keyword
-app-portage/layman subversion
+app-portage/layman subversion test
 dev-vcs/git subversion
 
 # David Seifert <soap@gentoo.org> (15 Apr 2019)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2019-04-17 23:24 Thomas Deutschmann
  0 siblings, 0 replies; 55+ messages in thread
From: Thomas Deutschmann @ 2019-04-17 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     af82d3c57647f8b1c374c39b1fcbe2d0298ba605
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 23:21:17 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 23:23:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af82d3c5

amd64-fbsd/package.use.mask: Mask media-libs/tiff[zstd]

app-arch/zstd is not keyworded for amd64-fbsd.

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 58122db8a38..a91e38fb794 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann <whissi@gentoo.org> (18 Apr 2019)
+# app-arch/zstd is not keyworded.
+media-libs/tiff zstd
+
 # Lars Wendler <polynomial-c@gentoo.org> (15 Apr 2019)
 # dev-vcs/subversion lacks amd64-fbsd keyword
 app-portage/layman subversion test


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2019-06-12 13:01 Andreas Sturmlechner
  0 siblings, 0 replies; 55+ messages in thread
From: Andreas Sturmlechner @ 2019-06-12 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8b8a8e792367f445bc02114cd373afdea5c8dac2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 12:58:18 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 13:01:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8a8e79

profiles: amd64-fbsd: Mask media-libs/openal[sdl]

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/arch/amd64-fbsd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index a91e38fb794..89f84b8dc50 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -85,6 +85,7 @@ app-doc/doxygen clang
 dev-perl/GD fcgi
 media-libs/libcanberra gnome
 media-libs/mesa vaapi
+media-libs/openal sdl
 media-sound/pulseaudio equalizer qt5 realtime
 media-video/ffmpeg ebur128 kvazaar libilbc openh264
 media-video/ffmpeg rubberband sdl ssh x265 zeromq zimg


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
@ 2019-06-20 13:44 Andreas Sturmlechner
  0 siblings, 0 replies; 55+ messages in thread
From: Andreas Sturmlechner @ 2019-06-20 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     73350aae6c97584c8818788e8763d062e77a9650
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 12:42:38 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 13:43:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73350aae

profiles: amd64-fbsd: Mask dev-python/soappy[ssl]

Bug: https://bugs.gentoo.org/687526
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
index 342260e94dd..a824e7ee142 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner <asturm@gentoo.org> (31 Mar 2019)
+# dev-python/m2crypto is not keyworded here, bugs #597744, 687526
+dev-python/soappy ssl
+
 # Thomas Deutschmann <whissi@gentoo.org> (18 Apr 2019)
 # app-arch/zstd is not keyworded.
 media-libs/tiff zstd


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

end of thread, other threads:[~2019-06-20 13:45 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-05 21:21 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2019-06-20 13:44 Andreas Sturmlechner
2019-06-12 13:01 Andreas Sturmlechner
2019-04-17 23:24 Thomas Deutschmann
2019-04-15 16:41 Thomas Deutschmann
2019-04-15  7:43 Lars Wendler
2019-04-09  5:07 Hans de Graaff
2019-01-22 14:10 Michał Górny
2018-07-16 20:38 Michał Górny
2018-06-02 17:09 Andreas Sturmlechner
2018-05-01 11:09 Ulrich Müller
2018-03-15 21:15 Michał Górny
2018-03-13 19:51 Michał Górny
2018-03-13 19:51 Michał Górny
2018-03-11 18:19 Michał Górny
2018-03-09 16:14 Michał Górny
2018-03-02  9:43 Michał Górny
2018-03-02  9:41 Michał Górny
2018-03-02  8:31 Michał Górny
2018-03-02  8:31 Michał Górny
2018-03-02  8:31 Michał Górny
2018-03-01 22:41 Michał Górny
2018-03-01 22:41 Michał Górny
2018-03-01 18:43 Michał Górny
2018-03-01 18:43 Michał Górny
2018-03-01 13:33 Michał Górny
2018-03-01  8:39 Michał Górny
2018-02-28 22:22 Michał Górny
2018-02-25 22:27 Michał Górny
2018-02-24  9:21 Michał Górny
2018-02-22 19:02 Michał Górny
2018-02-22 14:22 Michał Górny
2018-02-22 14:22 Michał Górny
2018-02-21 22:11 Michał Górny
2018-02-21 20:18 Michał Górny
2018-02-21 20:18 Michał Górny
2018-02-21 17:27 Michał Górny
2018-02-19 21:08 Michał Górny
2018-02-19 20:01 Michał Górny
2018-02-19 19:24 Michał Górny
2018-02-19 19:24 Michał Górny
2018-02-17 17:17 Michał Górny
2018-02-17 17:17 Michał Górny
2018-02-17 16:40 Michał Górny
2018-02-17 16:40 Michał Górny
2018-02-17 16:40 Michał Górny
2018-02-17 15:29 Michał Górny
2018-02-16 21:12 Michał Górny
2018-02-15 22:20 Michał Górny
2018-02-11 11:47 Mart Raudsepp
2018-01-23 15:58 Michał Górny
2018-01-23 15:58 Michał Górny
2017-10-12 13:29 Andreas Sturmlechner
2016-10-05 12:46 Alexis Ballier
2015-10-06 19:49 Davide Pesavento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox