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 82B7A15808B for ; Tue, 15 Mar 2022 15:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80BA5E07EC; Tue, 15 Mar 2022 15:04:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0B49E07E0 for ; Tue, 15 Mar 2022 15:04:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19C013434A6 for ; Tue, 15 Mar 2022 15:04:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DF0D324 for ; Tue, 15 Mar 2022 15:04:22 +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: <1647356644.83ca72571c35cffc4a4213cdbd4e6ca3393711c6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/yowsup/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/yowsup/yowsup-3.3.0.ebuild X-VCS-Directories: net-im/yowsup/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 83ca72571c35cffc4a4213cdbd4e6ca3393711c6 X-VCS-Branch: master Date: Tue, 15 Mar 2022 15:04:22 +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: e2f2fcd1-0e5d-41e4-9b1d-c331b0440b6d X-Archives-Hash: eef65f2129622c42f6620964f546c299 commit: 83ca72571c35cffc4a4213cdbd4e6ca3393711c6 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Mar 15 14:45:11 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Mar 15 15:04:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ca7257 net-im/yowsup: x86 stable Signed-off-by: Conrad Kostecki gentoo.org> net-im/yowsup/yowsup-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/yowsup/yowsup-3.3.0.ebuild b/net-im/yowsup/yowsup-3.3.0.ebuild index d43504d278b4..8c23695dc49f 100644 --- a/net-im/yowsup/yowsup-3.3.0.ebuild +++ b/net-im/yowsup/yowsup-3.3.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P} LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" # This package contains no-op tests, so they actually cannot be run RESTRICT="test"