* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/
@ 2015-10-16 16:59 Davide Pesavento
0 siblings, 0 replies; 7+ messages in thread
From: Davide Pesavento @ 2015-10-16 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 277de5de2bccd3385807a608a88cce159f0b663b
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 16:58:10 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 16:58:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277de5de
profiles: unmask Qt >= 4.8.6 on x86-fbsd
dev-qt/qtchooser has finally been keyworded.
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
profiles/arch/x86-fbsd/package.mask | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/profiles/arch/x86-fbsd/package.mask b/profiles/arch/x86-fbsd/package.mask
deleted file mode 100644
index 5264156..0000000
--- a/profiles/arch/x86-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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/
@ 2016-06-21 21:44 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-06-21 21:44 UTC (permalink / raw
To: gentoo-commits
commit: 1025b99e2a47643375a93f5d48852d1f34382898
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 21:40:50 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 21:44:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1025b99e
profiles: mask qt5 USE flag on x86-fbsd due to being unkeyworded
profiles/arch/x86-fbsd/use.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/arch/x86-fbsd/use.mask b/profiles/arch/x86-fbsd/use.mask
index 02d5ff8..3b5993a 100644
--- a/profiles/arch/x86-fbsd/use.mask
+++ b/profiles/arch/x86-fbsd/use.mask
@@ -2,6 +2,10 @@
# Distributed under the terms of the GNU General Public License, v2
# $Id$
+# Michael Palimaka <kensington@gentoo.org> (21 Jun 2016)
+# Unkeyworded
+qt5
+
# Unmask the flag which corresponds to ARCH.
-x86-fbsd
-abi_x86_32
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/
@ 2016-06-21 21:44 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-06-21 21:44 UTC (permalink / raw
To: gentoo-commits
commit: ad090a9bda1a038b5522c9dabc16c7b0a9a89d78
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 21:43:02 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 21:44:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad090a9b
profiles: mask media-libs/mlt[jack,opengl] on x86-fbsd due to unkeyworded dependencies
profiles/arch/x86-fbsd/package.use.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask
index 115e817..bf80865 100644
--- a/profiles/arch/x86-fbsd/package.use.mask
+++ b/profiles/arch/x86-fbsd/package.use.mask
@@ -2,6 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# Michael Palimaka <kensington@gentoo.org> (21 Jun 2016)
+# Requires unkeyworded media-sound/jack-audio-connection-kit & media-video/movit
+media-libs/mlt jack opengl
+
# Davide Pesavento <pesa@gentoo.org> (26 Oct 2015)
# Tests require non-keyworded qt5
dev-qt/qtchooser test
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/
@ 2017-01-21 13:03 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-01-21 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 7ba11cb61fd61f59d0cfc4c8e03f93e336f0553d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 12:56:19 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 13:03:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba11cb6
profiles/arch/x86-fbsd: Remove empty CHOST setting
Remove the meaningless CHOST setting from arch/x86-fbsd profile --
the actual CHOSTs are set in specific profiles.
profiles/arch/x86-fbsd/make.defaults | 1 -
1 file changed, 1 deletion(-)
diff --git a/profiles/arch/x86-fbsd/make.defaults b/profiles/arch/x86-fbsd/make.defaults
index fb908fc..aac2f6b 100644
--- a/profiles/arch/x86-fbsd/make.defaults
+++ b/profiles/arch/x86-fbsd/make.defaults
@@ -17,7 +17,6 @@ ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd"
MULTILIB_ABIS="x86_fbsd"
DEFAULT_ABI="x86_fbsd"
ABI="x86_fbsd"
-CHOST_x86_fbsd="${CHOST}"
LIBDIR_x86_fbsd="lib"
VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/
@ 2017-02-14 17:06 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2017-02-14 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 59c8feb6386c402b665341c3207da00c2d4474dd
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 17:03:52 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 17:06:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c8feb6
profiles: Adjust package.use.mask for www-server/nginx on x86-fbsd
Commit ffe8d873b811 removed FreeBSD keywords on net-misc/curl so we have
to mask HTTP security module (aka nginx_modules_http_security USE flag)
which requires net-misc/curl on this arch.
profiles/arch/x86-fbsd/package.use.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask
index 13d435648f..6431765e68 100644
--- a/profiles/arch/x86-fbsd/package.use.mask
+++ b/profiles/arch/x86-fbsd/package.use.mask
@@ -2,6 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# Thomas Deutschmann <whissi@gentoo.org> (14 Feb 2017)
+# net-misc/curl dropped keywords in ffe8d873b8110d4434fc89423ea668450cab1d96
+www-servers/nginx nginx_modules_http_security
+
# Alexis Ballier <aballier@gentoo.org> (31 Jan 2017)
# nvidia drivers are unmasked here
media-video/ffmpeg -nvenc
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/
@ 2017-06-09 11:06 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2017-06-09 11:06 UTC (permalink / raw
To: gentoo-commits
commit: f7e40fbc169d2962c8c4feed40251885d653b4b3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 9 11:05:53 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jun 9 11:05:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e40fbc
profiles: Adjust package.use.mask for sys-process/fcron on x86-fbsd
profiles/arch/x86-fbsd/package.use.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask
index b6c036ab931..6cf70a4cc21 100644
--- a/profiles/arch/x86-fbsd/package.use.mask
+++ b/profiles/arch/x86-fbsd/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# Thomas Deutschmann <whissi@gentoo.org> (09 Jun 2017)
+# sys-process/audit not keyworded
+sys-process/fcron audit
+
# Thomas Deutschmann <whissi@gentoo.org> (14 Feb 2017)
# net-misc/curl dropped keywords in ffe8d873b8110d4434fc89423ea668450cab1d96
www-servers/nginx nginx_modules_http_security
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/
@ 2019-04-21 18:24 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-04-21 18:24 UTC (permalink / raw
To: gentoo-commits
commit: 698f02dfae78a3e975d477e464f557d2c3fc69dc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 15:55:49 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 18:21:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698f02df
profiles: x86-fbsd: Drop obsolete net-im/gajim[kde] package.use.mask
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/x86-fbsd/package.use.mask | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask
index 8d7639315ab..ce7eafff58f 100644
--- a/profiles/arch/x86-fbsd/package.use.mask
+++ b/profiles/arch/x86-fbsd/package.use.mask
@@ -42,10 +42,6 @@ dev-qt/qtchooser test
# Missing keyword on dev-libs/botan
app-crypt/qca botan
-# Justin Lecher <jlec@gentoo.org> (18 Mar 2010)
-# Unkeyworded deps
-net-im/gajim kde
-
# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
# it's masked in base profile and unmasked here (bug #396313).
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-04-21 18:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 17:06 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2019-04-21 18:24 Andreas Sturmlechner
2017-06-09 11:06 Thomas Deutschmann
2017-01-21 13:03 Michał Górny
2016-06-21 21:44 Michael Palimaka
2016-06-21 21:44 Michael Palimaka
2015-10-16 16:59 Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox