diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-05 11:41:14 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-05 11:42:17 +0100 |
commit | 4477c985afcb07cba5d3dcc95ad60dc28caf100d (patch) | |
tree | 5f229994cf0519c6c78d39605563ec5ebc015672 /app-text/zotero-bin | |
parent | dev-db/postgresql: remove elibc_NetBSD/elibc_OpenBSD (diff) | |
download | gentoo-4477c985afcb07cba5d3dcc95ad60dc28caf100d.tar.gz gentoo-4477c985afcb07cba5d3dcc95ad60dc28caf100d.tar.bz2 gentoo-4477c985afcb07cba5d3dcc95ad60dc28caf100d.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/zotero-bin')
-rw-r--r-- | app-text/zotero-bin/zotero-bin-5.0.96.3.ebuild | 5 |
1 files 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 |