diff options
author | 2021-01-05 22:17:36 +1300 | |
---|---|---|
committer | 2021-01-05 22:18:18 +1300 | |
commit | 27f49697321a2cc523ada62cae0f40de87c0bc65 (patch) | |
tree | 02c69fd3cfe2d38bb8d2b5fb761248bd36fae7e8 /media-libs/svt-hevc | |
parent | dev-cpp/folly: add || die on sed commands (diff) | |
download | guru-27f49697321a2cc523ada62cae0f40de87c0bc65.tar.gz guru-27f49697321a2cc523ada62cae0f40de87c0bc65.tar.bz2 guru-27f49697321a2cc523ada62cae0f40de87c0bc65.zip |
*/*: 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>
Diffstat (limited to 'media-libs/svt-hevc')
-rw-r--r-- | media-libs/svt-hevc/metadata.xml | 2 | ||||
-rw-r--r-- | media-libs/svt-hevc/svt-hevc-1.5.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/svt-hevc/svt-hevc-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/svt-hevc/metadata.xml b/media-libs/svt-hevc/metadata.xml index b52ef3f63..219dfece5 100644 --- a/media-libs/svt-hevc/metadata.xml +++ b/media-libs/svt-hevc/metadata.xml @@ -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-HEVC</remote-id> diff --git a/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild b/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild index 909e65f77..e85af88c7 100644 --- a/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild +++ b/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild @@ -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-HEVC.git" else SRC_URI="https://github.com/OpenVisualCloud/SVT-HEVC/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" S="${WORKDIR}/SVT-HEVC-${PV}" fi diff --git a/media-libs/svt-hevc/svt-hevc-9999.ebuild b/media-libs/svt-hevc/svt-hevc-9999.ebuild index 909e65f77..e85af88c7 100644 --- a/media-libs/svt-hevc/svt-hevc-9999.ebuild +++ b/media-libs/svt-hevc/svt-hevc-9999.ebuild @@ -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-HEVC.git" else SRC_URI="https://github.com/OpenVisualCloud/SVT-HEVC/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" S="${WORKDIR}/SVT-HEVC-${PV}" fi |