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 C9B00138359 for ; Wed, 5 Aug 2020 13:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD5BAE091C; Wed, 5 Aug 2020 13:53:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77839E091D for ; Wed, 5 Aug 2020 13:53:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D33BB34F085 for ; Wed, 5 Aug 2020 13:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 260E3311 for ; Wed, 5 Aug 2020 13:53:15 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1596635471.8b94d29c8d8d109a115a022abf0d1f9cbe857d50.ago@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.03-r1.ebuild X-VCS-Directories: app-antivirus/clamtk/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8b94d29c8d8d109a115a022abf0d1f9cbe857d50 X-VCS-Branch: master Date: Wed, 5 Aug 2020 13:53:15 +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: f06e8d48-1e99-4d95-b546-a4672fc44f62 X-Archives-Hash: 70758baa873bd1cfa101ff7c22c1f643 commit: 8b94d29c8d8d109a115a022abf0d1f9cbe857d50 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 5 13:51:11 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 5 13:51:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b94d29c app-antivirus/clamtk: amd64 stable wrt bug #735204 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-antivirus/clamtk/clamtk-6.03-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamtk/clamtk-6.03-r1.ebuild b/app-antivirus/clamtk/clamtk-6.03-r1.ebuild index c2d0a2050b2..d708ef4c5cc 100644 --- a/app-antivirus/clamtk/clamtk-6.03-r1.ebuild +++ b/app-antivirus/clamtk/clamtk-6.03-r1.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} )"