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 651A6139085 for ; Fri, 20 Jan 2017 11:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8555E0E39; Fri, 20 Jan 2017 11:05:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4139E0E39 for ; Fri, 20 Jan 2017 11:05:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAD8D34108B for ; Fri, 20 Jan 2017 11:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 395822A2B for ; Fri, 20 Jan 2017 11:05:04 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1484910292.4d0c7f18f88af909733f2f2704b1140766b7c4d9.ago@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.4.5.ebuild X-VCS-Directories: media-libs/libmatroska/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 4d0c7f18f88af909733f2f2704b1140766b7c4d9 X-VCS-Branch: master Date: Fri, 20 Jan 2017 11:05:04 +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: 6ca05ea4-0b77-4f53-9599-cfd3d9d8ad86 X-Archives-Hash: 3b0021122d4ac9200ecfae1ba487617f commit: 4d0c7f18f88af909733f2f2704b1140766b7c4d9 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jan 20 11:02:49 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jan 20 11:04:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0c7f18 media-libs/libmatroska: ppc64 stable wrt bug #602074 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/libmatroska/libmatroska-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmatroska/libmatroska-1.4.5.ebuild b/media-libs/libmatroska/libmatroska-1.4.5.ebuild index 3524327..2793879 100644 --- a/media-libs/libmatroska/libmatroska-1.4.5.ebuild +++ b/media-libs/libmatroska/libmatroska-1.4.5.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/6" # subslot = soname major version -KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" IUSE="static-libs" RDEPEND=">=dev-libs/libebml-1.3.4:="