Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/libstrangle/
Date: Fri, 13 May 2022 15:06:15
Message-Id: 1652454360.96ce153e74731a4bc7438e496921982f7699c5a7.ionen@gentoo
1 commit: 96ce153e74731a4bc7438e496921982f7699c5a7
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 15:00:22 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 15:06:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ce153e
7
8 games-util/libstrangle: remove glibc restrictions
9
10 DT_HASH glibc is stable and would rather
11 not carry this in the ebuild forever.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 .../libstrangle/libstrangle-0.1.1_p20220222.ebuild | 17 +----------------
16 1 file changed, 1 insertion(+), 16 deletions(-)
17
18 diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
19 index 1ecf01f317d3..cb3b102c7f5a 100644
20 --- a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
21 +++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
22 @@ -16,22 +16,7 @@ LICENSE="GPL-3+"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25
26 -# Note: requires a glibc version with DT_HASH fix or split libdl.so.
27 -# For the latter, <glibc-2.34 is acceptable but skip so portage
28 -# doesn't suggest downgrading to stable users.
29 -# https://gitlab.com/torkel104/libstrangle/-/issues/59
30 -# (cleanup these after fixed glibc is stable for some time)
31 -RDEPEND="
32 - sys-apps/grep[pcre]
33 - elibc_glibc? (
34 - || (
35 - >=sys-libs/glibc-2.35-r4
36 - (
37 - >=sys-libs/glibc-2.34-r12
38 - <sys-libs/glibc-2.35
39 - )
40 - )
41 - )"
42 +RDEPEND="sys-apps/grep[pcre]"
43 DEPEND="
44 media-libs/libglvnd
45 dev-util/vulkan-headers"