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 41C63138334 for ; Mon, 25 Feb 2019 21:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D12E08CE; Mon, 25 Feb 2019 21:25:10 +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 198A6E08CE for ; Mon, 25 Feb 2019 21:25: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 8864533BE39 for ; Mon, 25 Feb 2019 21:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F25B0553 for ; Mon, 25 Feb 2019 21:25:06 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1551129894.67661d66d19046e122421b2e224d7de3bf16d5fb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild X-VCS-Directories: net-irc/kvirc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 67661d66d19046e122421b2e224d7de3bf16d5fb X-VCS-Branch: master Date: Mon, 25 Feb 2019 21:25: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c77e4190-8569-4bd6-947f-8b2b9d96b805 X-Archives-Hash: 94e6738906cd3b92f8f3abe88a322cfb commit: 67661d66d19046e122421b2e224d7de3bf16d5fb Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Feb 22 18:18:08 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Feb 25 21:24:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67661d66 net-irc/kvirc: Stabilize 5.0_pre20181205184837 on amd64/x86. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild b/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild index 9423a1c8ccd..412a2fc2a56 100644 --- a/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild +++ b/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild @@ -1,4 +1,4 @@ -# Copyright 2009-2018 Arfrever Frehtes Taifersar Arahesis +# Copyright 2009-2019 Arfrever Frehtes Taifersar Arahesis # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -30,7 +30,7 @@ fi LICENSE="kvirc" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"