Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/
Date: Fri, 15 Feb 2019 12:36:07
Message-Id: 1550234153.3386721f85c80b8544d26fafd3df46b3fcda1606.aballier@gentoo
1 commit: 3386721f85c80b8544d26fafd3df46b3fcda1606
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 10:22:28 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 12:35:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3386721f
7
8 media-libs/libaom: keyword ~arm64
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 media-libs/libaom/libaom-1.0.0-r1.ebuild | 4 ++--
14 media-libs/libaom/libaom-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-libs/libaom/libaom-1.0.0-r1.ebuild b/media-libs/libaom/libaom-1.0.0-r1.ebuild
18 index d29476c90db..33f1019f49f 100644
19 --- a/media-libs/libaom/libaom-1.0.0-r1.ebuild
20 +++ b/media-libs/libaom/libaom-1.0.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,7 +16,7 @@ else
28 SRC_URI="mirror://gentoo/${P}.tar.gz"
29 S="${WORKDIR}"
30 fi
31 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
32 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
33 fi
34
35 DESCRIPTION="Alliance for Open Media AV1 Codec SDK"
36
37 diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild
38 index eaba897ff30..e0f9c64ac4f 100644
39 --- a/media-libs/libaom/libaom-9999.ebuild
40 +++ b/media-libs/libaom/libaom-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -16,7 +16,7 @@ else
48 SRC_URI="mirror://gentoo/${P}.tar.gz"
49 S="${WORKDIR}"
50 fi
51 - KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
52 + KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~x86"
53 fi
54
55 DESCRIPTION="Alliance for Open Media AV1 Codec SDK"