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 6BDF91382C5 for ; Fri, 29 May 2020 07:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06EB6E08A6; Fri, 29 May 2020 07:39:15 +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 E24D8E08A6 for ; Fri, 29 May 2020 07:39:14 +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 E057034F0EB for ; Fri, 29 May 2020 07:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E42D5281 for ; Fri, 29 May 2020 07:39:09 +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: <1590737938.37ef297bc84b858dde8a05ca92ded4e0c7ffd80a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/qxmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/qxmpp/qxmpp-1.2.0.ebuild X-VCS-Directories: net-libs/qxmpp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 37ef297bc84b858dde8a05ca92ded4e0c7ffd80a X-VCS-Branch: master Date: Fri, 29 May 2020 07:39:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1fddd1c-4690-4839-8201-ff910d5afbbf X-Archives-Hash: 8e81090a6b71bd741bcf6fccf6983250 commit: 37ef297bc84b858dde8a05ca92ded4e0c7ffd80a Author: Agostino Sarubbo gentoo org> AuthorDate: Fri May 29 07:38:58 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri May 29 07:38:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ef297b net-libs/qxmpp: amd64 stable wrt bug #724372 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-libs/qxmpp/qxmpp-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/qxmpp/qxmpp-1.2.0.ebuild b/net-libs/qxmpp/qxmpp-1.2.0.ebuild index c9a44c3c89f..05ba6ca7a0b 100644 --- a/net-libs/qxmpp/qxmpp-1.2.0.ebuild +++ b/net-libs/qxmpp/qxmpp-1.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug doc opus +speex test theora vpx" RESTRICT="!test? ( test )"