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 3847B1382C5 for ; Mon, 23 Apr 2018 14:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DEF1E0B4A; Mon, 23 Apr 2018 14:50: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 601B5E0B4A for ; Mon, 23 Apr 2018 14:50:48 +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 3DC8A335C2E for ; Mon, 23 Apr 2018 14:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DD09299 for ; Mon, 23 Apr 2018 14:50:44 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524495034.4417c8c89b52e3ce89ff9adfd555ed751efaae11.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/syncplay/syncplay-1.5.1.ebuild X-VCS-Directories: media-video/syncplay/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4417c8c89b52e3ce89ff9adfd555ed751efaae11 X-VCS-Branch: master Date: Mon, 23 Apr 2018 14:50:44 +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: 8f40790f-7992-4658-9bba-f38707bed593 X-Archives-Hash: 21e0d1f401f324706ff50518e841eb18 commit: 4417c8c89b52e3ce89ff9adfd555ed751efaae11 Author: Luke Dashjr utopios org> AuthorDate: Wed Apr 18 03:27:11 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 14:50:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4417c8c8 media-video/syncplay: Keyword 1.5.1 ~ppc64 media-video/syncplay/syncplay-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/syncplay/syncplay-1.5.1.ebuild b/media-video/syncplay/syncplay-1.5.1.ebuild index 00a24344bbf..1261425ad26 100644 --- a/media-video/syncplay/syncplay-1.5.1.ebuild +++ b/media-video/syncplay/syncplay-1.5.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Syncplay/syncplay/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~ppc64 x86" IUSE="+client +server gui vlc" REQUIRED_USE="vlc? ( client ) gui? ( client )