Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/
Date: Tue, 31 May 2022 07:10:35
Message-Id: 1653981029.a40c5e74b58facdcdabbca29e6c29a0ab2e8fa3f.ago@gentoo
1 commit: a40c5e74b58facdcdabbca29e6c29a0ab2e8fa3f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:10:29 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:10:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40c5e74
7
8 net-misc/ntpsec: arm64 stable wrt bug #848591
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="arm64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-misc/ntpsec/ntpsec-1.2.1-r3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/ntpsec/ntpsec-1.2.1-r3.ebuild b/net-misc/ntpsec/ntpsec-1.2.1-r3.ebuild
18 index 22f12382a017..93bcb0332fab 100644
19 --- a/net-misc/ntpsec/ntpsec-1.2.1-r3.ebuild
20 +++ b/net-misc/ntpsec/ntpsec-1.2.1-r3.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
22 EGIT_REPO_URI="https://gitlab.com/NTPsec/ntpsec.git"
23 else
24 SRC_URI="ftp://ftp.ntpsec.org/pub/releases/${P}.tar.gz"
25 - KEYWORDS="amd64 arm ~arm64 ~riscv ~x86"
26 + KEYWORDS="amd64 arm arm64 ~riscv ~x86"
27 fi
28
29 DESCRIPTION="The NTP reference implementation, refactored"