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 DE30A158012 for ; Wed, 22 Sep 2021 19:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EC92E087E; Wed, 22 Sep 2021 19:15:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85CA1E087E for ; Wed, 22 Sep 2021 19:15:04 +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 65949342EFF for ; Wed, 22 Sep 2021 19:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73C7D105 for ; Wed, 22 Sep 2021 19:15:01 +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: <1632337765.6ef5f221f3d9f49088e6adb96db41edb38b48125.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-about/lxqt-about-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-about/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ef5f221f3d9f49088e6adb96db41edb38b48125 X-VCS-Branch: master Date: Wed, 22 Sep 2021 19:15:01 +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: eff3dce2-314b-4993-8432-2cec375affec X-Archives-Hash: 2c1d942b5880d2b1e6a9bd29ea80335d commit: 6ef5f221f3d9f49088e6adb96db41edb38b48125 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 17:54:52 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 19:09:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6ef5f221 lxqt-base/lxqt-about: 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-about/lxqt-about-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild index 73296617..991a94d9 100644 --- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild @@ -19,12 +19,12 @@ fi LICENSE="LGPL-2.1+" SLOT="0" -BDEPEND=">=dev-util/lxqt-build-tools-0.6.0" -RDEPEND=" +BDEPEND=">=dev-util/lxqt-build-tools-0.9.0" +DEPEND=" >=dev-libs/libqtxdg-3.3.1 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 =lxqt-base/liblxqt-$(ver_cut 1-2)* " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}"