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 1437B138334 for ; Mon, 26 Nov 2018 19:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1BD6E0AE1; Mon, 26 Nov 2018 19:19:29 +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 B99DBE0AE1 for ; Mon, 26 Nov 2018 19:19:29 +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 3A2D7335D49 for ; Mon, 26 Nov 2018 19:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E0D146A for ; Mon, 26 Nov 2018 19:19:26 +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: <1543259895.e735efae3e6f0712af8697c350bdebf9e6e357f0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mustermann/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mustermann/mustermann-1.0.2.ebuild dev-ruby/mustermann/mustermann-1.0.3.ebuild X-VCS-Directories: dev-ruby/mustermann/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e735efae3e6f0712af8697c350bdebf9e6e357f0 X-VCS-Branch: master Date: Mon, 26 Nov 2018 19:19: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: 32fcc1cd-8252-4fe7-b3ea-9f9d179538ca X-Archives-Hash: e68ad5d09e86bf5f2a9842804035bbf8 commit: e735efae3e6f0712af8697c350bdebf9e6e357f0 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 26 19:18:15 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 26 19:18:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e735efae dev-ruby/mustermann: Add ~arm keyword wrt bug #661564 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/mustermann/mustermann-1.0.2.ebuild | 2 +- dev-ruby/mustermann/mustermann-1.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/mustermann/mustermann-1.0.2.ebuild b/dev-ruby/mustermann/mustermann-1.0.2.ebuild index 0ac05534230..2ee4055641d 100644 --- a/dev-ruby/mustermann/mustermann-1.0.2.ebuild +++ b/dev-ruby/mustermann/mustermann-1.0.2.ebuild @@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/sinatra/mustermann" LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" diff --git a/dev-ruby/mustermann/mustermann-1.0.3.ebuild b/dev-ruby/mustermann/mustermann-1.0.3.ebuild index 665219fb4c0..ab69d4d6406 100644 --- a/dev-ruby/mustermann/mustermann-1.0.3.ebuild +++ b/dev-ruby/mustermann/mustermann-1.0.3.ebuild @@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/sinatra/mustermann" LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE=""