From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1712022-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id C84111581F0 for <garchives@archives.gentoo.org>; Fri, 24 Jan 2025 07:38:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B13E6343450 for <garchives@archives.gentoo.org>; Fri, 24 Jan 2025 07:38:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8E5EB11042D; Fri, 24 Jan 2025 07:38:10 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 83CA011042D for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 07:38:10 +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 3B805343429 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 07:38:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB89FEC7 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 07:38:08 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> 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" <juippis@gentoo.org> Message-ID: <1737704286.9c7b36f05d6529d102c271177565a8057c4aa318.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild X-VCS-Directories: media-gfx/sane-backends/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9c7b36f05d6529d102c271177565a8057c4aa318 X-VCS-Branch: master Date: Fri, 24 Jan 2025 07:38:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e776876-2d3d-41b9-bdf8-794ec9047a24 X-Archives-Hash: 380529f5cee9e014cd624a0931ef6504 commit: 9c7b36f05d6529d102c271177565a8057c4aa318 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 07:37:18 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 07:38:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7b36f0 media-gfx/sane-backends: Stabilize 1.3.1-r1 x86, #948639 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild b/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild index deb9074bee12..8378fff6a24a 100644 --- a/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/backends-${PV}" LICENSE="GPL-2 public-domain" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" # gphoto and v4l are handled by their usual USE flags. # The pint backend was disabled because I could not get it to compile.