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 9B651158015 for ; Sat, 23 Dec 2023 09:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 278762BC050; Sat, 23 Dec 2023 09:13:42 +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 0A24D2BC050 for ; Sat, 23 Dec 2023 09:13:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F081C342FFE for ; Sat, 23 Dec 2023 09:13:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 373EB1474 for ; Sat, 23 Dec 2023 09:13:39 +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: <1703320551.108fb7859858b74aa8d37ad40d17de8ff712b69d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/pglinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild X-VCS-Directories: net-firewall/pglinux/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 108fb7859858b74aa8d37ad40d17de8ff712b69d X-VCS-Branch: master Date: Sat, 23 Dec 2023 09:13:39 +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: 0a85a26f-038f-4876-8b3a-5064f7dccf3f X-Archives-Hash: 1cfcf0d687bea2d878e95f67481f3aa8 commit: 108fb7859858b74aa8d37ad40d17de8ff712b69d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 23 00:28:52 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 23 08:35:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108fb785 net-firewall/pglinux: Add kde-plasma/kde-cli-tools:* slot op Signed-off-by: Andreas Sturmlechner gentoo.org> net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild b/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild index c3893308ef37..aea2819037a2 100644 --- a/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild +++ b/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,10 @@ DEPEND=" dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 - || ( kde-plasma/kde-cli-tools[kdesu] x11-misc/ktsuss ) + || ( + kde-plasma/kde-cli-tools:*[kdesu] + x11-misc/ktsuss + ) ) zlib? ( sys-libs/zlib ) "