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 10FCF158094 for ; Wed, 27 Jul 2022 08:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E8D1E110B; Wed, 27 Jul 2022 08:43:43 +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 33C10E110B for ; Wed, 27 Jul 2022 08:43:43 +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 4792434101C for ; Wed, 27 Jul 2022 08:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EA9C551 for ; Wed, 27 Jul 2022 08:43:40 +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: <1658911396.d255d9a9b50bf3d2952e35fdd3ac71bc60b5bdd1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/nm-tray/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/nm-tray/nm-tray-0.5.0.ebuild X-VCS-Directories: gui-apps/nm-tray/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d255d9a9b50bf3d2952e35fdd3ac71bc60b5bdd1 X-VCS-Branch: master Date: Wed, 27 Jul 2022 08:43:40 +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: f33c56cf-ce1b-4324-bad9-5014315aacac X-Archives-Hash: c9b62909fa9683bb1c168b781968458b commit: d255d9a9b50bf3d2952e35fdd3ac71bc60b5bdd1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 25 17:38:48 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 27 08:43:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d255d9a9 gui-apps/nm-tray: Move dev-qt/linguist-tools:5 to BDEPEND, EAPI-8 Bug: https://bugs.gentoo.org/544938 Signed-off-by: Andreas Sturmlechner gentoo.org> gui-apps/nm-tray/nm-tray-0.5.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gui-apps/nm-tray/nm-tray-0.5.0.ebuild b/gui-apps/nm-tray/nm-tray-0.5.0.ebuild index 5747346924d3..bca3aff8e964 100644 --- a/gui-apps/nm-tray/nm-tray-0.5.0.ebuild +++ b/gui-apps/nm-tray/nm-tray-0.5.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -14,7 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -BDEPEND=">=dev-util/cmake-3.10" +BDEPEND=" + dev-qt/linguist-tools:5 + >=dev-util/cmake-3.10 +" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -23,10 +26,7 @@ RDEPEND=" dev-qt/qtwidgets:5 kde-frameworks/networkmanager-qt " -DEPEND=" - ${RDEPEND} - dev-qt/linguist-tools:5 -" +DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=(