Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Mon, 06 Mar 2017 21:06:53
Message-Id: 1488834381.8ee62e06f1466650456682f87828ab4b81a19668.mattst88@gentoo
1 commit: 8ee62e06f1466650456682f87828ab4b81a19668
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 6 21:00:37 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 6 21:06:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee62e06
7
8 media-libs/mesa: Drop empty KEYWORDS="" assignment.
9
10 Only serves to confuse ekeyword.
11
12 media-libs/mesa/mesa-13.0.5.ebuild | 1 -
13 media-libs/mesa/mesa-17.0.1.ebuild | 1 -
14 media-libs/mesa/mesa-9999.ebuild | 1 -
15 3 files changed, 3 deletions(-)
16
17 diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild
18 index 306cf7a8ac0..9b2276ac9b1 100644
19 --- a/media-libs/mesa/mesa-13.0.5.ebuild
20 +++ b/media-libs/mesa/mesa-13.0.5.ebuild
21 @@ -24,7 +24,6 @@ HOMEPAGE="https://www.mesa3d.org/"
22
23 if [[ $PV == 9999 ]]; then
24 SRC_URI=""
25 - KEYWORDS="alpha"
26 else
27 SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz"
28 KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
29
30 diff --git a/media-libs/mesa/mesa-17.0.1.ebuild b/media-libs/mesa/mesa-17.0.1.ebuild
31 index 0aea8a38fb1..0b64e5b84bf 100644
32 --- a/media-libs/mesa/mesa-17.0.1.ebuild
33 +++ b/media-libs/mesa/mesa-17.0.1.ebuild
34 @@ -23,7 +23,6 @@ HOMEPAGE="https://www.mesa3d.org/"
35
36 if [[ $PV == 9999 ]]; then
37 SRC_URI=""
38 - KEYWORDS=""
39 else
40 SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
41 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
42
43 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
44 index 55de36a5f67..eb7f52a7f46 100644
45 --- a/media-libs/mesa/mesa-9999.ebuild
46 +++ b/media-libs/mesa/mesa-9999.ebuild
47 @@ -23,7 +23,6 @@ HOMEPAGE="https://www.mesa3d.org/"
48
49 if [[ $PV == 9999 ]]; then
50 SRC_URI=""
51 - KEYWORDS=""
52 else
53 SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
54 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"