From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8567E15806E for ; Sat, 20 May 2023 12:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91835E08A0; Sat, 20 May 2023 12:32:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74AA4E08A0 for ; Sat, 20 May 2023 12:32:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86CDB340ED1 for ; Sat, 20 May 2023 12:32:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 507B8A80 for ; Sat, 20 May 2023 12:32:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1684585814.6d86618dc039b72ec90474119c11c7cc384e36d9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/albert/albert-0.20.14.ebuild X-VCS-Directories: x11-misc/albert/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6d86618dc039b72ec90474119c11c7cc384e36d9 X-VCS-Branch: master Date: Sat, 20 May 2023 12:32:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36426676-fe4a-41e8-b6f1-1a9a38b9cbba X-Archives-Hash: 2b520c16c0d51dfcfacb7114976d1f7e commit: 6d86618dc039b72ec90474119c11c7cc384e36d9 Author: Joonas Niilola gentoo org> AuthorDate: Sat May 20 12:30:14 2023 +0000 Commit: Joonas Niilola gentoo 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 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")