commit: 7e39b3b15b15b2d2ec3482525d28609b0759ab15 Author: Bruce Guenter <bruce <AT> untroubled <DOT> org> AuthorDate: Thu Sep 3 19:50:09 2020 +0000 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 02:04:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e39b3b1
app-office/upwork: Add missing dependencies RDEPENDS is missing dependencies on x11-libs/libXinerama and x11-libs/libXScrnSaver which are linked in to the upwork binaries. Closes: https://bugs.gentoo.org/733506 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Bruce Guenter <bruce <AT> untroubled.org> Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org> app-office/upwork/upwork-5.4.5.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-office/upwork/upwork-5.4.5.1.ebuild b/app-office/upwork/upwork-5.4.5.1.ebuild index e7741c780db..b539ecea774 100644 --- a/app-office/upwork/upwork-5.4.5.1.ebuild +++ b/app-office/upwork/upwork-5.4.5.1.ebuild @@ -26,6 +26,8 @@ RDEPEND=" sys-apps/dbus sys-libs/libcap x11-libs/gtk+:3[cups] + x11-libs/libXinerama + x11-libs/libXScrnSaver " S="${WORKDIR}"
