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 375B8138DB0 for ; Sat, 15 Oct 2016 21:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 745C7E0914; Sat, 15 Oct 2016 21:30:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59236E0914 for ; Sat, 15 Oct 2016 21:30:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5D34341421 for ; Sat, 15 Oct 2016 21:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 257DE303 for ; Sat, 15 Oct 2016 21:30:26 +0000 (UTC) From: "Manuel Rüger" 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" Message-ID: <1476567012.b03db7bd216524fa7f0a4985fc529f9a291dd8f4.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/muParser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/muParser/muParser-2.2.5.ebuild X-VCS-Directories: dev-cpp/muParser/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b03db7bd216524fa7f0a4985fc529f9a291dd8f4 X-VCS-Branch: master Date: Sat, 15 Oct 2016 21:30:26 +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: cfc8c699-7dc6-42c0-925d-1668970964ed X-Archives-Hash: 5e93d3b126b0be22891ef670dfa1ee91 commit: b03db7bd216524fa7f0a4985fc529f9a291dd8f4 Author: Manuel Rüger gentoo org> AuthorDate: Sat Oct 15 21:30:12 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Oct 15 21:30:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03db7bd dev-cpp/muParser: Add ~arm keyword Tested by stikonas Package-Manager: portage-2.3.2 dev-cpp/muParser/muParser-2.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/muParser/muParser-2.2.5.ebuild b/dev-cpp/muParser/muParser-2.2.5.ebuild index eb93d49..63f263e 100644 --- a/dev-cpp/muParser/muParser-2.2.5.ebuild +++ b/dev-cpp/muParser/muParser-2.2.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/beltoforion/muparser/archive/v${PV}.tar.gz -> ${P}.t LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc test" S=${WORKDIR}/muparser-${PV}