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 245A813835A for ; Sat, 6 Mar 2021 15:14:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6544FE08A2; Sat, 6 Mar 2021 15:14:07 +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 4DA53E08A2 for ; Sat, 6 Mar 2021 15:14:07 +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 126D9340F03 for ; Sat, 6 Mar 2021 15:14:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FCA0590 for ; Sat, 6 Mar 2021 15:14:02 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1615043624.004eae87e93dc34c3391b7086084fd0f3745c981.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luaposix/luaposix-35.0-r101.ebuild X-VCS-Directories: dev-lua/luaposix/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 004eae87e93dc34c3391b7086084fd0f3745c981 X-VCS-Branch: master Date: Sat, 6 Mar 2021 15:14:02 +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: 546ad58b-fa12-430f-83a7-496daf8dd218 X-Archives-Hash: 7cbef93e172a00b5db829ded71c658ec commit: 004eae87e93dc34c3391b7086084fd0f3745c981 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Mar 6 15:04:47 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 6 15:13:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004eae87 dev-lua/luaposix: keyworded 35.0-r101 for sparc, bug #773313 Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-lua/luaposix/luaposix-35.0-r101.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luaposix/luaposix-35.0-r101.ebuild b/dev-lua/luaposix/luaposix-35.0-r101.ebuild index 3e7b5157e6e..03e1676c00c 100644 --- a/dev-lua/luaposix/luaposix-35.0-r101.ebuild +++ b/dev-lua/luaposix/luaposix-35.0-r101.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luapo SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc" REQUIRED_USE="${LUA_REQUIRED_USE}"