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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2153215806E for ; Sat, 20 May 2023 09:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD3BEE0885; Sat, 20 May 2023 09:29:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94EC1E0885 for ; Sat, 20 May 2023 09:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC7B6340EBD for ; Sat, 20 May 2023 09:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54DB8A81 for ; Sat, 20 May 2023 09:28:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684574922.1a6de4e4410363656a2cb1bbd83715f8be2fbd78.sam@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.2_pre20220629000000.ebuild X-VCS-Directories: net-irc/kvirc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a6de4e4410363656a2cb1bbd83715f8be2fbd78 X-VCS-Branch: master Date: Sat, 20 May 2023 09:28:57 +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: e1002388-67f7-483f-a12e-00a2ead0ec71 X-Archives-Hash: e9fa22d75db88a46825adefced2101b3 commit: 1a6de4e4410363656a2cb1bbd83715f8be2fbd78 Author: Sam James gentoo org> AuthorDate: Sat May 20 09:28:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 09:28:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6de4e4 net-irc/kvirc: Stabilize 5.2_pre20220629000000 amd64, #906806 Signed-off-by: Sam James gentoo.org> net-irc/kvirc/kvirc-5.2_pre20220629000000.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/kvirc/kvirc-5.2_pre20220629000000.ebuild b/net-irc/kvirc/kvirc-5.2_pre20220629000000.ebuild index 9246c864d1c0..43785032a8de 100644 --- a/net-irc/kvirc/kvirc-5.2_pre20220629000000.ebuild +++ b/net-irc/kvirc/kvirc-5.2_pre20220629000000.ebuild @@ -29,7 +29,7 @@ fi LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86" IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora" REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"