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 03007139694 for ; Fri, 4 Aug 2017 04:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49665E0EAF; Fri, 4 Aug 2017 04:29:54 +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 26D03E0EAF for ; Fri, 4 Aug 2017 04:29:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 159203417D0 for ; Fri, 4 Aug 2017 04:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 616EC7491 for ; Fri, 4 Aug 2017 04:29:50 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1501820928.b511cc6303de46a9d852d3fd9b7e8068fd4a7e8f.maekke@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.4.10.ebuild X-VCS-Directories: app-misc/mosquitto/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: b511cc6303de46a9d852d3fd9b7e8068fd4a7e8f X-VCS-Branch: master Date: Fri, 4 Aug 2017 04:29: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-Archives-Salt: 5c0d7be0-e05f-4eb9-9f34-7a57c09b4070 X-Archives-Hash: 481ca4064631576b3c48f3267554a4e6 commit: b511cc6303de46a9d852d3fd9b7e8068fd4a7e8f Author: Markus Meier gentoo org> AuthorDate: Fri Aug 4 04:28:48 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Aug 4 04:28:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b511cc63 app-misc/mosquitto: arm stable, bug #601146 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" app-misc/mosquitto/mosquitto-1.4.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/mosquitto/mosquitto-1.4.10.ebuild b/app-misc/mosquitto/mosquitto-1.4.10.ebuild index 8bae940d9fb..e7137583c9b 100644 --- a/app-misc/mosquitto/mosquitto-1.4.10.ebuild +++ b/app-misc/mosquitto/mosquitto-1.4.10.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://mosquitto.org/" SRC_URI="http://mosquitto.org/files/source/${P}.tar.gz" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="amd64 x86 ~arm" +KEYWORDS="amd64 arm x86" IUSE="bridge examples +persistence +srv ssl tcpd" RDEPEND="tcpd? ( sys-apps/tcp-wrappers )