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 E86F8139695 for ; Fri, 24 Feb 2017 00:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D03EDE0CB9; Fri, 24 Feb 2017 00:13:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AE475E0CB9 for ; Fri, 24 Feb 2017 00:13:56 +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 9125C3416DC for ; Fri, 24 Feb 2017 00:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB50525D for ; Fri, 24 Feb 2017 00:13:53 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487895208.e2e3c7a266e8eccc460fec74fd88479a6b664109.xmw@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: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: e2e3c7a266e8eccc460fec74fd88479a6b664109 X-VCS-Branch: master Date: Fri, 24 Feb 2017 00:13:53 +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: 37791a5e-8297-4cd1-b17d-3970e63a4d1a X-Archives-Hash: b6a58dea0622438df196c0c31457a066 commit: e2e3c7a266e8eccc460fec74fd88479a6b664109 Author: Michael Weber gentoo org> AuthorDate: Thu Feb 23 23:27:20 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Feb 24 00:13:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e3c7a2 media-video/gpac: ppc64 stable (bug 607820). Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-video/gpac/gpac-0.6.1-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 ebfdae4d0c..f53a638975 100644 --- a/media-video/gpac/gpac-0.6.1-r2.ebuild +++ b/media-video/gpac/gpac-0.6.1-r2.ebuild @@ -7,10 +7,9 @@ EAPI=6 if [[ ${PV} == *9999 ]] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/gpac/gpac" - KEYWORDS="alpha amd64 ppc sparc 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}