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 37A94138334 for ; Tue, 10 Dec 2019 18:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9B81E09ED; Tue, 10 Dec 2019 18:10: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 CF4CEE09ED for ; Tue, 10 Dec 2019 18:10: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 8B97F34D91C for ; Tue, 10 Dec 2019 18:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2A678CD for ; Tue, 10 Dec 2019 18:10:53 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1576001070.77924ece42642a4c4d7f68fd94f138ed5590f47b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-base/gst-plugins-base-1.14.5-r1.ebuild X-VCS-Directories: media-libs/gst-plugins-base/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 77924ece42642a4c4d7f68fd94f138ed5590f47b X-VCS-Branch: master Date: Tue, 10 Dec 2019 18:10:53 +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: 511866e7-53d4-4b79-a6f7-3ec8c226667a X-Archives-Hash: 0c38e3f3149f711de391fe48b175eb86 commit: 77924ece42642a4c4d7f68fd94f138ed5590f47b Author: Aaron Bauman gentoo org> AuthorDate: Tue Dec 10 18:04:30 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 10 18:04:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77924ece media-libs/gst-plugins-base: arm64 stable (bug #702246) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20 media-libs/gst-plugins-base/gst-plugins-base-1.14.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.14.5-r1.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.14.5-r1.ebuild index ddb86f4af61..2959bc0dbc7 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.14.5-r1.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.14.5-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="https://gstreamer.freedesktop.org/" LICENSE="GPL-2+ LGPL-2+" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86" # For OpenGL we have three separate concepts, with a list of possibilities in each: # * opengl APIs - opengl and/or gles2; USE=opengl and USE=gles2 enable these accordingly; if neither is enabled, OpenGL helper library and elements are not built at all and all the other options aren't relevant