Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
Date: Fri, 02 Mar 2018 09:42:15
Message-Id: 1519983693.4482c58aa38ca32d80a01e31992b8332e0683e28.mgorny@gentoo
1 commit: 4482c58aa38ca32d80a01e31992b8332e0683e28
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 09:39:35 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 09:41:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4482c58a
7
8 profiles/arch/amd64-fbsd: Mask amdgpu on xorg-drivers pkg
9
10 Apparently X11 team likes mixing different VIDEO_CARDS in dependencies,
11 so we can't mask it on x11-libs/libdrm.
12
13 profiles/arch/amd64-fbsd/package.use.mask | 4 ++++
14 profiles/arch/amd64-fbsd/use.mask | 1 -
15 2 files changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask
18 index 5421ee83578..f00d6aa4250 100644
19 --- a/profiles/arch/amd64-fbsd/package.use.mask
20 +++ b/profiles/arch/amd64-fbsd/package.use.mask
21 @@ -1,6 +1,10 @@
22 # Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 +# Michał Górny <mgorny@g.o> (02 Mar 2018)
26 +# Someone needs to test the driver.
27 +x11-base/xorg-drivers video_cards_amdgpu
28 +
29 # Michał Górny <mgorny@g.o> (02 Mar 2018)
30 # Requires dev-libs/libressl (not yet tested).
31 net-misc/curl curl_ssl_libressl
32
33 diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask
34 index c4d482cfb26..369a539ac9b 100644
35 --- a/profiles/arch/amd64-fbsd/use.mask
36 +++ b/profiles/arch/amd64-fbsd/use.mask
37 @@ -36,7 +36,6 @@
38 # Michał Górny <mgorny@g.o> (02 Mar 2018)
39 # Someone needs to test them.
40 input_devices_libinput
41 -video_cards_amdgpu
42
43 # Michał Górny <mgorny@g.o> (01 Mar 2018)
44 # virtual/mpi not keyworded at the moment.