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 E6E60138806 for ; Mon, 25 Dec 2017 19:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62AC42BC004; Mon, 25 Dec 2017 19:22:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3F28A2BC004 for ; Mon, 25 Dec 2017 19:22:34 +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 6F1DB33BF05 for ; Mon, 25 Dec 2017 19:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBB04AE94 for ; Mon, 25 Dec 2017 19:22:31 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1514229729.02525bba4b83f5c99f4eb9a8c7c2052101a5a73e.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/ldoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/ldoc/ldoc-1.4.6.ebuild X-VCS-Directories: dev-lua/ldoc/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 02525bba4b83f5c99f4eb9a8c7c2052101a5a73e X-VCS-Branch: master Date: Mon, 25 Dec 2017 19:22:31 +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: 13d2555a-f42f-413c-9b8b-629b3682921b X-Archives-Hash: 76018bf817956bf63bd36398fe333eec commit: 02525bba4b83f5c99f4eb9a8c7c2052101a5a73e Author: Markus Meier gentoo org> AuthorDate: Mon Dec 25 19:22:09 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Dec 25 19:22:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02525bba dev-lua/ldoc: add ~arm, bug #638470 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm" dev-lua/ldoc/ldoc-1.4.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/ldoc/ldoc-1.4.6.ebuild b/dev-lua/ldoc/ldoc-1.4.6.ebuild index 100d9456362..6748099ee32 100644 --- a/dev-lua/ldoc/ldoc-1.4.6.ebuild +++ b/dev-lua/ldoc/ldoc-1.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/stevedonovan/LDoc/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="" RDEPEND="dev-lua/penlight"