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 ABDEF1382C5 for ; Fri, 2 Mar 2018 01:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDE0BE087C; Fri, 2 Mar 2018 01:21:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CA76EE087C for ; Fri, 2 Mar 2018 01:21:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 39E01335C0A for ; Fri, 2 Mar 2018 01:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B2C61ED for ; Fri, 2 Mar 2018 01:20:57 +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: <1519953617.0d5cb248168c1dea0a2829446af9f66895956f24.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild X-VCS-Directories: x11-drivers/xf86-video-intel/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0d5cb248168c1dea0a2829446af9f66895956f24 X-VCS-Branch: master Date: Fri, 2 Mar 2018 01:20:57 +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: 11bd1619-4a26-4747-b8a8-1992d89df186 X-Archives-Hash: 43c5c1abb7b52793d5f7350393a66288 commit: 0d5cb248168c1dea0a2829446af9f66895956f24 Author: Matt Turner gentoo org> AuthorDate: Fri Mar 2 01:20:17 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 2 01:20:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5cb248 x11-drivers/xf86-video-intel: Disable DRI1 support Closes: https://bugs.gentoo.org/649302 Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild index 70fbe1a0ea4..78b5b23c9cc 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild @@ -61,6 +61,7 @@ DEPEND="${RDEPEND} src_configure() { replace-flags -Os -O2 XORG_CONFIGURE_OPTIONS=( + --disable-dri1 $(use_enable debug) $(use_enable dri) $(use_enable dri dri3)