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 8CD50138334 for ; Sat, 19 Oct 2019 18:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DB60E087C; Sat, 19 Oct 2019 18:04:32 +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 54DE4E087C for ; Sat, 19 Oct 2019 18:04:32 +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 BEAB834C068 for ; Sat, 19 Oct 2019 18:04:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7B3773 for ; Sat, 19 Oct 2019 18:04:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571506926.f0a2bc4c8571ee1bddfded907880fe9a8972405e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild X-VCS-Directories: media-libs/qt-gstreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f0a2bc4c8571ee1bddfded907880fe9a8972405e X-VCS-Branch: master Date: Sat, 19 Oct 2019 18:04:29 +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: 8c18de4f-28de-4da6-a285-316dd753ddc4 X-Archives-Hash: e206b182823b39d011a0fb78154c2b8f commit: f0a2bc4c8571ee1bddfded907880fe9a8972405e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 19 17:42:06 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 19 17:42:06 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0a2bc4c media-libs/qt-gstreamer: Sync keywords from Gentoo ebuild repo Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild index b126080cd3..f3979d206d 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 if [[ ${PV} != *9999* ]]; then SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" else EGIT_REPO_URI="https://anongit.freedesktop.org/git/gstreamer/${PN}.git" inherit git-r3