From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1083625-garchives=archives.gentoo.org@lists.gentoo.org> 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 272CB138334 for <garchives@archives.gentoo.org>; Sun, 14 Apr 2019 21:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BE14E0905; Sun, 14 Apr 2019 21:14:26 +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 174B2E0905 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2019 21:14:25 +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 15B54341114 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2019 21:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B22CD326 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2019 21:14:23 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> 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" <bman@gentoo.org> Message-ID: <1555276454.65c49f21c3028ad378e5ee31317f810363c324e7.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.4-r1.ebuild X-VCS-Directories: media-libs/gst-plugins-base/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 65c49f21c3028ad378e5ee31317f810363c324e7 X-VCS-Branch: master Date: Sun, 14 Apr 2019 21:14:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9678a42a-f27b-491a-b39c-a95631182d07 X-Archives-Hash: 95c8cbe7aae8c11761c4766f2902f448 commit: 65c49f21c3028ad378e5ee31317f810363c324e7 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 21:13:25 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 21:14:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c49f21 media-libs/gst-plugins-base: arm64 keyworded (bug #662458) Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 media-libs/gst-plugins-base/gst-plugins-base-1.14.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.14.4-r1.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.14.4-r1.ebuild index c67fdc2692f..1843a1f8dc2 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.14.4-r1.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.14.4-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 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm ~arm64 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