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 9055D13832E for ; Mon, 18 Jul 2016 17:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B71BE095B; Mon, 18 Jul 2016 17:13:31 +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 B7452E095B for ; Mon, 18 Jul 2016 17:13:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 211B7340A15 for ; Mon, 18 Jul 2016 17:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD7E1E62 for ; Mon, 18 Jul 2016 17:13:26 +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: <1468861981.730771c56c7658c2f19cf3a5617e3c68ab1b3692.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/monkeyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild X-VCS-Directories: www-servers/monkeyd/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 730771c56c7658c2f19cf3a5617e3c68ab1b3692 X-VCS-Branch: master Date: Mon, 18 Jul 2016 17:13: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: 4eadb120-bc08-4723-9abf-c3b53776334f X-Archives-Hash: 223d035f6f417d8cb42486acff5edb17 commit: 730771c56c7658c2f19cf3a5617e3c68ab1b3692 Author: Markus Meier gentoo org> AuthorDate: Mon Jul 18 17:13:01 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Jul 18 17:13:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730771c5 www-servers/monkeyd: arm stable, bug #585064 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild index 3a6ca5e..84e1446 100644 --- a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild +++ b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild @@ -12,10 +12,10 @@ MY_P="${PN/d}-${PV}" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/monkey/monkey.git" inherit git-2 - KEYWORDS="ppc64" + KEYWORDS="arm ppc64" else SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~mips ~ppc ppc64 ~x86" + KEYWORDS="~amd64 arm ~mips ~ppc ppc64 ~x86" fi LICENSE="GPL-2"