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 28764138334 for ; Wed, 10 Jul 2019 10:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAA4CE08F0; Wed, 10 Jul 2019 10:30:41 +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 7BFF0E08F0 for ; Wed, 10 Jul 2019 10:30:41 +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 81B25347547 for ; Wed, 10 Jul 2019 10:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A410B720 for ; Wed, 10 Jul 2019 10:30:34 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1562754603.8b1032d96a83a85cdaf6c48feb16bd81e076c1ec.ago@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_p20190301.ebuild X-VCS-Directories: x11-drivers/xf86-video-intel/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8b1032d96a83a85cdaf6c48feb16bd81e076c1ec X-VCS-Branch: master Date: Wed, 10 Jul 2019 10:30:34 +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: 2978981f-6c71-46b8-b754-7302d11c7ff8 X-Archives-Hash: fdc0a55a04efcfda8a3f972d3bfd8e37 commit: 8b1032d96a83a85cdaf6c48feb16bd81e076c1ec Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jul 10 10:30:03 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jul 10 10:30:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1032d9 x11-drivers/xf86-video-intel: x86 stable wrt bug #689510 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20190301.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20190301.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20190301.ebuild index 2f4d89bae8f..3c274f990d1 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20190301.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20190301.ebuild @@ -10,7 +10,7 @@ inherit linux-info xorg-3 flag-o-matic if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" COMMIT_ID="6afed33b2d673d88674f0c76efe500ae414e8e1b" SRC_URI="https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/archive/${COMMIT_ID}/${P}.tar.bz2" S="${WORKDIR}/${PN}-${COMMIT_ID}"