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 DD9C3138334 for ; Wed, 17 Jul 2019 15:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09998E084E; Wed, 17 Jul 2019 15:24:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DA616E0841 for ; Wed, 17 Jul 2019 15:24:39 +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 DD38F347E9A for ; Wed, 17 Jul 2019 15:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50DFE715 for ; Wed, 17 Jul 2019 15:24:35 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1563377032.cb18d33ea813ab446430536f1090772c908aaf8a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/toluapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild X-VCS-Directories: dev-lua/toluapp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: cb18d33ea813ab446430536f1090772c908aaf8a X-VCS-Branch: master Date: Wed, 17 Jul 2019 15:24:35 +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: 196970a0-f0a4-4c76-9fbb-570c0929b9bd X-Archives-Hash: 019de610b2dc77199e7ce2fd92829491 commit: cb18d33ea813ab446430536f1090772c908aaf8a Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jul 17 15:23:52 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jul 17 15:23:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb18d33e dev-lua/toluapp: x86 stable wrt bug #688160 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild index 2db1537272e..090a259d584 100644 --- a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild +++ b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/LuaDist/toluapp/archive/${COMMIT_ID}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86" IUSE="" RDEPEND="=dev-lang/lua-5.1*:=[deprecated]"