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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78B29138359 for ; Mon, 7 Sep 2020 08:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00ADFE0965; Mon, 7 Sep 2020 08:47:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA21CE0965 for ; Mon, 7 Sep 2020 08:47:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C99F9340943 for ; Mon, 7 Sep 2020 08:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1791E355 for ; Mon, 7 Sep 2020 08:47:54 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1599468450.14315a14a070da58eb8dec5f31aa2d1acc817fd8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mkvtoolnix/mkvtoolnix-48.0.0.ebuild X-VCS-Directories: media-video/mkvtoolnix/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 14315a14a070da58eb8dec5f31aa2d1acc817fd8 X-VCS-Branch: master Date: Mon, 7 Sep 2020 08:47:54 +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: 96624bbb-bfbd-4598-a617-7e04823217fd X-Archives-Hash: 988319511766d833cf916d4c109d9f32 commit: 14315a14a070da58eb8dec5f31aa2d1acc817fd8 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Sep 7 08:37:40 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Sep 7 08:47:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14315a14 media-video/mkvtoolnix: stable 48.0.0 for ppc64 stable wrt bug #733568 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> media-video/mkvtoolnix/mkvtoolnix-48.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mkvtoolnix/mkvtoolnix-48.0.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-48.0.0.ebuild index 4c5fa1a2b75..8b911a01ce1 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-48.0.0.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-48.0.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz" - KEYWORDS="amd64 ppc ~ppc64 x86" + KEYWORDS="amd64 ppc ppc64 x86" fi DESCRIPTION="Tools to create, alter, and inspect Matroska files"