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 B8B29158086 for ; Sun, 19 Dec 2021 22:09:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C502BC083; Sun, 19 Dec 2021 22:09: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 3118A2BC083 for ; Sun, 19 Dec 2021 22:09:43 +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 4AB39343176 for ; Sun, 19 Dec 2021 22:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAB30272 for ; Sun, 19 Dec 2021 22:09:38 +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: <1639951734.35adfb38ca8b4c3973160a53aeafd2a7a7d38d6a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/konversation/konversation-21.08.3-r1.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 35adfb38ca8b4c3973160a53aeafd2a7a7d38d6a X-VCS-Branch: master Date: Sun, 19 Dec 2021 22:09:38 +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: 29d75902-40e9-4b8c-9303-0cc2fced57f3 X-Archives-Hash: 48a9e106ef6a5894b94175532b059089 commit: 35adfb38ca8b4c3973160a53aeafd2a7a7d38d6a Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Dec 19 22:08:54 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Dec 19 22:08:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35adfb38 net-irc/konversation: x86 stable wrt bug #829335 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> net-irc/konversation/konversation-21.08.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/konversation/konversation-21.08.3-r1.ebuild b/net-irc/konversation/konversation-21.08.3-r1.ebuild index a1ae915fe569..05c1d29432e7 100644 --- a/net-irc/konversation/konversation-21.08.3-r1.ebuild +++ b/net-irc/konversation/konversation-21.08.3-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://konversation.kde.org https://apps.kde.org/konversation/" LICENSE="GPL-2" SLOT="5" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" IUSE="+crypt" BDEPEND="sys-devel/gettext"