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 25369158090 for ; Tue, 3 May 2022 17:48:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B460E0788; Tue, 3 May 2022 17:48:21 +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 48DB6E0788 for ; Tue, 3 May 2022 17:48: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 4D9353418B8 for ; Tue, 3 May 2022 17:48:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB2F0287 for ; Tue, 3 May 2022 17:48:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1651600088.11205e9649d155db14d3b33d87f16500c13148e7.arthurzam@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.12-r1.ebuild X-VCS-Directories: media-libs/xine-lib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 11205e9649d155db14d3b33d87f16500c13148e7 X-VCS-Branch: master Date: Tue, 3 May 2022 17:48:18 +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: 51894a17-399d-4c10-8695-bd72474bd0bd X-Archives-Hash: e60c1ae58c6918ce1ca70826b67379c4 commit: 11205e9649d155db14d3b33d87f16500c13148e7 Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 3 17:48:02 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 3 17:48:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11205e96 media-libs/xine-lib: Stabilize 1.2.12-r1 arm64, #835838 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild b/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild index 91e1f5d77228..e61cb7f10987 100644 --- a/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then NLS_DEPEND="sys-devel/gettext" NLS_RDEPEND="virtual/libintl" else - KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" NLS_IUSE="nls" NLS_DEPEND="nls? ( sys-devel/gettext )"