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 2D9F31396D9 for ; Wed, 29 Nov 2017 11:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A92CEE0BF4; Wed, 29 Nov 2017 11:19:10 +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 8AE4FE0BF4 for ; Wed, 29 Nov 2017 11:19:10 +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 7409B33BF05 for ; Wed, 29 Nov 2017 11:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FAA0AB8F for ; Wed, 29 Nov 2017 11:19:06 +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: <1511954342.9b0db0bc0a56d27a2ba791dca4324eec5c510333.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.6.1.ebuild X-VCS-Directories: net-im/jabberd2/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 9b0db0bc0a56d27a2ba791dca4324eec5c510333 X-VCS-Branch: master Date: Wed, 29 Nov 2017 11:19:06 +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: 15925a4f-5ca0-4572-a902-b1395588f70a X-Archives-Hash: 913fd4fe037e1f2af26e7d52ba489b83 commit: 9b0db0bc0a56d27a2ba791dca4324eec5c510333 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Nov 29 11:19:02 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Nov 29 11:19:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0db0bc net-im/jabberd2: amd64 stable wrt bug #623806 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-im/jabberd2/jabberd2-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/jabberd2/jabberd2-2.6.1.ebuild b/net-im/jabberd2/jabberd2-2.6.1.ebuild index e6768d3b65c..cc3915cf4b4 100644 --- a/net-im/jabberd2/jabberd2-2.6.1.ebuild +++ b/net-im/jabberd2/jabberd2-2.6.1.ebuild @@ -11,7 +11,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 websocket zlib" REQUIRED_USE="memdebug? ( debug )"