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 0CC8F1382C5 for ; Tue, 8 May 2018 20:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C5A7E0C0D; Tue, 8 May 2018 20:57:57 +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 05540E0C0D for ; Tue, 8 May 2018 20:57:56 +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 763B8335C43 for ; Tue, 8 May 2018 20:57:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3303137 for ; Tue, 8 May 2018 20:57:53 +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: <1525813038.4db50e6ab07f67a61cd4ddbf1e9d6feb62895e28.mattst88@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.15.ebuild x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild X-VCS-Directories: x11-apps/intel-gpu-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4db50e6ab07f67a61cd4ddbf1e9d6feb62895e28 X-VCS-Branch: master Date: Tue, 8 May 2018 20:57:53 +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: 9682ba67-f1b8-4843-a716-a3da732588df X-Archives-Hash: 132fb961c014c94505426899f3b240b9 commit: 4db50e6ab07f67a61cd4ddbf1e9d6feb62895e28 Author: Matt Turner gentoo org> AuthorDate: Tue May 8 20:57:13 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 8 20:57:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db50e6a x11-apps/intel-gpu-tools: Destabilize These are primarily developer tools and there are no reverse dependencies. Stabilizing is both useless and a waste of time. x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild | 4 ++-- x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild index 75ee7a50d99..a05dea860cf 100644 --- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild +++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit xorg-2 DESCRIPTION="Intel GPU userland tools" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="test-programs unwind video_cards_nouveau" RESTRICT="test" 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 0b6ab028cb0..f14f3fa384a 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"