From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1267929-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 7DE8913835A for <garchives@archives.gentoo.org>; Tue, 6 Apr 2021 06:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09918E095A; Tue, 6 Apr 2021 06:40:30 +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 A0294E095C for <gentoo-commits@lists.gentoo.org>; Tue, 6 Apr 2021 06:40:29 +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 6D88E340D90 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Apr 2021 06:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D7CB71B for <gentoo-commits@lists.gentoo.org>; Tue, 6 Apr 2021 06:40:24 +0000 (UTC) From: "Mikle Kolyada" <zlogene@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, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1617691200.b0ce6179d5065d44664dfa9f481efeab938f02a0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b0ce6179d5065d44664dfa9f481efeab938f02a0 X-VCS-Branch: master Date: Tue, 6 Apr 2021 06:40:24 +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: 170c7151-3c9c-4fa5-abf3-ed83836ba9ff X-Archives-Hash: 5e9301dfb5d56ba1bb0a77f6dac9afae commit: b0ce6179d5065d44664dfa9f481efeab938f02a0 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Tue Apr 6 06:40:00 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Tue Apr 6 06:40:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ce6179 media-libs/phonon-vlc: Stabilize 0.11.3 arm64, #774219 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild index 32b0589a8e5..053592789a1 100644 --- a/media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/Phonon" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" fi LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"