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 4C257138334 for ; Sat, 7 Dec 2019 12:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58871E084E; Sat, 7 Dec 2019 12:54:13 +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 3B160E084E for ; Sat, 7 Dec 2019 12:54:13 +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 0E36134D651 for ; Sat, 7 Dec 2019 12:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FD588A8 for ; Sat, 7 Dec 2019 12:54:10 +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: <1575723236.7e13edc2355b22072a860debd2919929f9c011c9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/konversation/konversation-1.7.5-r1.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e13edc2355b22072a860debd2919929f9c011c9 X-VCS-Branch: master Date: Sat, 7 Dec 2019 12:54:10 +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: 4b04333e-05ce-4bb5-8889-0ef6bb889abd X-Archives-Hash: a3c5ad025ba1ba6c3885dc89837c6917 commit: 7e13edc2355b22072a860debd2919929f9c011c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 7 12:53:30 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 7 12:53:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e13edc2 net-irc/konversation: Add ~arm64 keyword Reported-by: Samuel Ledford aol.com> Thanks-to: Roy Bamford gentoo.org> Closes: https://bugs.gentoo.org/698310 Package-Manager: Portage-2.3.80, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/konversation/konversation-1.7.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/konversation/konversation-1.7.5-r1.ebuild b/net-irc/konversation/konversation-1.7.5-r1.ebuild index c53563084a2..7b1f0f864bb 100644 --- a/net-irc/konversation/konversation-1.7.5-r1.ebuild +++ b/net-irc/konversation/konversation-1.7.5-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://kde.org/applications/internet/konversation/ https://konversati SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz" LICENSE="GPL-2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+crypt" BDEPEND="sys-devel/gettext"