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 47218138330 for ; Fri, 25 May 2018 23:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DEEEE089F; Fri, 25 May 2018 23:58:48 +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 4928BE089F for ; Fri, 25 May 2018 23:58:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F3BC335CAD for ; Fri, 25 May 2018 23:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52DA02B7 for ; Fri, 25 May 2018 23:58:43 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1527292681.c554137a1c506b921444d55b97d1bbcbca416cef.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-4.10.1.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c554137a1c506b921444d55b97d1bbcbca416cef X-VCS-Branch: master Date: Fri, 25 May 2018 23:58: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: 47818aaa-16d2-472c-86a8-25474ad452f9 X-Archives-Hash: b36f7315239b42912fc78ae0809d184d commit: c554137a1c506b921444d55b97d1bbcbca416cef Author: Thomas Deutschmann gentoo org> AuthorDate: Fri May 25 22:42:39 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri May 25 23:58:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c554137a media-libs/phonon: x86 stable (bug #652942) Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/phonon/phonon-4.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon/phonon-4.10.1.ebuild b/media-libs/phonon/phonon-4.10.1.ebuild index 93ca3f635de..58820d1003c 100644 --- a/media-libs/phonon/phonon-4.10.1.ebuild +++ b/media-libs/phonon/phonon-4.10.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-fbsd" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3