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 A83F41381F3 for ; Thu, 23 Jan 2020 03:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDC93E0841; Thu, 23 Jan 2020 03:09:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9C9FFE0841 for ; Thu, 23 Jan 2020 03:09:27 +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 65AE534E35C for ; Thu, 23 Jan 2020 03:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2665CEE for ; Thu, 23 Jan 2020 03:09:24 +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: <1579748952.3ca8da82ae3bde937b68ec88d5971d04aafdd0fb.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-1.6.8.ebuild X-VCS-Directories: app-misc/mosquitto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3ca8da82ae3bde937b68ec88d5971d04aafdd0fb X-VCS-Branch: master Date: Thu, 23 Jan 2020 03:09:24 +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: 02b73bcd-26ba-486b-8177-8c0a904a5656 X-Archives-Hash: 395ea4e6ced72a765260e34ced7e5810 commit: 3ca8da82ae3bde937b68ec88d5971d04aafdd0fb Author: Matt Turner gentoo org> AuthorDate: Thu Jan 23 03:04:45 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 23 03:09:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca8da82 app-misc/mosquitto-1.6.8: arm stable, bug 705512 Signed-off-by: Matt Turner gentoo.org> app-misc/mosquitto/mosquitto-1.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/mosquitto/mosquitto-1.6.8.ebuild b/app-misc/mosquitto/mosquitto-1.6.8.ebuild index 87e7f10973d..491f0ca1ecc 100644 --- a/app-misc/mosquitto/mosquitto-1.6.8.ebuild +++ b/app-misc/mosquitto/mosquitto-1.6.8.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 arm x86" IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets" RESTRICT="!test? ( test )"