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 6B760158020 for ; Sat, 3 Dec 2022 20:40:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7D4A2BC05A; Sat, 3 Dec 2022 20:40:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B16F2BC05A for ; Sat, 3 Dec 2022 20:40:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9229E34150D for ; Sat, 3 Dec 2022 20:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E23B2692 for ; Sat, 3 Dec 2022 20:40:02 +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: <1670099997.c230771fbddce6d8a724daf22f58d01ce8fcf999.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmatroska/libmatroska-1.7.1.ebuild X-VCS-Directories: media-libs/libmatroska/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c230771fbddce6d8a724daf22f58d01ce8fcf999 X-VCS-Branch: master Date: Sat, 3 Dec 2022 20:40:02 +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: 2ab6ca99-18ac-4034-8f67-84315e186f1d X-Archives-Hash: 979236e9ec3d2629b382edd0b483921b commit: c230771fbddce6d8a724daf22f58d01ce8fcf999 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 3 20:39:57 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 3 20:39:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c230771f media-libs/libmatroska: Stabilize 1.7.1 sparc, #883903 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/libmatroska/libmatroska-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmatroska/libmatroska-1.7.1.ebuild b/media-libs/libmatroska/libmatroska-1.7.1.ebuild index 020123cbafc5..3cc6ec3a5a0f 100644 --- a/media-libs/libmatroska/libmatroska-1.7.1.ebuild +++ b/media-libs/libmatroska/libmatroska-1.7.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/7" # subslot = soname major version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86 ~x86-linux" RDEPEND=">=dev-libs/libebml-1.4.3:=" DEPEND="${RDEPEND}"