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 B466F1396D0 for ; Mon, 11 Sep 2017 08:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5C9AE0D3C; Mon, 11 Sep 2017 08:10:11 +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 C634BE0D3C for ; Mon, 11 Sep 2017 08:10:11 +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 CD50D3417DF for ; Mon, 11 Sep 2017 08:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5084907D for ; Mon, 11 Sep 2017 08:10:06 +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: <1505117383.e5bd9aeffd89e4eed45ab7f7ec950c45987af7fd.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lutok/lutok-0.4-r1.ebuild X-VCS-Directories: dev-lua/lutok/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e5bd9aeffd89e4eed45ab7f7ec950c45987af7fd X-VCS-Branch: master Date: Mon, 11 Sep 2017 08:10:06 +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-Archives-Salt: 6f8dd977-56ab-4647-8063-142c7fa35b60 X-Archives-Hash: c207d13964db512287c5575745d8e6b9 commit: e5bd9aeffd89e4eed45ab7f7ec950c45987af7fd Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Sep 11 08:09:43 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Sep 11 08:09:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bd9aef dev-lua/lutok: stable 0.4-r1 for sparc, bug #627040 (thanks to Dakon) Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" dev-lua/lutok/lutok-0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lutok/lutok-0.4-r1.ebuild b/dev-lua/lutok/lutok-0.4-r1.ebuild index 9e49908f159..4f4b22bd91c 100644 --- a/dev-lua/lutok/lutok-0.4-r1.ebuild +++ b/dev-lua/lutok/lutok-0.4-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"