Gentoo Archives: gentoo-commits

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