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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3B6215808B for ; Sat, 12 Mar 2022 11:52:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27E5CE0985; Sat, 12 Mar 2022 11:52:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 092E5E0985 for ; Sat, 12 Mar 2022 11:52:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CF5F3430DE for ; Sat, 12 Mar 2022 11:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91D42324 for ; Sat, 12 Mar 2022 11:52:17 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1647085924.d6a50a50a8551f82b8167a0e3eba5ec92315a31b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/libcommuni/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/libcommuni/libcommuni-3.7.0.ebuild X-VCS-Directories: net-im/libcommuni/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d6a50a50a8551f82b8167a0e3eba5ec92315a31b X-VCS-Branch: master Date: Sat, 12 Mar 2022 11:52:17 +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: 120ee304-71f2-402e-80e9-abdc30dd622e X-Archives-Hash: 900e37e73b3476dc0782076ed96ff329 commit: d6a50a50a8551f82b8167a0e3eba5ec92315a31b Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 12 11:47:18 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 12 11:52:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a50a50 net-im/libcommuni: x86 stable Signed-off-by: Conrad Kostecki gentoo.org> net-im/libcommuni/libcommuni-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/libcommuni/libcommuni-3.7.0.ebuild b/net-im/libcommuni/libcommuni-3.7.0.ebuild index 0207cf369338..6c0ce18b28d0 100644 --- a/net-im/libcommuni/libcommuni-3.7.0.ebuild +++ b/net-im/libcommuni/libcommuni-3.7.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/communi/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples qml test +uchardet" RESTRICT="!test? ( test )"