media-video/gpac: amd64 stable wrt bug #607820
authorAgostino Sarubbo <ago@gentoo.org>
Sat, 4 Feb 2017 15:18:45 +0000 (16:18 +0100)
committerAgostino Sarubbo <ago@gentoo.org>
Sat, 4 Feb 2017 15:21:11 +0000 (16:21 +0100)
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
media-video/gpac/gpac-0.6.1-r2.ebuild

index 8a924357fc228c6d56bd229dd8c15dc4cbbcb8f5..e7503092dc233addd5711862c7c41441cb48460e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,10 +7,10 @@ EAPI=6
 if [[ ${PV} == *9999 ]] ; then
        SCM="git-r3"
        EGIT_REPO_URI="https://github.com/gpac/gpac"
-       KEYWORDS="alpha"
+       KEYWORDS="alpha amd64"
 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}