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 499621382FF for ; Mon, 11 Jul 2016 07:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E635B21C081; Mon, 11 Jul 2016 07:57:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 924DC21C075 for ; Mon, 11 Jul 2016 07:57:36 +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 73CE1340DE1 for ; Mon, 11 Jul 2016 07:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A84FB97B for ; Mon, 11 Jul 2016 07:57:32 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1468223840.6ba67502662b23d82fdd91db0cfe2310d764babc.johu@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.9.0.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6ba67502662b23d82fdd91db0cfe2310d764babc X-VCS-Branch: master Date: Mon, 11 Jul 2016 07:57:32 +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: fabea9ab-800a-4bb8-b110-1f0b21cf0519 X-Archives-Hash: dca21d963765c055f6b6674cc93a1de2 commit: 6ba67502662b23d82fdd91db0cfe2310d764babc Author: Johannes Huber gentoo org> AuthorDate: Mon Jul 11 07:46:38 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jul 11 07:57:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba67502 media-libs/phonon-vlc: Restore ppc64 Package-Manager: portage-2.3.0 media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild index 99b4966..3344bda 100644 --- a/media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild @@ -9,7 +9,7 @@ MY_P="${MY_PN}-${PV}" if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3