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 4571B138334 for ; Wed, 20 Feb 2019 12:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C054E096E; Wed, 20 Feb 2019 12:54: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 2C14CE096E for ; Wed, 20 Feb 2019 12:54:31 +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 A8FD7335CD2 for ; Wed, 20 Feb 2019 12:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20AE044B for ; Wed, 20 Feb 2019 12:54:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550667247.892334ac13bbb68e6bf84467bd2880b32b993c0b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luvit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luvit/luvit-0.8.2.ebuild X-VCS-Directories: dev-lua/luvit/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 892334ac13bbb68e6bf84467bd2880b32b993c0b X-VCS-Branch: master Date: Wed, 20 Feb 2019 12:54: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: 8ad822bc-4c7c-410e-89de-32aaf195f071 X-Archives-Hash: c3a132b1ed1099afea1148f0931a10a4 commit: 892334ac13bbb68e6bf84467bd2880b32b993c0b Author: Mikle Kolyada gentoo org> AuthorDate: Wed Feb 20 12:53:25 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Feb 20 12:54:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892334ac dev-lua/luvit: amd64 stable wrt bug #676492 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" dev-lua/luvit/luvit-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luvit/luvit-0.8.2.ebuild b/dev-lua/luvit/luvit-0.8.2.ebuild index d9e9031f671..f7f82f51341 100644 --- a/dev-lua/luvit/luvit-0.8.2.ebuild +++ b/dev-lua/luvit/luvit-0.8.2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Takes node.js' architecture and dependencies and fits it in the Lua HOMEPAGE="https://luvit.io/" SRC_URI="https://luvit.io/dist/latest/${P}.tar.gz" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="bundled-libs examples libressl" # luvit Apache-2.0