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 18CC1139697 for ; Sun, 12 Feb 2017 17:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73986E0DE3; Sun, 12 Feb 2017 17:01:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4E711E0DD1 for ; Sun, 12 Feb 2017 17:01:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 415563414E9 for ; Sun, 12 Feb 2017 17:01:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC4F4574 for ; Sun, 12 Feb 2017 17:01:04 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1486918851.51782c2d913ee56df4a2c1da10f8fb2a9b22c235.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gpac/gpac-0.6.1-r2.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 51782c2d913ee56df4a2c1da10f8fb2a9b22c235 X-VCS-Branch: master Date: Sun, 12 Feb 2017 17:01:04 +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: 5a3096c1-d61c-44be-bbef-6c11643c4fd7 X-Archives-Hash: 684189dafff96ea7ea5f7f7a9d675bb4 commit: 51782c2d913ee56df4a2c1da10f8fb2a9b22c235 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Feb 12 16:57:51 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Feb 12 17:00:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51782c2d media-video/gpac: ppc stable wrt bug #607820 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> media-video/gpac/gpac-0.6.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/gpac/gpac-0.6.1-r2.ebuild b/media-video/gpac/gpac-0.6.1-r2.ebuild index c01ed8760e..25fd7172a3 100644 --- a/media-video/gpac/gpac-0.6.1-r2.ebuild +++ b/media-video/gpac/gpac-0.6.1-r2.ebuild @@ -7,10 +7,10 @@ EAPI=6 if [[ ${PV} == *9999 ]] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/gpac/gpac" - KEYWORDS="alpha amd64 x86" + KEYWORDS="alpha amd64 ppc x86" else SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" + KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" fi inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}