summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-04-21 11:45:24 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-04-21 12:03:48 +0200
commit633fa269fd51435c3b786b8b4794e0e101200105 (patch)
tree8cd4b21b0552a29c91c35ffd6b3f56e05a9bc7b1 /media-libs/libaom/libaom-9999.ebuild
parentsys-libs/glibc: m68k/s390/sh stable wrt bug #647062 (diff)
downloadgentoo-633fa269fd51435c3b786b8b4794e0e101200105.tar.gz
gentoo-633fa269fd51435c3b786b8b4794e0e101200105.tar.bz2
gentoo-633fa269fd51435c3b786b8b4794e0e101200105.zip
media-libs/libaom: add a snapshot
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'media-libs/libaom/libaom-9999.ebuild')
-rw-r--r--media-libs/libaom/libaom-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild
index 9b472bd99def..6261a1ce7e7f 100644
--- a/media-libs/libaom/libaom-9999.ebuild
+++ b/media-libs/libaom/libaom-9999.ebuild
@@ -8,8 +8,9 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://aomedia.googlesource.com/aom"
elif [[ ${PV} == *pre* ]]; then
- SRC_URI="mirror://gentoo/${P}.tar.bz2"
+ SRC_URI="mirror://gentoo/${P}.tar.xz"
KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}"
fi
DESCRIPTION="Alliance for Open Media AV1 Codec SDK"