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 760EF158090 for ; Sun, 8 May 2022 13:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA74E0848; Sun, 8 May 2022 13:49:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 880C3E0844 for ; Sun, 8 May 2022 13:49:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F8853415D1 for ; Sun, 8 May 2022 13:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E351D44F for ; Sun, 8 May 2022 13:49:24 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1652017742.98970542e3e8492020b24edde0cf415c153eba6a.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-session/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-session/lxqt-session-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-session/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 98970542e3e8492020b24edde0cf415c153eba6a X-VCS-Branch: master Date: Sun, 8 May 2022 13:49:24 +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: a1b8a8dc-3f73-41b7-8956-adf8a1f6fb8a X-Archives-Hash: 39c61deed5ac364af310897ed9f8b844 commit: 98970542e3e8492020b24edde0cf415c153eba6a Author: Jimi Huotari gentoo org> AuthorDate: Tue May 3 20:59:22 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun May 8 13:49:02 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=98970542 lxqt-base/lxqt-session: update dependencies Add 'app-misc/qtxdg-tools' which contains tools split off of the 'dev-libs/libqtxdg' package. 0. https://github.com/lxqt/lxqt-session/commit/4cc903f258be773d5c2a0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-session/lxqt-session-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild index 05c911d7..1708a51d 100644 --- a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild +++ b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild @@ -28,7 +28,8 @@ BDEPEND=" >=dev-util/lxqt-build-tools-0.11.0 " DEPEND=" - >=dev-libs/libqtxdg-3.9.0 + >=app-misc/qtxdg-tools-3.9.1 + >=dev-libs/libqtxdg-3.9.1 >=dev-qt/qtcore-5.15:5 >=dev-qt/qtdbus-5.15:5 >=dev-qt/qtgui-5.15:5