commit: 4477c985afcb07cba5d3dcc95ad60dc28caf100d Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Wed Jan 5 10:41:14 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Jan 5 10:42:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4477c985
app-text/zotero-bin: add missing dep Closes: https://bugs.gentoo.org/830632 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> app-text/zotero-bin/zotero-bin-5.0.96.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-text/zotero-bin/zotero-bin-5.0.96.3.ebuild b/app-text/zotero-bin/zotero-bin-5.0.96.3.ebuild index 561cabf9e7f0..0b2db122a690 100644 --- a/app-text/zotero-bin/zotero-bin-5.0.96.3.ebuild +++ b/app-text/zotero-bin/zotero-bin-5.0.96.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,7 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype sys-apps/dbus + sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 @@ -41,7 +42,7 @@ RDEPEND=" S="${WORKDIR}/Zotero_linux-x86_64" -QA_PREBUILT="/opt/zotero/*" +QA_PREBUILT="opt/zotero/*" src_prepare() { # disable auto-update
