diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-05-13 11:00:22 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-05-13 11:06:00 -0400 |
commit | 96ce153e74731a4bc7438e496921982f7699c5a7 (patch) | |
tree | 99e5e5500dcc1d73c868279b255c61243cc79a73 /games-util/libstrangle | |
parent | profiles/arch/loong: mask >=dev-libs/boost-1.79.0 for now (diff) | |
download | gentoo-96ce153e74731a4bc7438e496921982f7699c5a7.tar.gz gentoo-96ce153e74731a4bc7438e496921982f7699c5a7.tar.bz2 gentoo-96ce153e74731a4bc7438e496921982f7699c5a7.zip |
games-util/libstrangle: remove glibc restrictions
DT_HASH glibc is stable and would rather
not carry this in the ebuild forever.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util/libstrangle')
-rw-r--r-- | games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild index 1ecf01f317d3..cb3b102c7f5a 100644 --- a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild +++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild @@ -16,22 +16,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -# Note: requires a glibc version with DT_HASH fix or split libdl.so. -# For the latter, <glibc-2.34 is acceptable but skip so portage -# doesn't suggest downgrading to stable users. -# https://gitlab.com/torkel104/libstrangle/-/issues/59 -# (cleanup these after fixed glibc is stable for some time) -RDEPEND=" - sys-apps/grep[pcre] - elibc_glibc? ( - || ( - >=sys-libs/glibc-2.35-r4 - ( - >=sys-libs/glibc-2.34-r12 - <sys-libs/glibc-2.35 - ) - ) - )" +RDEPEND="sys-apps/grep[pcre]" DEPEND=" media-libs/libglvnd dev-util/vulkan-headers" |