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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 820D11382C5 for ; Fri, 18 Jun 2021 05:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCA56E0814; Fri, 18 Jun 2021 05:10:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1C01E0814 for ; Fri, 18 Jun 2021 05:10:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEBA733BDF0 for ; Fri, 18 Jun 2021 05:10:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7AAA7B4 for ; Fri, 18 Jun 2021 05:10:38 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1623993029.d0e14624070f044ee4d0d2f4c1359cb15b649ab9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mosquitto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mosquitto/mosquitto-2.0.10.ebuild X-VCS-Directories: app-misc/mosquitto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d0e14624070f044ee4d0d2f4c1359cb15b649ab9 X-VCS-Branch: master Date: Fri, 18 Jun 2021 05:10:38 +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: fda6e5a6-355d-473b-ad12-248073b0bbed X-Archives-Hash: ccce4871f54c454ec4aaf04bbf025683 commit: d0e14624070f044ee4d0d2f4c1359cb15b649ab9 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 18 02:14:27 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 18 05:10:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e14624 app-misc/mosquitto: Stabilize 2.0.10 arm, #793107 Signed-off-by: Matt Turner gentoo.org> app-misc/mosquitto/mosquitto-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/mosquitto/mosquitto-2.0.10.ebuild b/app-misc/mosquitto/mosquitto-2.0.10.ebuild index fca14e3becf..efe0bf46447 100644 --- a/app-misc/mosquitto/mosquitto-2.0.10.ebuild +++ b/app-misc/mosquitto/mosquitto-2.0.10.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="bridge examples +persistence +srv ssl tcpd test websockets" RESTRICT="!test? ( test )"