Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/linuxptp/
Date: Thu, 04 Jun 2020 17:14:06
Message-Id: 1591290823.cdd848a7a5d8f943651f4c86b0ffc4909a79bf31.leio@gentoo
1 commit: cdd848a7a5d8f943651f4c86b0ffc4909a79bf31
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Wed Jun 3 19:26:06 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 17:13:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd848a7
7
8 net-misc/linuxptp: arm64 keyworded (bug #726626)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 net-misc/linuxptp/linuxptp-2.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/linuxptp/linuxptp-2.0.ebuild b/net-misc/linuxptp/linuxptp-2.0.ebuild
18 index 3d391a525a9..1f775563d4b 100644
19 --- a/net-misc/linuxptp/linuxptp-2.0.ebuild
20 +++ b/net-misc/linuxptp/linuxptp-2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="~amd64 ~arm64 ~x86"
33 IUSE=""
34
35 DEPEND=""