commit: 0dc0292308579c5c871e64439caa92bf5446bdca Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Oct 23 21:03:56 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Oct 23 21:06:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc02923
app-shells/pwsh-bin: restrict splitdebug As a workaround for bug #949048 Bug: https://bugs.gentoo.org/949048 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-shells/pwsh-bin/pwsh-bin-7.5.2-r1.ebuild | 1 + app-shells/pwsh-bin/pwsh-bin-7.5.3.ebuild | 1 + app-shells/pwsh-bin/pwsh-bin-7.5.4.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/app-shells/pwsh-bin/pwsh-bin-7.5.2-r1.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.5.2-r1.ebuild index 2871f77711e9..33034ec66baf 100644 --- a/app-shells/pwsh-bin/pwsh-bin-7.5.2-r1.ebuild +++ b/app-shells/pwsh-bin/pwsh-bin-7.5.2-r1.ebuild @@ -21,6 +21,7 @@ LICENSE="MIT" SLOT="$(ver_cut 1-2)" KEYWORDS="amd64 arm arm64" REQUIRED_USE="elibc_glibc" +RESTRICT="splitdebug" RDEPEND=" app-crypt/mit-krb5:0/0 diff --git a/app-shells/pwsh-bin/pwsh-bin-7.5.3.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.5.3.ebuild index e6d1198cfee5..925e5589f123 100644 --- a/app-shells/pwsh-bin/pwsh-bin-7.5.3.ebuild +++ b/app-shells/pwsh-bin/pwsh-bin-7.5.3.ebuild @@ -21,6 +21,7 @@ LICENSE="MIT" SLOT="$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64" REQUIRED_USE="elibc_glibc" +RESTRICT="splitdebug" RDEPEND=" app-crypt/mit-krb5:0/0 diff --git a/app-shells/pwsh-bin/pwsh-bin-7.5.4.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.5.4.ebuild index e6d1198cfee5..925e5589f123 100644 --- a/app-shells/pwsh-bin/pwsh-bin-7.5.4.ebuild +++ b/app-shells/pwsh-bin/pwsh-bin-7.5.4.ebuild @@ -21,6 +21,7 @@ LICENSE="MIT" SLOT="$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64" REQUIRED_USE="elibc_glibc" +RESTRICT="splitdebug" RDEPEND=" app-crypt/mit-krb5:0/0
