mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
*/*: 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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user