From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F6D81382C5 for ; Fri, 2 Mar 2018 09:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8065BE09C6; Fri, 2 Mar 2018 09:42:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F0A5E09C6 for ; Fri, 2 Mar 2018 09:42:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B86A335C69 for ; Fri, 2 Mar 2018 09:42:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D99B31CC for ; Fri, 2 Mar 2018 09:41:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519983693.4482c58aa38ca32d80a01e31992b8332e0683e28.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64-fbsd/package.use.mask profiles/arch/amd64-fbsd/use.mask X-VCS-Directories: profiles/arch/amd64-fbsd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4482c58aa38ca32d80a01e31992b8332e0683e28 X-VCS-Branch: master Date: Fri, 2 Mar 2018 09:41:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0b254a5a-5859-41de-a474-9cc3abad181d X-Archives-Hash: 63aa0de45c85ce0a032992c10ed97ef2 commit: 4482c58aa38ca32d80a01e31992b8332e0683e28 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 2 09:39:35 2018 +0000 Commit: Michał Górny gentoo 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 (02 Mar 2018) +# Someone needs to test the driver. +x11-base/xorg-drivers video_cards_amdgpu + # Michał Górny (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 (02 Mar 2018) # Someone needs to test them. input_devices_libinput -video_cards_amdgpu # Michał Górny (01 Mar 2018) # virtual/mpi not keyworded at the moment.