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 6D56C158012 for ; Wed, 22 Sep 2021 19:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD863E08A8; 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 AE61FE08AD for ; Wed, 22 Sep 2021 19:15:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B948342A7C 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 5E08511F 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.98df863d28319a315f5a28a09dc1df50a75ada20.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-sudo/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-sudo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 98df863d28319a315f5a28a09dc1df50a75ada20 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: cb3ee8e1-06cb-4ef0-9263-934df9e4ff2e X-Archives-Hash: de5dfd449d0bb5cc2ba744913a022aef commit: 98df863d28319a315f5a28a09dc1df50a75ada20 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 18:49:31 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=98df863d lxqt-base/lxqt-sudo: 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-sudo/lxqt-sudo-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild index f28b029d..aef9d42a 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild @@ -16,15 +16,15 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" fi -LICENSE="LGPL-2.1+" +LICENSE="LGPL-2.1 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=" app-admin/sudo >=dev-libs/libqtxdg-3.3.1 dev-qt/qtcore:5 dev-qt/qtwidgets:5 =lxqt-base/liblxqt-$(ver_cut 1-2)* " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}"