From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 9F5931582EF for ; Sat, 08 Mar 2025 23:21:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 81C943430AE for ; Sat, 08 Mar 2025 23:21:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8ED32110470; Sat, 08 Mar 2025 23:21:30 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 851B3110470 for ; Sat, 08 Mar 2025 23:21:30 +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 41B0E343062 for ; Sat, 08 Mar 2025 23:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B48A628A8 for ; Sat, 08 Mar 2025 23:21:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1741476062.b3ab71879f6469051086265c333549a1bea06ee3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/unifi/unifi-9.0.114.ebuild X-VCS-Directories: net-wireless/unifi/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b3ab71879f6469051086265c333549a1bea06ee3 X-VCS-Branch: master Date: Sat, 08 Mar 2025 23:21:27 +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: c638e876-2709-430d-862c-3fec327f5ec4 X-Archives-Hash: 2df03f4fa6a73859765a8fbfc5f8f0d4 commit: b3ab71879f6469051086265c333549a1bea06ee3 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 8 23:02:56 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 8 23:21:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ab7187 net-wireless/unifi: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> net-wireless/unifi/unifi-9.0.114.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/unifi/unifi-9.0.114.ebuild b/net-wireless/unifi/unifi-9.0.114.ebuild index 23a94d6779c9..2d2c817e0eac 100644 --- a/net-wireless/unifi/unifi-9.0.114.ebuild +++ b/net-wireless/unifi/unifi-9.0.114.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/UniFi" LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 LGPL-3 MIT ubiquiti" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="-* ~amd64 ~arm64" +KEYWORDS="-* amd64 ~arm64" IUSE="systemd system-mongodb" RESTRICT="bindist mirror"