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 7204013835A for ; Fri, 8 May 2020 20:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 559C1E0845; Fri, 8 May 2020 20:58:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 40C01E0848 for ; Fri, 8 May 2020 20:58: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 7AF5634F187 for ; Fri, 8 May 2020 20:58:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 090E0238 for ; Fri, 8 May 2020 20:58:15 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1588970804.ba74cf75ce8752b8ef5bf3bf2ffd56ad8019ed6c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/mbuffer/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/mbuffer/mbuffer-20191016.ebuild X-VCS-Directories: sys-block/mbuffer/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ba74cf75ce8752b8ef5bf3bf2ffd56ad8019ed6c X-VCS-Branch: master Date: Fri, 8 May 2020 20:58: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: b05b5ec0-d157-468e-b9dd-bbc4e1b3e4bf X-Archives-Hash: 73780e1556065319d6b5f2c9edb96b33 commit: ba74cf75ce8752b8ef5bf3bf2ffd56ad8019ed6c Author: Sam James (sam_c) cmpct info> AuthorDate: Fri May 8 18:42:58 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri May 8 20:46:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba74cf75 sys-block/mbuffer: arm64 keyworded (bug #721550) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mart Raudsepp gentoo.org> sys-block/mbuffer/mbuffer-20191016.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/mbuffer/mbuffer-20191016.ebuild b/sys-block/mbuffer/mbuffer-20191016.ebuild index 100537bee29..07d83094831 100644 --- a/sys-block/mbuffer/mbuffer-20191016.ebuild +++ b/sys-block/mbuffer/mbuffer-20191016.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://www.maier-komor.de/software/mbuffer/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ppc x86" IUSE="debug ssl test" REQUIRED_USE="test? ( ssl )"