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 ABFF81382DF for ; Fri, 1 Jul 2016 08:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5534D1412D; Fri, 1 Jul 2016 08:31:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D377A1412D for ; Fri, 1 Jul 2016 08:31:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 716D1340F5B for ; Fri, 1 Jul 2016 08:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0469243F for ; Fri, 1 Jul 2016 08:30:55 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1467361848.f2788a75c6301ef67db85873ba19406d4123a507.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/jabberd2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/jabberd2/jabberd2-2.3.3-r2.ebuild X-VCS-Directories: net-im/jabberd2/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f2788a75c6301ef67db85873ba19406d4123a507 X-VCS-Branch: master Date: Fri, 1 Jul 2016 08:30:55 +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: 6905d491-55b0-4967-8956-64579f3b8864 X-Archives-Hash: ed8ea2b193cc8911a45e2e7772665cad commit: f2788a75c6301ef67db85873ba19406d4123a507 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jul 1 08:30:48 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jul 1 08:30:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2788a75 net-im/jabberd2: x86 stable wrt bug #539534 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> net-im/jabberd2/jabberd2-2.3.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/jabberd2/jabberd2-2.3.3-r2.ebuild b/net-im/jabberd2/jabberd2-2.3.3-r2.ebuild index f5e13ec..96337dd 100644 --- a/net-im/jabberd2/jabberd2-2.3.3-r2.ebuild +++ b/net-im/jabberd2/jabberd2-2.3.3-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jabberd2/jabberd2/releases/download/jabberd-${PV}/ja LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="berkdb debug experimental ldap libressl memdebug mysql pam postgres sqlite ssl test zlib" REQUIRED_USE="memdebug? ( debug )"