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 973D2138334 for ; Mon, 26 Nov 2018 15:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 837A0E0A8D; Mon, 26 Nov 2018 15:44:09 +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 5945FE0A8D for ; Mon, 26 Nov 2018 15:44:09 +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 B1755335DA6 for ; Mon, 26 Nov 2018 15:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 452FC46A for ; Mon, 26 Nov 2018 15:44:06 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1543246769.3ad9d6ef7f6103170ca239a463197adb57e7cb76.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dnsruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/dnsruby/dnsruby-1.60.2.ebuild X-VCS-Directories: dev-ruby/dnsruby/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 3ad9d6ef7f6103170ca239a463197adb57e7cb76 X-VCS-Branch: master Date: Mon, 26 Nov 2018 15:44:06 +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: 913b3409-593b-41ff-9aac-c68a00862d72 X-Archives-Hash: bf5b4f7948772e7a78eaa3312d46baa6 commit: 3ad9d6ef7f6103170ca239a463197adb57e7cb76 Author: Zero_Chaos gentoo org> AuthorDate: Mon Nov 26 15:39:29 2018 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Nov 26 15:39:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad9d6ef dev-ruby/dnsruby: add ~arm bug# 671660 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Rick Farina gentoo.org> dev-ruby/dnsruby/dnsruby-1.60.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/dnsruby/dnsruby-1.60.2.ebuild b/dev-ruby/dnsruby/dnsruby-1.60.2.ebuild index b2e1dbe2e25..c0d04b612dd 100644 --- a/dev-ruby/dnsruby/dnsruby-1.60.2.ebuild +++ b/dev-ruby/dnsruby/dnsruby-1.60.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ inherit ruby-fakegem DESCRIPTION="A pure Ruby DNS client library" HOMEPAGE="https://github.com/alexdalitz/dnsruby" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" LICENSE="Apache-2.0" SLOT="0" IUSE=""