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 778AC1382DF for ; Fri, 1 Jul 2016 08:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8402BE0B07; Fri, 1 Jul 2016 08:29:38 +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 98569E0B07 for ; Fri, 1 Jul 2016 08:29:37 +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 CB032340F28 for ; Fri, 1 Jul 2016 08:29:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D83243F for ; Fri, 1 Jul 2016 08:29:33 +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: <1467361765.34f5b43aeedf0fa379f89d658c81407cf9bb4e3f.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: 34f5b43aeedf0fa379f89d658c81407cf9bb4e3f X-VCS-Branch: master Date: Fri, 1 Jul 2016 08:29:33 +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: 723ee3a4-0f99-4b78-9fc9-5db44974d359 X-Archives-Hash: a73df5791490de62d00a706b181596e2 commit: 34f5b43aeedf0fa379f89d658c81407cf9bb4e3f Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jul 1 08:29:25 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jul 1 08:29:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f5b43a net-im/jabberd2: amd64 stable wrt bug #539534 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" 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 1389115..f5e13ec 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 )"