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 2F90A1382C5 for ; Sat, 17 Feb 2018 16:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 717D0E0A53; Sat, 17 Feb 2018 16:40:14 +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 54D17E0A53 for ; Sat, 17 Feb 2018 16:40:14 +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 86DAB335C4E for ; Sat, 17 Feb 2018 16:40:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77FA22F for ; Sat, 17 Feb 2018 16:40:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518885596.8cb008c8e6c8a3477c98ba1f3f93d682c2f564b7.mgorny@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.1-r1.ebuild media-libs/phonon-vlc/phonon-vlc-9999.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8cb008c8e6c8a3477c98ba1f3f93d682c2f564b7 X-VCS-Branch: master Date: Sat, 17 Feb 2018 16:40:00 +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: d8970551-f07d-469a-853e-c615d0e4017c X-Archives-Hash: 866ff4bc3e41bfb8b8797e91ee9c9f92 commit: 8cb008c8e6c8a3477c98ba1f3f93d682c2f564b7 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 17 16:37:27 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 17 16:39:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb008c8 media-libs/phonon-vlc: Remove amd64-fbsd to match vlc media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild | 2 +- media-libs/phonon-vlc/phonon-vlc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild index 4b261734a9d..528dd62915f 100644 --- a/media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild @@ -8,7 +8,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 ~arm64 ppc ppc64 x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" S="${WORKDIR}/${MY_P}" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) diff --git a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild index 9cdb125fdcc..aee83519e54 100644 --- a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild @@ -8,7 +8,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 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/${MY_P}" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )