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 51C6913832E for ; Sun, 31 Jul 2016 19:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 872E3E0913; Sun, 31 Jul 2016 19:08:10 +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 0EF4EE0913 for ; Sun, 31 Jul 2016 19:08:10 +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 24E52340C02 for ; Sun, 31 Jul 2016 19:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B6057DD for ; Sun, 31 Jul 2016 19:08:07 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1469992076.5b5cc8551f67003e22dfa20bed4b6f264c1f6c7a.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtmultimedia/qtmultimedia-5.6.1.ebuild X-VCS-Directories: dev-qt/qtmultimedia/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 5b5cc8551f67003e22dfa20bed4b6f264c1f6c7a X-VCS-Branch: master Date: Sun, 31 Jul 2016 19:08:07 +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: 72fc6876-ff9c-4192-84a2-1ad0c3e6a459 X-Archives-Hash: 3e2bc487af63a12683b7f188bab3feed commit: 5b5cc8551f67003e22dfa20bed4b6f264c1f6c7a Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Sun Jul 31 19:07:35 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Sun Jul 31 19:07:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5cc855 dev-qt/qtmultimedia: keyword ~ppc Package-Manager: portage-2.2.28 dev-qt/qtmultimedia/qtmultimedia-5.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.6.1.ebuild b/dev-qt/qtmultimedia/qtmultimedia-5.6.1.ebuild index 32bcf69..8202d46 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-5.6.1.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-5.6.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="The Multimedia module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" fi IUSE="alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets"