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 147F2158096 for ; Thu, 1 Sep 2022 19:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C39E09F4; Thu, 1 Sep 2022 19:14:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CB94E09F4 for ; Thu, 1 Sep 2022 19:14:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D83E34112C for ; Thu, 1 Sep 2022 19:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC86C5C8 for ; Thu, 1 Sep 2022 19:14:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662059557.e1150827157dc32dbb6a2b5506ed1ff8aa1227cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/unpaper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/unpaper/unpaper-7.0.0.ebuild X-VCS-Directories: app-text/unpaper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e1150827157dc32dbb6a2b5506ed1ff8aa1227cb X-VCS-Branch: master Date: Thu, 1 Sep 2022 19:14:00 +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: 1841cc2f-23df-4938-aa06-3c2f144a19ba X-Archives-Hash: ff0e0c91fbff54f18c1fedfb1d1f5f3e commit: e1150827157dc32dbb6a2b5506ed1ff8aa1227cb Author: Sam James gentoo org> AuthorDate: Thu Sep 1 19:12:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 1 19:12:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1150827 app-text/unpaper: Stabilize 7.0.0 x86, #867910 Signed-off-by: Sam James gentoo.org> app-text/unpaper/unpaper-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/unpaper/unpaper-7.0.0.ebuild b/app-text/unpaper/unpaper-7.0.0.ebuild index 86d62c9d0488..77d0a4fbc40a 100644 --- a/app-text/unpaper/unpaper-7.0.0.ebuild +++ b/app-text/unpaper/unpaper-7.0.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="Post-processor for scanned and photocopied book pages"