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 88442159C96 for ; Fri, 26 Jul 2024 19:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D572EE2A5E; Fri, 26 Jul 2024 19:19:58 +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 BB5D2E2A62 for ; Fri, 26 Jul 2024 19:19:58 +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 B2CEC335D0F for ; Fri, 26 Jul 2024 19:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F3791DC9 for ; Fri, 26 Jul 2024 19:19:56 +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: <1722021580.62d6e7de3b0fcf4f92972fa51394a4a7f116d1e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/v4l-utils/v4l-utils-1.26.ebuild X-VCS-Directories: media-tv/v4l-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 62d6e7de3b0fcf4f92972fa51394a4a7f116d1e3 X-VCS-Branch: master Date: Fri, 26 Jul 2024 19:19:56 +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: e9158649-28f3-4f0c-9936-42809b48b5aa X-Archives-Hash: 153239fdcf8f4ffc16d3bd8bd8178487 commit: 62d6e7de3b0fcf4f92972fa51394a4a7f116d1e3 Author: Sam James gentoo org> AuthorDate: Fri Jul 26 19:19:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 26 19:19:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d6e7de media-tv/v4l-utils: Stabilize 1.26 ppc, #936675 Signed-off-by: Sam James gentoo.org> media-tv/v4l-utils/v4l-utils-1.26.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-tv/v4l-utils/v4l-utils-1.26.ebuild b/media-tv/v4l-utils/v4l-utils-1.26.ebuild index 4c300a474c80..0d56f4c7a04d 100644 --- a/media-tv/v4l-utils/v4l-utils-1.26.ebuild +++ b/media-tv/v4l-utils/v4l-utils-1.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ HOMEPAGE="https://git.linuxtv.org/v4l-utils.git" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ~ppc64 ~sparc ~x86" IUSE="+bpf dvb qt5" RDEPEND=">=media-libs/libv4l-${PV}[utils,bpf?,dvb?,qt5?]"