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 4E097138359 for ; Fri, 6 Nov 2020 06:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CC22E07FE; Fri, 6 Nov 2020 06:33:54 +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 20031E07FE for ; Fri, 6 Nov 2020 06:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AC03A340CC3 for ; Fri, 6 Nov 2020 06:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F2FB3C7 for ; Fri, 6 Nov 2020 06:33:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604644427.833c2950680f463ecf8841da6bff9a6f373d75a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/vnstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/vnstat/vnstat-2.6.ebuild X-VCS-Directories: net-analyzer/vnstat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 833c2950680f463ecf8841da6bff9a6f373d75a6 X-VCS-Branch: master Date: Fri, 6 Nov 2020 06:33:51 +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: be3c2e49-9d27-47e7-9e98-ae7eacf751a2 X-Archives-Hash: 8142cd7dbf56b946055c8ef1b304e2eb commit: 833c2950680f463ecf8841da6bff9a6f373d75a6 Author: Sam James gentoo org> AuthorDate: Fri Nov 6 06:33:47 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 6 06:33:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833c2950 net-analyzer/vnstat: arm64 keyworded (bug #752342) Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-analyzer/vnstat/vnstat-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/vnstat/vnstat-2.6.ebuild b/net-analyzer/vnstat/vnstat-2.6.ebuild index 31d8b9736e4..50688b8280f 100644 --- a/net-analyzer/vnstat/vnstat-2.6.ebuild +++ b/net-analyzer/vnstat/vnstat-2.6.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://humdi.net/vnstat/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86" +KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86" IUSE="gd selinux test" RESTRICT="!test? ( test )"