commit: 6d86618dc039b72ec90474119c11c7cc384e36d9
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 12:30:14 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 20 12:30:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d86618d
x11-misc/albert: update dependencies in 0.20.14
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/albert/albert-0.20.14.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/x11-misc/albert/albert-0.20.14.ebuild
b/x11-misc/albert/albert-0.20.14.ebuild
index 2714ab923435..820d7709fee0 100644
--- a/x11-misc/albert/albert-0.20.14.ebuild
+++ b/x11-misc/albert/albert-0.20.14.ebuild
@@ -31,18 +31,19 @@ REQUIRED_USE="
RDEPEND="
dev-cpp/muParser
+ dev-libs/qhotkey[qt6]
dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,sqlite,widgets]
dev-qt/qtscxml:6
dev-qt/qtsvg:6
+ sci-libs/libqalculate:=
python? (
$(python_gen_cond_dep 'dev-python/urllib3[${PYTHON_USEDEP}]')
${PYTHON_DEPS}
)
"
DEPEND="${RDEPEND}
- dev-libs/qhotkey[qt6]
- python? ( $(python_gen_cond_dep
'dev-python/pybind11[${PYTHON_USEDEP}]') )
- sci-libs/libqalculate"
+ x11-base/xorg-proto
+ python? ( $(python_gen_cond_dep
'dev-python/pybind11[${PYTHON_USEDEP}]') )"
PATCHES=("${FILESDIR}/${PN}-0.20.13-use-system-qhotkey-libraries-and-headers.patch")