commit: dc4ab4b56f6f456470539996ff52c7100ae0c7e8 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Wed Sep 10 23:13:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 13 13:06:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4ab4b5
app-shells/pwsh-bin: accept lttng-ust 2.12 compat package Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43739 Signed-off-by: Sam James <sam <AT> gentoo.org> .../pwsh-bin/{pwsh-bin-7.5.2.ebuild => pwsh-bin-7.5.2-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-shells/pwsh-bin/pwsh-bin-7.5.2.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.5.2-r1.ebuild similarity index 95% rename from app-shells/pwsh-bin/pwsh-bin-7.5.2.ebuild rename to app-shells/pwsh-bin/pwsh-bin-7.5.2-r1.ebuild index f5757d9331bb..2871f77711e9 100644 --- a/app-shells/pwsh-bin/pwsh-bin-7.5.2.ebuild +++ b/app-shells/pwsh-bin/pwsh-bin-7.5.2-r1.ebuild @@ -25,7 +25,10 @@ REQUIRED_USE="elibc_glibc" RDEPEND=" app-crypt/mit-krb5:0/0 dev-libs/icu - dev-util/lttng-ust:0/2.12 + || ( + dev-util/lttng-ust-compat:0/2.12 + dev-util/lttng-ust:0/2.12 + ) sys-libs/pam:0/0 sys-libs/zlib:0/1 || (
