commit: c35eda158de43d8d35c342eabb388a1505e5be4c Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Tue Sep 20 23:06:56 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Sep 20 23:12:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35eda15
games-util/libstrangle: rdepend on glibc[hash-sysv-compat] Not closing bug #863863 yet given this isn't due to be a permanent solution. If steam/wine issues are resolved and this is the only package needing this, will look at other workarounds if upstream hasn't done anything yet. Bug: https://bugs.gentoo.org/863863 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> ....1_p20220222.ebuild => libstrangle-0.1.1_p20220222-r1.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild b/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild similarity index 90% rename from games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild rename to games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild index 760150ee102a..edb24350dc18 100644 --- a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild +++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild @@ -16,7 +16,14 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="sys-apps/grep[pcre]" +RDEPEND=" + sys-apps/grep[pcre] + elibc_glibc? ( + || ( + >=sys-libs/glibc-2.36-r3[hash-sysv-compat] + <sys-libs/glibc-2.36 + ) + )" DEPEND=" dev-util/vulkan-headers media-libs/libglvnd
