media-video/gpac: ppc stable wrt bug #575308

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2016-03-16 12:45:54 +01:00
parent 4b99548558
commit 29eb96c625
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ EAPI=4
if [[ ${PV} == *9999 ]] ; then
SCM="subversion"
ESVN_REPO_URI="svn://svn.code.sf.net/p/gpac/code/trunk/gpac"
KEYWORDS="alpha sparc x86"
KEYWORDS="alpha ppc sparc x86"
else
if [[ ${PV%_p*} != ${PV} ]] ; then
SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"

View File

@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
KEYWORDS=""
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}