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 3278713835A for ; Mon, 14 Dec 2020 00:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71949E09E6; Mon, 14 Dec 2020 00:46:33 +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 4F8C3E09E6 for ; Mon, 14 Dec 2020 00:46:33 +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 72B773411CC for ; Mon, 14 Dec 2020 00:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A325B38A for ; Mon, 14 Dec 2020 00:46:28 +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: <1607906724.ff8a59057d90ca7a69a9db108d29eda4aa8c3939.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsmbios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libsmbios/libsmbios-2.4.3.ebuild X-VCS-Directories: sys-libs/libsmbios/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff8a59057d90ca7a69a9db108d29eda4aa8c3939 X-VCS-Branch: master Date: Mon, 14 Dec 2020 00:46:28 +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: 67eabcf5-2474-4aff-8f76-83282f204a66 X-Archives-Hash: 881fbbda2c0e3861c3f3b10d3d25ef49 commit: ff8a59057d90ca7a69a9db108d29eda4aa8c3939 Author: Sam James gentoo org> AuthorDate: Mon Dec 14 00:45:24 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 14 00:45:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8a5905 sys-libs/libsmbios: arm64 keyworded (bug #756310) Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-libs/libsmbios/libsmbios-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild index 7c6936d2e72..867d00becf2 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/dell/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 OSL-2.0" SLOT="0" -KEYWORDS="amd64 ~ia64 x86" +KEYWORDS="amd64 ~arm64 ~ia64 x86" IUSE="doc graphviz nls +python static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"