Skip to content

Commit

Permalink
media-video/gpac-0.5.2-r0: add alpha keyword
Browse files Browse the repository at this point in the history
Gentoo-Bug: 575308

Package-Manager: portage-2.3.0_rc1
  • Loading branch information
klausman committed May 26, 2016
1 parent ce41aad commit 8f0819f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-video/gpac/gpac-0.5.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -7,10 +7,10 @@ EAPI=4
if [[ ${PV} == *9999 ]] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/gpac/gpac"
KEYWORDS=""
KEYWORDS="alpha"
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}
Expand Down

0 comments on commit 8f0819f

Please sign in to comment.