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 E22D61382C5 for ; Sun, 28 Jan 2018 15:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C2D0E0D8F; Sun, 28 Jan 2018 15:58:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EAA76E0D8F for ; Sun, 28 Jan 2018 15:58:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1EEA335C04 for ; Sun, 28 Jan 2018 15:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83A921AF for ; Sun, 28 Jan 2018 15:58:15 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1517155084.fb7a48e8e30e47b1795d603b4d317d5dab1e8b72.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild X-VCS-Directories: media-video/mkvtoolnix/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fb7a48e8e30e47b1795d603b4d317d5dab1e8b72 X-VCS-Branch: master Date: Sun, 28 Jan 2018 15:58:15 +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-Archives-Salt: 95cd7f40-c287-4ba3-94f6-746619183a39 X-Archives-Hash: 5f4ecf50e345381a0ae341315f6beb27 commit: fb7a48e8e30e47b1795d603b4d317d5dab1e8b72 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 28 15:58:04 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 28 15:58:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7a48e8 media-video/mkvtoolnix: amd64 stable wrt bug #641328 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild index 8830cd670aa..98b19cd3e14 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi DESCRIPTION="Tools to create, alter, and inspect Matroska files"