Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/
Date: Tue, 08 May 2018 20:57:58
Message-Id: 1525813038.4db50e6ab07f67a61cd4ddbf1e9d6feb62895e28.mattst88@gentoo
1 commit: 4db50e6ab07f67a61cd4ddbf1e9d6feb62895e28
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 20:57:13 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 20:57:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db50e6a
7
8 x11-apps/intel-gpu-tools: Destabilize
9
10 These are primarily developer tools and there are no reverse
11 dependencies. Stabilizing is both useless and a waste of time.
12
13 x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild | 4 ++--
14 x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 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
18 index 75ee7a50d99..a05dea860cf 100644
19 --- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild
20 +++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -6,7 +6,7 @@ EAPI="5"
28 inherit xorg-2
29
30 DESCRIPTION="Intel GPU userland tools"
31 -KEYWORDS="amd64 x86"
32 +KEYWORDS="~amd64 ~x86"
33 IUSE="test-programs unwind video_cards_nouveau"
34 RESTRICT="test"
35
36
37 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
38 index 0b6ab028cb0..f14f3fa384a 100644
39 --- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild
40 +++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild
41 @@ -7,7 +7,7 @@ inherit xorg-2
42
43 DESCRIPTION="Intel GPU userland tools"
44
45 -KEYWORDS="amd64 ~x86"
46 +KEYWORDS="~amd64 ~x86"
47 IUSE="alsa glib gsl sound test-programs udev unwind valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xrandr xv"
48 REQUIRED_USE="test-programs? ( sound? ( alsa gsl ) )"
49 RESTRICT="test"