From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 BE55E1580E0 for ; Fri, 31 Jan 2025 07:57:28 +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 A200D34310D for ; Fri, 31 Jan 2025 07:57:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A80AC1103B6; Fri, 31 Jan 2025 07:57:27 +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 A0EF01103B6 for ; Fri, 31 Jan 2025 07:57:27 +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 5CE8E343172 for ; Fri, 31 Jan 2025 07:57:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC95411A7 for ; Fri, 31 Jan 2025 07:57:25 +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: <1738310228.c8027dba6cae6dd6e256295469b9ad0c285292da.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gerbera/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gerbera/gerbera-2.3.0-r1.ebuild X-VCS-Directories: net-misc/gerbera/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c8027dba6cae6dd6e256295469b9ad0c285292da X-VCS-Branch: master Date: Fri, 31 Jan 2025 07:57:25 +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: ac1e0464-659b-4568-a8aa-c719a431ff6a X-Archives-Hash: 3961d76d555e7cdccff5864a77b2c736 commit: c8027dba6cae6dd6e256295469b9ad0c285292da Author: Joonas Niilola gentoo org> AuthorDate: Fri Jan 31 07:57:08 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 31 07:57:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8027dba net-misc/gerbera: Stabilize 2.3.0-r1 amd64, #949043 Signed-off-by: Joonas Niilola gentoo.org> net-misc/gerbera/gerbera-2.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/gerbera/gerbera-2.3.0-r1.ebuild b/net-misc/gerbera/gerbera-2.3.0-r1.ebuild index 9df56fb6b3d4..95212eae79de 100644 --- a/net-misc/gerbera/gerbera-2.3.0-r1.ebuild +++ b/net-misc/gerbera/gerbera-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/gerbera/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P}" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2"