media-libs/raspberrypi-userland: arm stable (bug 608868)
authorMichael Weber <xmw@gentoo.org>
Thu, 23 Feb 2017 12:34:16 +0000 (13:34 +0100)
committerMichael Weber <xmw@gentoo.org>
Thu, 23 Feb 2017 12:34:16 +0000 (13:34 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild

index ebcc3228452d5963cf1b10aa1483e27730dc8573..a61ff228d3da915691bfb5c4d10595c240034687 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$
 
@@ -13,11 +13,10 @@ if [[ ${PV} == 9999* ]]; then
        inherit git-2
        EGIT_REPO_URI="git://github.com/${PN/-//}.git"
        SRC_URI=""
-       KEYWORDS=""
 else
        GIT_COMMIT="dff5760"
        SRC_URI="https://github.com/raspberrypi/userland/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
-       KEYWORDS="~arm"
+       KEYWORDS="arm"
        S="${WORKDIR}/raspberrypi-userland-${GIT_COMMIT}"
 fi