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 DA729158043 for ; Wed, 17 Apr 2024 20:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89806E29ED; Wed, 17 Apr 2024 20:45:34 +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 6BDB6E29ED for ; Wed, 17 Apr 2024 20:45:34 +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 7A86A3433E1 for ; Wed, 17 Apr 2024 20:45:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D53751706 for ; Wed, 17 Apr 2024 20:45:31 +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: <1713386083.979a04428a282efa4d5de1bec5af0d1f57358445.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-8.1.113.ebuild X-VCS-Directories: net-wireless/unifi/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 979a04428a282efa4d5de1bec5af0d1f57358445 X-VCS-Branch: master Date: Wed, 17 Apr 2024 20:45:31 +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: fb69e942-795d-475d-9a16-a2e5c4fcf0cf X-Archives-Hash: d1b1b831b5cc2d971aaf2d95af2cd496 commit: 979a04428a282efa4d5de1bec5af0d1f57358445 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 17 20:34:43 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 17 20:34:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979a0442 net-wireless/unifi: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> net-wireless/unifi/unifi-8.1.113.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/unifi/unifi-8.1.113.ebuild b/net-wireless/unifi/unifi-8.1.113.ebuild index ed01ef5545ac..2f1936dc19fa 100644 --- a/net-wireless/unifi/unifi-8.1.113.ebuild +++ b/net-wireless/unifi/unifi-8.1.113.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"