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/libepoxy/
Date: Sun, 08 May 2022 07:34:39
Message-Id: 1651995235.3209e50e37891c8d702c11c36a45c6f472a7791b.xen0n@gentoo
1 commit: 3209e50e37891c8d702c11c36a45c6f472a7791b
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 07:23:13 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 07:33:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3209e50e
7
8 media-libs/libepoxy: keyword 1.5.9-r1 for ~loong
9
10 Tests passed on real hardware with minor tweak; test/dlwrap.c needs to
11 be taught that "GLIBC_2.36" is also a possible version for dlsym. As the
12 loong glibc port is yet to be merged, the version could change, so not
13 submitting it at the moment; glx_alias_prefer_same_name and glx_gles2
14 are expected to fail.
15
16 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
17
18 media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild b/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild
22 index 653d6c7f0851..486240d79bdb 100644
23 --- a/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild
24 +++ b/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then
32 inherit git-r3
33 else
34 SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
36 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
37 fi
38
39 DESCRIPTION="Library for handling OpenGL function pointer management"