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 393471382C5 for ; Tue, 22 Jun 2021 13:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A728E07FA; Tue, 22 Jun 2021 13:39:21 +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 5B2A9E07FA for ; Tue, 22 Jun 2021 13:39:21 +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 5E2A633FD3F for ; Tue, 22 Jun 2021 13:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8A597B3 for ; Tue, 22 Jun 2021 13:39:18 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1624369137.ac6b5ef580870c0f4fbe3f1249d5c17a996ef82d.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/lmod/lmod-9999.ebuild X-VCS-Directories: sys-cluster/lmod/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: ac6b5ef580870c0f4fbe3f1249d5c17a996ef82d X-VCS-Branch: master Date: Tue, 22 Jun 2021 13:39:18 +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: 8cfa45b3-8fc3-4de7-b55a-14b9d94e578b X-Archives-Hash: 240caddde6d9f18b3d31102c7d5bea46 commit: ac6b5ef580870c0f4fbe3f1249d5c17a996ef82d Author: Guilherme Amadio gentoo org> AuthorDate: Tue Jun 22 13:37:42 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Jun 22 13:38:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6b5ef5 sys-cluster/lmod: sync KEYWORDS with live ebuild Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Guilherme Amadio gentoo.org> sys-cluster/lmod/lmod-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/lmod/lmod-9999.ebuild b/sys-cluster/lmod/lmod-9999.ebuild index 4cbf6b21b9b..b8c9fbcde3b 100644 --- a/sys-cluster/lmod/lmod-9999.ebuild +++ b/sys-cluster/lmod/lmod-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/TACC/Lmod/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/Lmod-${PV} - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" fi LICENSE="MIT"