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 C1B0E1382C5 for ; Sun, 6 May 2018 12:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF86E0875; Sun, 6 May 2018 12:26:28 +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 80DA2E0875 for ; Sun, 6 May 2018 12:26:28 +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 0A142335C9F for ; Sun, 6 May 2018 12:26:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1992131 for ; Sun, 6 May 2018 12:26:23 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525609368.4ec8a1790591e8dbc56fae7445390a0191070039.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild X-VCS-Directories: x11-apps/intel-gpu-tools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4ec8a1790591e8dbc56fae7445390a0191070039 X-VCS-Branch: master Date: Sun, 6 May 2018 12:26:23 +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: 0d2a979b-e6b1-461f-8918-db121b2ef0c6 X-Archives-Hash: 27c94727f7a41132b7aa35cf35c12a97 commit: 4ec8a1790591e8dbc56fae7445390a0191070039 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 6 12:22:48 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 6 12:22:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec8a179 x11-apps/intel-gpu-tools: amd64 stable wrt bug #649316 Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild index f14f3fa384a..0b6ab028cb0 100644 --- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild +++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild @@ -7,7 +7,7 @@ inherit xorg-2 DESCRIPTION="Intel GPU userland tools" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="alsa glib gsl sound test-programs udev unwind valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xrandr xv" REQUIRED_USE="test-programs? ( sound? ( alsa gsl ) )" RESTRICT="test"