Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/
Date: Sun, 08 May 2022 03:10:46
Message-Id: 1651979411.bc87dd60e1b36a26207dc95e2743e90a55064f2a.xen0n@gentoo
1 commit: bc87dd60e1b36a26207dc95e2743e90a55064f2a
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 03:09:17 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 03:10:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc87dd60
7
8 media-libs/libglvnd: forward ~loong
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 media-libs/libglvnd/libglvnd-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
16 index f6b7cee43834..d91a97d0eb74 100644
17 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
18 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2018-2021 Gentoo Authors
21 +# Copyright 2018-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd"
26 if [[ ${PV} = 9999* ]]; then
27 SRC_URI=""
28 else
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
30 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
31 SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
32 S=${WORKDIR}/${PN}-v${PV}
33 fi