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 399A5138330 for ; Thu, 13 Oct 2016 09:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 841D1E0CAE; Thu, 13 Oct 2016 09:47:45 +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 64CFCE0CAE for ; Thu, 13 Oct 2016 09:47:45 +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 54E26341471 for ; Thu, 13 Oct 2016 09:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E7C2FD for ; Thu, 13 Oct 2016 09:47:43 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1476352055.8dc130a173d5f9499036367f2d45ee1581f44c40.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild X-VCS-Directories: media-libs/phonon-gstreamer/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8dc130a173d5f9499036367f2d45ee1581f44c40 X-VCS-Branch: master Date: Thu, 13 Oct 2016 09:47:43 +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: e80897e0-eb6b-4871-a80d-46325567905e X-Archives-Hash: 71943d98fc4b1dc94d9c571350abdea0 commit: 8dc130a173d5f9499036367f2d45ee1581f44c40 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Oct 13 09:47:35 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Oct 13 09:47:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc130a1 media-libs/phonon-gstreamer: ppc stable wrt bug #587346 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild index 0f2888f..4c2fee0 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.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="alpha amd64 ~arm hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" + KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3