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 C8B2F158083 for ; Tue, 24 Sep 2024 07:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1129E2BC03C; Tue, 24 Sep 2024 07:08:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EAE372BC03C for ; Tue, 24 Sep 2024 07:08:17 +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 13E153434DF for ; Tue, 24 Sep 2024 07:08:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75AF1F2E for ; Tue, 24 Sep 2024 07:08:15 +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: <1727161670.abbb6676342412d080e376f36702b4f7ff8e9f42.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnice/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnice/libnice-0.1.22.ebuild X-VCS-Directories: net-libs/libnice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: abbb6676342412d080e376f36702b4f7ff8e9f42 X-VCS-Branch: master Date: Tue, 24 Sep 2024 07:08:15 +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: 6b59284d-e82e-45ca-8d2c-719798f25399 X-Archives-Hash: 6cba9224c71daf265431cfe961acfad1 commit: abbb6676342412d080e376f36702b4f7ff8e9f42 Author: Sam James gentoo org> AuthorDate: Tue Sep 24 07:06:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 24 07:07:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbb6676 net-libs/libnice: destabilize 0.1.22 for ~amd64, ~x86 Bug: https://bugs.gentoo.org/939741 Signed-off-by: Sam James gentoo.org> net-libs/libnice/libnice-0.1.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnice/libnice-0.1.22.ebuild b/net-libs/libnice/libnice-0.1.22.ebuild index a153b1d0e53b..465f42f041bb 100644 --- a/net-libs/libnice/libnice-0.1.22.ebuild +++ b/net-libs/libnice/libnice-0.1.22.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://libnice.freedesktop.org/releases/${P}.tar.gz" LICENSE="|| ( MPL-1.1 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="+gnutls gtk-doc +introspection test +upnp" RESTRICT="!test? ( test )"