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 88CB7158086 for ; Fri, 15 Oct 2021 15:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDC6E086D; Fri, 15 Oct 2021 15:53:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3338EE086D for ; Fri, 15 Oct 2021 15:53:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3062A343068 for ; Fri, 15 Oct 2021 15:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF246178 for ; Fri, 15 Oct 2021 15:53:38 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1634312634.c67367e0d5977fd666f03dc3c44dfb837f870bac.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/adblock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/adblock/adblock-0.5.0.ebuild X-VCS-Directories: dev-python/adblock/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c67367e0d5977fd666f03dc3c44dfb837f870bac X-VCS-Branch: master Date: Fri, 15 Oct 2021 15:53:38 +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: 4682b262-eb1e-4bae-8a4c-f8ee803f3e44 X-Archives-Hash: 81f3b459c9af4f19415cd362c5704b50 commit: c67367e0d5977fd666f03dc3c44dfb837f870bac Author: Ionen Wolkens gentoo org> AuthorDate: Tue Oct 12 18:41:34 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Oct 15 15:43:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67367e0 dev-python/adblock: keyword 0.5.0 for ~x86 Was tested with qutebrowser on x86 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/adblock/adblock-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/adblock/adblock-0.5.0.ebuild b/dev-python/adblock/adblock-0.5.0.ebuild index d611b5ade79..122d9887b08 100644 --- a/dev-python/adblock/adblock-0.5.0.ebuild +++ b/dev-python/adblock/adblock-0.5.0.ebuild @@ -81,7 +81,7 @@ S="${WORKDIR}/python-${P}" LICENSE="Apache-2.0 BSD MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"