media-libs/alvr: fix VisibleVcsPkg

If you want to use keywords here, you should use snapshot ebuild instead
of a vcs ebuild. E.g.:
COMMIT="ab9f6eb78114181ff3e8252706e578bb5de6343c"
SRC_URI="https://github.com/alvr-org/ALVR/archive/${COMMIT}.tar.gz
	-> ${P}.tar.gz"
instead of the git-r3 stuff

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-06-06 14:55:47 +02:00
parent d44c833aed
commit d81afb1105

View File

@@ -477,7 +477,7 @@ else
EGIT_REPO_URI="https://github.com/alvr-org/ALVR.git"
EGIT_COMMIT="ab9f6eb78114181ff3e8252706e578bb5de6343c"
inherit git-r3
KEYWORDS="~amd64"
KEYWORDS=""
fi
SRC_URI="${SRC_URI} $(cargo_crate_uris ${CRATES})"