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 8195E1382C5 for ; Mon, 12 Feb 2018 19:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D91D8E08EF; Mon, 12 Feb 2018 19:16:25 +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 BBA07E08EF for ; Mon, 12 Feb 2018 19:16:25 +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 E1876335C3C for ; Mon, 12 Feb 2018 19:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E2B3207 for ; Mon, 12 Feb 2018 19:16:23 +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: <1518462972.b603e34c10d0ef7bf3d1de52bec55abd2cdab87d.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_pre20171211100641.ebuild X-VCS-Directories: net-irc/kvirc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b603e34c10d0ef7bf3d1de52bec55abd2cdab87d X-VCS-Branch: master Date: Mon, 12 Feb 2018 19:16:23 +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: 11a8cf53-307b-4bb7-b406-131ef91e5012 X-Archives-Hash: f24648d78195fba582cb488f1813f456 commit: b603e34c10d0ef7bf3d1de52bec55abd2cdab87d Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Feb 10 17:04:13 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Feb 12 19:16:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b603e34c net-irc/kvirc: Stabilize 5.0_pre20171211100641 on amd64/x86. net-irc/kvirc/kvirc-5.0_pre20171211100641.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/kvirc/kvirc-5.0_pre20171211100641.ebuild b/net-irc/kvirc/kvirc-5.0_pre20171211100641.ebuild index 63671c3838c..6a024dd1f62 100644 --- a/net-irc/kvirc/kvirc-5.0_pre20171211100641.ebuild +++ b/net-irc/kvirc/kvirc-5.0_pre20171211100641.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -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} )"