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 D6EC915806E for ; Wed, 24 May 2023 22:12:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE3D0E078A; Wed, 24 May 2023 22:12:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A8315E078A for ; Wed, 24 May 2023 22:12:38 +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 CBD4E340CAA for ; Wed, 24 May 2023 22:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A8CA67 for ; Wed, 24 May 2023 22:12:35 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1684966341.84884e189293059e7839fc9070ffc92135edeb23.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamtk/clamtk-6.15.ebuild X-VCS-Directories: app-antivirus/clamtk/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 84884e189293059e7839fc9070ffc92135edeb23 X-VCS-Branch: master Date: Wed, 24 May 2023 22:12:35 +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: f2365d63-7c44-4b6d-aded-dbbd499e84ec X-Archives-Hash: 8a59f78326e70c0f39184ede0f55bf37 commit: 84884e189293059e7839fc9070ffc92135edeb23 Author: Conrad Kostecki gentoo org> AuthorDate: Wed May 24 21:44:29 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed May 24 22:12:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84884e18 app-antivirus/clamtk: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> app-antivirus/clamtk/clamtk-6.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamtk/clamtk-6.15.ebuild b/app-antivirus/clamtk/clamtk-6.15.ebuild index db5e101c4af8..a66dc1cbc6f2 100644 --- a/app-antivirus/clamtk/clamtk-6.15.ebuild +++ b/app-antivirus/clamtk/clamtk-6.15.ebuild @@ -24,7 +24,7 @@ SRC_URI=" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="kde nautilus nemo +nls thunar" REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"