summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-07-10 14:30:13 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-07-10 14:30:39 +0200
commit8a9dc81aba76afb3c96d2288b82c3169121cb3a8 (patch)
tree23d6d66478c600612cdb16db9f69dd7dd9cea2ec /media-video/rav1e/rav1e-9999.ebuild
parentapp-arch/fastjar: arm64 keyworded (bug #730964) (diff)
downloadgentoo-8a9dc81aba76afb3c96d2288b82c3169121cb3a8.tar.gz
gentoo-8a9dc81aba76afb3c96d2288b82c3169121cb3a8.tar.bz2
gentoo-8a9dc81aba76afb3c96d2288b82c3169121cb3a8.zip
media-video/rav1e: remove KEYWORDS for live ebuild
Tools like ekeyword will only add keywords to first KEYWORDS variable. Therefore live ebuilds shouldn't even have empty KEYWORDS variable. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video/rav1e/rav1e-9999.ebuild')
-rw-r--r--media-video/rav1e/rav1e-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-video/rav1e/rav1e-9999.ebuild b/media-video/rav1e/rav1e-9999.ebuild
index 536a25b8d5e9..015cbf7fbff0 100644
--- a/media-video/rav1e/rav1e-9999.ebuild
+++ b/media-video/rav1e/rav1e-9999.ebuild
@@ -10,14 +10,12 @@ inherit cargo
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/xiph/rav1e.git"
inherit git-r3
- SRC_URI=""
- KEYWORDS=""
else
SRC_URI="
https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})
"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
DESCRIPTION="The fastest and safest AV1 encoder"