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/libglvnd/
Date: Thu, 02 Jan 2020 20:48:20
Message-Id: 1577998086.c845349a91877fdbb14bf5db8da4445c1e493682.mattst88@gentoo
1 commit: c845349a91877fdbb14bf5db8da4445c1e493682
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 20:47:36 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 20:48:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c845349a
7
8 media-libs/libglvnd-1.3.0: add ~sparc, bug 702132
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/libglvnd/libglvnd-1.3.0.ebuild | 2 +-
13 media-libs/libglvnd/libglvnd-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libglvnd/libglvnd-1.3.0.ebuild b/media-libs/libglvnd/libglvnd-1.3.0.ebuild
17 index 49a9c99cac8..a2bad37b6ce 100644
18 --- a/media-libs/libglvnd/libglvnd-1.3.0.ebuild
19 +++ b/media-libs/libglvnd/libglvnd-1.3.0.ebuild
20 @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd"
21 if [[ ${PV} = 9999* ]]; then
22 SRC_URI=""
23 else
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86"
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
26 SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
27 S=${WORKDIR}/${PN}-v${PV}
28 fi
29
30 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
31 index b98a84b1e5a..8438b84a526 100644
32 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
33 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
34 @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd"
35 if [[ ${PV} = 9999* ]]; then
36 SRC_URI=""
37 else
38 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86"
39 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
40 SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
41 S=${WORKDIR}/${PN}-v${PV}
42 fi