commit:     8a9dc81aba76afb3c96d2288b82c3169121cb3a8
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 12:30:13 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 12:30:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9dc81a

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 <AT> gentoo.org>

 media-video/rav1e/rav1e-0.3.3.ebuild | 2 --
 media-video/rav1e/rav1e-9999.ebuild  | 4 +---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-video/rav1e/rav1e-0.3.3.ebuild 
b/media-video/rav1e/rav1e-0.3.3.ebuild
index d678a52511c..6cf0e1806c2 100644
--- a/media-video/rav1e/rav1e-0.3.3.ebuild
+++ b/media-video/rav1e/rav1e-0.3.3.ebuild
@@ -174,8 +174,6 @@ inherit cargo
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/xiph/rav1e.git";
        inherit git-r3
-       SRC_URI=""
-       KEYWORDS="~arm64"
 else
        SRC_URI="
                https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> 
${P}.tar.gz

diff --git a/media-video/rav1e/rav1e-9999.ebuild 
b/media-video/rav1e/rav1e-9999.ebuild
index 536a25b8d5e..015cbf7fbff 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"

Reply via email to