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: Mon, 31 May 2021 06:03:32
Message-Id: 1622440961.2fde5b444d499884c23ea54c803accaea5b91c04.ago@gentoo
1 commit: 2fde5b444d499884c23ea54c803accaea5b91c04
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 06:02:41 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 06:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fde5b44
7
8 net-misc/ntpsec: amd64 stable wrt bug #792945
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild b/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild
18 index 862e63a17f2..1032524529c 100644
19 --- a/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild
20 +++ b/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
22 else
23 SRC_URI="ftp://ftp.ntpsec.org/pub/releases/${PN}-${PV}.tar.gz"
24 RESTRICT="mirror"
25 - KEYWORDS="~amd64 arm ~arm64 ~x86"
26 + KEYWORDS="amd64 arm ~arm64 ~x86"
27 fi
28
29 DESCRIPTION="The NTP reference implementation, refactored"