By using GitHub's ability to turn any commit
into a tarball we avoid git-r3.eclass and we
can add keywords
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
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>