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 B6DB5138334 for ; Mon, 22 Oct 2018 09:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6B10E07EA; Mon, 22 Oct 2018 09:38:40 +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 7AD4BE07EA for ; Mon, 22 Oct 2018 09:38:39 +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 0DD00335CCD for ; Mon, 22 Oct 2018 09:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 413F345E for ; Mon, 22 Oct 2018 09:38:36 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1540201069.61d3a0f056d417c2a7ea80dec8e6ee31ccaf30d3.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/eggdrop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/eggdrop/eggdrop-1.8.3.ebuild X-VCS-Directories: net-irc/eggdrop/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 61d3a0f056d417c2a7ea80dec8e6ee31ccaf30d3 X-VCS-Branch: master Date: Mon, 22 Oct 2018 09:38:36 +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: 1670cbb6-a9d5-4cc9-bda6-af47f5366f1c X-Archives-Hash: 4790ce727329ce0be123d526235f9a48 commit: 61d3a0f056d417c2a7ea80dec8e6ee31ccaf30d3 Author: Louis Sautier gentoo org> AuthorDate: Mon Oct 22 09:36:50 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Oct 22 09:37:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d3a0f0 net-irc/eggdrop: add ~arm keyword Closes: https://bugs.gentoo.org/668970 Signed-off-by: Louis Sautier gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-irc/eggdrop/eggdrop-1.8.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/eggdrop/eggdrop-1.8.3.ebuild b/net-irc/eggdrop/eggdrop-1.8.3.ebuild index 45e57088d8b..131aaa71386 100644 --- a/net-irc/eggdrop/eggdrop-1.8.3.ebuild +++ b/net-irc/eggdrop/eggdrop-1.8.3.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=7 @@ -9,7 +9,7 @@ DESCRIPTION="An IRC bot extensible with C or TCL" HOMEPAGE="https://www.eggheads.org/" SRC_URI="https://ftp.eggheads.org/pub/eggdrop/source/${PV:0:3}/${P}.tar.gz" -KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ppc sparc x86" LICENSE="GPL-2+" SLOT="0" IUSE="debug doc ipv6 ssl static"