diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-23 13:34:16 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-23 13:34:16 +0100 |
commit | bf0131a298efc20ac52befda7aeeb04e21e14ae8 (patch) | |
tree | 342de98d8ff530ff5792b8633e48766b6defcf0c /media-libs/raspberrypi-userland | |
parent | media-libs/openh264: arm stable (bug 608868) (diff) | |
download | gentoo-bf0131a298efc20ac52befda7aeeb04e21e14ae8.tar.gz gentoo-bf0131a298efc20ac52befda7aeeb04e21e14ae8.tar.bz2 gentoo-bf0131a298efc20ac52befda7aeeb04e21e14ae8.zip |
media-libs/raspberrypi-userland: arm stable (bug 608868)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'media-libs/raspberrypi-userland')
-rw-r--r-- | media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild index ebcc3228452d..a61ff228d3da 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild @@ -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 |