From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-982544-garchives=archives.gentoo.org@lists.gentoo.org> 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 009801396DA for <garchives@archives.gentoo.org>; Mon, 6 Nov 2017 11:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57B70E0E9E; Mon, 6 Nov 2017 11:46:31 +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 331A7E0E9E for <gentoo-commits@lists.gentoo.org>; Mon, 6 Nov 2017 11:46:31 +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 52C5633DDA5 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Nov 2017 11:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC86E96DD for <gentoo-commits@lists.gentoo.org>; Mon, 6 Nov 2017 11:46:28 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1509968775.3f9ec1baf48af1da858eb3f9314fcaebfec6068c.mrueg@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: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3f9ec1baf48af1da858eb3f9314fcaebfec6068c X-VCS-Branch: master Date: Mon, 6 Nov 2017 11:46:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 223f3589-fe71-4d43-b225-a41adab36da7 X-Archives-Hash: efd66ca793af21f900b966f8ffd4981e commit: 3f9ec1baf48af1da858eb3f9314fcaebfec6068c Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Nov 6 11:46:15 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Nov 6 11:46:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9ec1ba dev-lua/lutok: Stable on amd64 Package-Manager: Portage-2.3.12, Repoman-2.3.4 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 a35c0ce506e..7273ebcacbb 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 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )"