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 916ED158094 for ; Wed, 24 Aug 2022 21:51:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B53E0817; Wed, 24 Aug 2022 21:51:38 +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 1B538E084A for ; Wed, 24 Aug 2022 21:51:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 144D734101C for ; Wed, 24 Aug 2022 21:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39113596 for ; Wed, 24 Aug 2022 21:51:33 +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: <1661377608.632ff9b944f9627061d0e5b9da42c1398ca88401.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.1.68.ebuild X-VCS-Directories: net-wireless/unifi/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 632ff9b944f9627061d0e5b9da42c1398ca88401 X-VCS-Branch: master Date: Wed, 24 Aug 2022 21:51:33 +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: 85a09205-3e71-4a78-a965-90093a40a176 X-Archives-Hash: bef2485ae14f8af113d487ced7fc1e68 commit: 632ff9b944f9627061d0e5b9da42c1398ca88401 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Aug 24 21:46:48 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Aug 24 21:46:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632ff9b9 net-wireless/unifi: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> net-wireless/unifi/unifi-7.1.68.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/unifi/unifi-7.1.68.ebuild b/net-wireless/unifi/unifi-7.1.68.ebuild index d2aab56813ba..0c9825893151 100644 --- a/net-wireless/unifi/unifi-7.1.68.ebuild +++ b/net-wireless/unifi/unifi-7.1.68.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.ubnt.com" SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/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"