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 DDF3B139694 for ; Sat, 11 Mar 2017 16:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6B7AE0CCD; Sat, 11 Mar 2017 16:23:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 807B5E0CCD for ; Sat, 11 Mar 2017 16:23:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21624341301 for ; Sat, 11 Mar 2017 16:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A56F64A8 for ; Sat, 11 Mar 2017 16:23:52 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1489249411.ba3c9d7e2e751bf3b6d54c0877fb3b1fe218d9a4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-13.0.5.ebuild media-libs/mesa/mesa-17.0.1.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ba3c9d7e2e751bf3b6d54c0877fb3b1fe218d9a4 X-VCS-Branch: master Date: Sat, 11 Mar 2017 16:23:52 +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: f00faec8-4915-4d6b-8c8e-b019175cb1b9 X-Archives-Hash: 56096a4ac78436b004e3311b9c084722 commit: ba3c9d7e2e751bf3b6d54c0877fb3b1fe218d9a4 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 11 16:22:49 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 11 16:23:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3c9d7e Revert "media-libs/mesa: Build radeonsi if only VIDEO_CARDS="radeon" is selected." This reverts commit 906eaa04d5b56c1b5c7fb3afa1cf33ec92b40279. Bug: https://bugs.gentoo.org/612208 media-libs/mesa/mesa-13.0.5.ebuild | 5 ++--- media-libs/mesa/mesa-17.0.1.ebuild | 5 ++--- media-libs/mesa/mesa-9999.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild index 7e4026cc545..3e047a89eb2 100644 --- a/media-libs/mesa/mesa-13.0.5.ebuild +++ b/media-libs/mesa/mesa-13.0.5.ebuild @@ -263,9 +263,8 @@ multilib_src_configure() { gallium_enable video_cards_r600 r600 gallium_enable video_cards_radeonsi radeonsi if ! use video_cards_r300 && \ - ! use video_cards_r600 && \ - ! use video_cards_radeonsi; then - gallium_enable video_cards_radeon r300 r600 radeonsi + ! use video_cards_r600; then + gallium_enable video_cards_radeon r300 r600 fi gallium_enable video_cards_freedreno freedreno diff --git a/media-libs/mesa/mesa-17.0.1.ebuild b/media-libs/mesa/mesa-17.0.1.ebuild index 0c6aef9635a..6594ed90ea3 100644 --- a/media-libs/mesa/mesa-17.0.1.ebuild +++ b/media-libs/mesa/mesa-17.0.1.ebuild @@ -277,9 +277,8 @@ multilib_src_configure() { gallium_enable video_cards_r600 r600 gallium_enable video_cards_radeonsi radeonsi if ! use video_cards_r300 && \ - ! use video_cards_r600 && \ - ! use video_cards_radeonsi; then - gallium_enable video_cards_radeon r300 r600 radeonsi + ! use video_cards_r600; then + gallium_enable video_cards_radeon r300 r600 fi gallium_enable video_cards_freedreno freedreno diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index a67d8058eed..6ba97de334c 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -262,9 +262,8 @@ multilib_src_configure() { gallium_enable video_cards_r600 r600 gallium_enable video_cards_radeonsi radeonsi if ! use video_cards_r300 && \ - ! use video_cards_r600 && \ - ! use video_cards_radeonsi; then - gallium_enable video_cards_radeon r300 r600 radeonsi + ! use video_cards_r600; then + gallium_enable video_cards_radeon r300 r600 fi gallium_enable video_cards_freedreno freedreno