commit: 794889982e2c1b64e4849963dbbe531defb6efcf Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Jan 31 09:03:55 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Jan 31 09:05:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79488998
musl/package.mask: mask popcorntime-bin on musl profiles Closes: https://bugs.gentoo.org/832386 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild | 1 + profiles/features/musl/package.mask | 1 + 2 files changed, 2 insertions(+) diff --git a/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild b/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild index be67597435bd..e47c9e68c4c9 100644 --- a/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild +++ b/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild @@ -25,6 +25,7 @@ RDEPEND=" media-libs/alsa-lib net-print/cups sys-apps/dbus + sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 830fce29bb3f..e510c95edb02 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -24,6 +24,7 @@ dev-db/sqlcl-bin # Andrew Ammerlaan <[email protected]> (2022-01-05) # Binary package linked to glibc app-text/zotero-bin +media-video/popcorntime-bin # Ulrich Müller <[email protected]> (2022-01-04) # Emacs 23 does not support x86_64-gentoo-linux-musl systems
