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 8E34C15800A for ; Wed, 12 Jul 2023 18:46:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 382D2E084F; Wed, 12 Jul 2023 18:46:04 +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 1C5EFE084F for ; Wed, 12 Jul 2023 18:46:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3638C335D7F for ; Wed, 12 Jul 2023 18:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94138AE5 for ; Wed, 12 Jul 2023 18:45:59 +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: <1689187356.b96e24697b7c69b1eba14b3fbd970c9881fc33ff.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.16.ebuild X-VCS-Directories: app-antivirus/clamtk/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b96e24697b7c69b1eba14b3fbd970c9881fc33ff X-VCS-Branch: master Date: Wed, 12 Jul 2023 18:45:59 +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: a76fc0b4-c406-40e5-95f6-1def0b5c8c9b X-Archives-Hash: 99bfd39aae0431bbb2cf6da3835c5e08 commit: b96e24697b7c69b1eba14b3fbd970c9881fc33ff Author: Conrad Kostecki gentoo org> AuthorDate: Wed Jul 12 18:42:36 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jul 12 18:42:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96e2469 app-antivirus/clamtk: x86 stable Signed-off-by: Conrad Kostecki gentoo.org> app-antivirus/clamtk/clamtk-6.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamtk/clamtk-6.16.ebuild b/app-antivirus/clamtk/clamtk-6.16.ebuild index a66dc1cbc6f2..a79d196d5dd1 100644 --- a/app-antivirus/clamtk/clamtk-6.16.ebuild +++ b/app-antivirus/clamtk/clamtk-6.16.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} )"