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 4C209138334 for ; Mon, 28 Jan 2019 19:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B9CEE136F; Mon, 28 Jan 2019 05:10:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 383E1E136F for ; Mon, 28 Jan 2019 05:10:59 +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 858C9335D6B for ; Mon, 28 Jan 2019 05:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC8452B for ; Mon, 28 Jan 2019 05:10:55 +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: <1548652242.c804294beb01f731d455d607d3ab12873ed7603c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-mga/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild X-VCS-Directories: x11-drivers/xf86-video-mga/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c804294beb01f731d455d607d3ab12873ed7603c X-VCS-Branch: master Date: Mon, 28 Jan 2019 05:10:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e852d2e3-e99a-4aac-a077-af3c3458344d X-Archives-Hash: 0a741fa9b4c3a1c77def371ae1b1dee4 commit: c804294beb01f731d455d607d3ab12873ed7603c Author: Matt Turner gentoo org> AuthorDate: Mon Jan 28 05:10:42 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 28 05:10:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c804294b x11-drivers/xf86-video-mga-2.0.0: alpha stable, bug 675818 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild index 561b2ecbe27..d8b008e7c87 100644 --- a/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild +++ b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Matrox video driver" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" src_configure() { XORG_CONFIGURE_OPTIONS="$(use_enable dri)"