Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/oidn/
Date: Sun, 19 Sep 2021 03:09:50
Message-Id: 1632020883.999d2289e23f5892424fe211ce702ff7ae613da1.sam@gentoo
1 commit: 999d2289e23f5892424fe211ce702ff7ae613da1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 03:08:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 03:08:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999d2289
7
8 media-libs/oidn: Keyword 1.4.1 arm64, #795279
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/oidn/oidn-1.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/oidn/oidn-1.4.1.ebuild b/media-libs/oidn/oidn-1.4.1.ebuild
16 index c93dbc1e24a..5d5194d1eff 100644
17 --- a/media-libs/oidn/oidn-1.4.1.ebuild
18 +++ b/media-libs/oidn/oidn-1.4.1.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} = *9999 ]]; then
20 EGIT_BRANCH="master"
21 else
22 SRC_URI="https://github.com/OpenImageDenoise/${PN}/releases/download/v${PV}/${P}.src.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="~amd64 ~arm64 ~x86"
25 fi
26
27 LICENSE="Apache-2.0"