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 0861F15A7D9 for ; Sun, 19 Mar 2023 22:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01DCFE0869; Sun, 19 Mar 2023 22:12:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DB785E0869 for ; Sun, 19 Mar 2023 22:12:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07A97341346 for ; Sun, 19 Mar 2023 22:12:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BB478E8 for ; Sun, 19 Mar 2023 22:12:50 +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: <1679263959.48b8148baf9eeac1cb102c3fb0ccfb01e07bd8d6.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-7.3.83.ebuild X-VCS-Directories: net-wireless/unifi/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 48b8148baf9eeac1cb102c3fb0ccfb01e07bd8d6 X-VCS-Branch: master Date: Sun, 19 Mar 2023 22:12:50 +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: e23b01f8-b30e-4379-9e51-66172e958849 X-Archives-Hash: 683c19c6418ddd4ef48e1e30571c7ed8 commit: 48b8148baf9eeac1cb102c3fb0ccfb01e07bd8d6 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 19 22:00:32 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 19 22:12:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b8148b net-wireless/unifi: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> net-wireless/unifi/unifi-7.3.83.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/unifi/unifi-7.3.83.ebuild b/net-wireless/unifi/unifi-7.3.83.ebuild index b7dd5b986388..6626a69d1455 100644 --- a/net-wireless/unifi/unifi-7.3.83.ebuild +++ b/net-wireless/unifi/unifi-7.3.83.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.ubnt.com" SRC_URI="https://dl.ui.com/unifi/${PV}/UniFi.unix.zip -> ${P}.zip" S="${WORKDIR}/UniFi" -KEYWORDS="-* ~amd64 ~arm64" +KEYWORDS="-* amd64 ~arm64" 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)" IUSE="systemd system-mongodb"