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/coin/
Date: Wed, 08 Dec 2021 03:33:13
Message-Id: 1638934367.e3189a605fc76289fdb78622c447c0e3aa082f1b.sam@gentoo
1 commit: e3189a605fc76289fdb78622c447c0e3aa082f1b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 03:32:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 03:32:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3189a60
7
8 media-libs/coin: Keyword 4.0.0 arm64, #806776
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/coin/coin-4.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/coin/coin-4.0.0.ebuild b/media-libs/coin/coin-4.0.0.ebuild
16 index c67bb1304313..90ef8396eb87 100644
17 --- a/media-libs/coin/coin-4.0.0.ebuild
18 +++ b/media-libs/coin/coin-4.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/coin3d/coin/wiki"
26 SRC_URI="https://github.com/coin3d/coin/releases/download/${MY_P}/${P}-src.tar.gz"
27
28 LICENSE="|| ( GPL-2 PEL )"
29 -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
31 SLOT="0"
32 IUSE="debug doc +exceptions javascript man openal qthelp test threads"
33 RESTRICT="!test? ( test )"