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 2293715ACFB for ; Fri, 21 Apr 2023 06:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D395E0817; Fri, 21 Apr 2023 06:29:14 +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 E25ACE0817 for ; Fri, 21 Apr 2023 06:29:13 +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 E4A2B341154 for ; Fri, 21 Apr 2023 06:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69A67141 for ; Fri, 21 Apr 2023 06:29:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1682058548.10bf2e4b7b355e9d8e7924f7be29f8638c96610b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild X-VCS-Directories: media-gfx/gscan2pdf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 10bf2e4b7b355e9d8e7924f7be29f8638c96610b X-VCS-Branch: master Date: Fri, 21 Apr 2023 06:29:11 +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: c3c03ca0-0ad5-44dc-b200-455374744a79 X-Archives-Hash: d6c5b3d11a499d3ca771b22b9549af91 commit: 10bf2e4b7b355e9d8e7924f7be29f8638c96610b Author: Joonas Niilola gentoo org> AuthorDate: Fri Apr 21 06:15:37 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 21 06:29:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bf2e4b media-gfx/gscan2pdf: Stabilize 2.13.2 x86, #904705 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild b/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild index aa305e28fcbd..976e4c534a3a 100644 --- a/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild +++ b/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )"