Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/
Date: Mon, 01 Oct 2018 20:55:30
Message-Id: 1538427287.3e9a440733178b8665930818f9bad1b3e131f8ab.asturm@gentoo
1 commit: 3e9a440733178b8665930818f9bad1b3e131f8ab
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 17:36:19 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 20:54:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9a4407
7
8 x11-apps/mesa-progs: De-stabilise hppa
9
10 media-libs/glew stabilisation timeout.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild | 5 ++---
16 x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild | 6 +++---
17 2 files changed, 5 insertions(+), 6 deletions(-)
18
19 diff --git a/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild b/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild
20 index aa6ffbd8f9a..ea5356de6cb 100644
21 --- a/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild
22 +++ b/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -18,10 +18,9 @@ DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
30 HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"
31 if [[ ${PV} == 9999* ]]; then
32 SRC_URI=""
33 - KEYWORDS=""
34 else
35 SRC_URI="https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2"
36 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
37 + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
38 fi
39
40 LICENSE="LGPL-2"
41
42 diff --git a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild b/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
43 index 07729580b32..3888f77a892 100644
44 --- a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
45 +++ b/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2018 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=5
52 @@ -18,10 +18,10 @@ DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
53 HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"
54 if [[ ${PV} == 9999* ]]; then
55 SRC_URI=""
56 - KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
57 + KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
58 else
59 SRC_URI="https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2"
60 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
61 + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
62 fi
63
64 LICENSE="LGPL-2"