From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D55E138206 for ; Sun, 24 Apr 2016 18:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3872EE0875; Sun, 24 Apr 2016 18:02:05 +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 8331DE0866 for ; Sun, 24 Apr 2016 18:02:04 +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 0E8A8340BBA for ; Sun, 24 Apr 2016 18:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26F0D95B for ; Sun, 24 Apr 2016 18:01:59 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1461520908.10074daa695ebfbeb15c89bc5450787d5c524a52.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 10074daa695ebfbeb15c89bc5450787d5c524a52 X-VCS-Branch: master Date: Sun, 24 Apr 2016 18:01:59 +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: c34edfc6-0629-4b84-990f-eadad53e774a X-Archives-Hash: 9f6922caab849a6121c6c34d0f0550cc commit: 10074daa695ebfbeb15c89bc5450787d5c524a52 Author: Michael Palimaka gentoo org> AuthorDate: Sun Apr 24 17:59:43 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Apr 24 18:01:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10074daa media-libs/phonon-vlc: drop ppc64 keyword due to unsatisfied dependencies media-libs/phonon had its ppc64 keyword dropped in b136d707464d2052d8442d8d8804b848a3a36060. Package-Manager: portage-2.2.28 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 3344bda..99b4966 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 ~ppc64 ~x86 ~amd64-fbsd" + KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3