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 C600B15806E for ; Thu, 1 Jun 2023 06:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7455AE087C; Thu, 1 Jun 2023 06:22:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 47127E087D for ; Thu, 1 Jun 2023 06:22:21 +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 E261A3412C7 for ; Thu, 1 Jun 2023 06:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 403FBA8E for ; Thu, 1 Jun 2023 06:22:16 +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: <1685600490.864edf13eb6048e72b57f468bbc0702465c8060a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xine-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild X-VCS-Directories: media-libs/xine-lib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 864edf13eb6048e72b57f468bbc0702465c8060a X-VCS-Branch: master Date: Thu, 1 Jun 2023 06:22:16 +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: dac3adad-540d-4f0d-b245-ffe4413d441c X-Archives-Hash: 56cb674748d2824fb7a05dc609151837 commit: 864edf13eb6048e72b57f468bbc0702465c8060a Author: Sam James gentoo org> AuthorDate: Thu Jun 1 06:21:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 06:21:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864edf13 media-libs/xine-lib: Stabilize 1.2.13-r2 amd64, #907575 Signed-off-by: Sam James gentoo.org> media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild b/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild index fb49dfdecd7e..0f972a2a269f 100644 --- a/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then NLS_RDEPEND="virtual/libintl" else SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" - KEYWORDS="~amd64 arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}"/${PN}-$(ver_cut 1-2) NLS_IUSE="nls"