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 95FEF138335 for ; Thu, 11 Oct 2018 16:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9943EE08EC; Thu, 11 Oct 2018 16:50:27 +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 71508E08EC for ; Thu, 11 Oct 2018 16:50:27 +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 A8A2C335D02 for ; Thu, 11 Oct 2018 16:50:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4A483FB for ; Thu, 11 Oct 2018 16:50:09 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1539276593.52090b5dcb2ddc2d891f252ece62d4c3bd4cfc38.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 52090b5dcb2ddc2d891f252ece62d4c3bd4cfc38 X-VCS-Branch: master Date: Thu, 11 Oct 2018 16:50:09 +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: fe01fcc2-ba9c-4017-adff-7ac6779c853e X-Archives-Hash: 9cb2806856850a3881c655f5a6745d1c commit: 52090b5dcb2ddc2d891f252ece62d4c3bd4cfc38 Author: Tobias Klausmann gentoo org> AuthorDate: Thu Oct 11 16:49:39 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Oct 11 16:49:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52090b5d net-irc/eggdrop-1.8.3-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/666210 Signed-off-by: Tobias Klausmann gentoo.org> net-irc/eggdrop/eggdrop-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/eggdrop/eggdrop-1.8.3.ebuild b/net-irc/eggdrop/eggdrop-1.8.3.ebuild index 3abb84aa61f..45e57088d8b 100644 --- a/net-irc/eggdrop/eggdrop-1.8.3.ebuild +++ b/net-irc/eggdrop/eggdrop-1.8.3.ebuild @@ -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 ia64 ~mips ppc sparc x86" LICENSE="GPL-2+" SLOT="0" IUSE="debug doc ipv6 ssl static"