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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0292C158012 for ; Wed, 22 Sep 2021 19:15:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C90E6E08A0; Wed, 22 Sep 2021 19:15:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABE91E08A0 for ; Wed, 22 Sep 2021 19:15:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79AA0342A7A for ; Wed, 22 Sep 2021 19:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38ED611C for ; Wed, 22 Sep 2021 19:15:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1632337866.b48f56ac86cc141ab47886d6da6a2b5b7b1ad5ca.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-qtplugin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b48f56ac86cc141ab47886d6da6a2b5b7b1ad5ca X-VCS-Branch: master Date: Wed, 22 Sep 2021 19:15:02 +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: f453d621-b7f9-4cab-aaf0-47ce777e3e90 X-Archives-Hash: c7421ffd77ccf394795a968f0e14e188 commit: b48f56ac86cc141ab47886d6da6a2b5b7b1ad5ca Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 18:46:45 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 19:11:06 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b48f56ac lxqt-base/lxqt-qtplugin: Sync with Gentoo ebuild repo Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild index d5d16c02..d0cfb4a8 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild @@ -21,11 +21,11 @@ SLOT="0" BDEPEND=" dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.6.0 + >=dev-util/lxqt-build-tools-0.9.0 " -RDEPEND=" +DEPEND=" dev-libs/libdbusmenu-qt:=[qt5(+)] - >=dev-libs/libqtxdg-3.3.1 + >=dev-libs/libqtxdg-3.7.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5= @@ -33,4 +33,4 @@ RDEPEND=" dev-qt/qtx11extras:5 =x11-libs/libfm-qt-$(ver_cut 1-2)* " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}"