commit: 1e8df238c26208ddf916812be083d965d41358d9 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed Aug 13 07:50:29 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed Aug 13 07:54:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8df238
app-office/joplin-desktop: restrict splitdebug (collides with electron debug) Bug: https://bugs.gentoo.org/961437 Closes: https://bugs.gentoo.org/961316 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-office/joplin-desktop/joplin-desktop-3.3.13.ebuild | 2 +- app-office/joplin-desktop/joplin-desktop-3.4.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/joplin-desktop/joplin-desktop-3.3.13.ebuild b/app-office/joplin-desktop/joplin-desktop-3.3.13.ebuild index e883f66c6a42..8509283f7b5b 100644 --- a/app-office/joplin-desktop/joplin-desktop-3.3.13.ebuild +++ b/app-office/joplin-desktop/joplin-desktop-3.3.13.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/laurent22/joplin/releases/download/v${PV}/${APPIMAGE LICENSE="AGPL-3+" SLOT="0" KEYWORDS="-* amd64" -RESTRICT="bindist" +RESTRICT="bindist splitdebug" RDEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2 diff --git a/app-office/joplin-desktop/joplin-desktop-3.4.3.ebuild b/app-office/joplin-desktop/joplin-desktop-3.4.3.ebuild index e512dc366a9a..f9a05be04735 100644 --- a/app-office/joplin-desktop/joplin-desktop-3.4.3.ebuild +++ b/app-office/joplin-desktop/joplin-desktop-3.4.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/laurent22/joplin/releases/download/v${PV}/${APPIMAGE LICENSE="AGPL-3+" SLOT="0" KEYWORDS="-* ~amd64" -RESTRICT="bindist" +RESTRICT="bindist splitdebug" RDEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2
