*/*: add ~arm{,64} keywords for my packages where possible

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2021-01-05 22:17:36 +13:00
parent 6eba7d3168
commit 27f4969732
24 changed files with 47 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
<pkgmetadata>
<maintainer type="person">
<email>telans@posteo.de</email>
<name>telans</name>
<name>Theo Anderson</name>
</maintainer>
<upstream>
<remote-id type="github">OpenVisualCloud/SVT-VP9</remote-id>

View File

@@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ if [ ${PV} = "9999" ]; then
EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-VP9.git"
else
SRC_URI="https://github.com/OpenVisualCloud/SVT-VP9/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/SVT-VP9-${PV}"
fi

View File

@@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ if [ ${PV} = "9999" ]; then
EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-VP9.git"
else
SRC_URI="https://github.com/OpenVisualCloud/SVT-VP9/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/SVT-VP9-${PV}"
fi