Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mosquitto/
Date: Sat, 02 Sep 2017 18:02:13
Message-Id: 1504375298.2ea3583fb3ee2efc0dd9501ab43d814b2b9d715c.bman@gentoo
1 commit: 2ea3583fb3ee2efc0dd9501ab43d814b2b9d715c
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 17:57:32 2017 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 18:01:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea3583f
7
8 app-misc/mosquitto: amd64 stable
9
10 Gentoo-bug: 625290
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 app-misc/mosquitto/mosquitto-1.4.14.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/mosquitto/mosquitto-1.4.14.ebuild b/app-misc/mosquitto/mosquitto-1.4.14.ebuild
17 index 3f4677c38d1..4851231f6f3 100644
18 --- a/app-misc/mosquitto/mosquitto-1.4.14.ebuild
19 +++ b/app-misc/mosquitto/mosquitto-1.4.14.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="http://mosquitto.org/"
21 SRC_URI="http://mosquitto.org/files/source/${P}.tar.gz"
22 LICENSE="EPL-1.0"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86 ~arm"
25 +KEYWORDS="amd64 ~arm ~x86"
26 IUSE="bridge examples +persistence +srv ssl tcpd websockets"
27
28 RDEPEND="tcpd? ( sys-apps/tcp-wrappers )