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: Fri, 31 May 2019 06:49:49
Message-Id: 1559285376.2fbc16092105396efc2aacd6bd184a719d43a412.ago@gentoo
1 commit: 2fbc16092105396efc2aacd6bd184a719d43a412
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 06:49:36 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 06:49:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fbc1609
7
8 net-misc/ntpsec: amd64 stable wrt bug #682398
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 net-misc/ntpsec/ntpsec-1.1.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/ntpsec/ntpsec-1.1.3.ebuild b/net-misc/ntpsec/ntpsec-1.1.3.ebuild
18 index b227382f452..320a55e35a4 100644
19 --- a/net-misc/ntpsec/ntpsec-1.1.3.ebuild
20 +++ b/net-misc/ntpsec/ntpsec-1.1.3.ebuild
21 @@ -12,12 +12,12 @@ if [[ ${PV} == *9999* ]]; then
22 inherit git-r3
23 EGIT_REPO_URI="https://gitlab.com/NTPsec/ntpsec.git"
24 BDEPEND=""
25 - KEYWORDS=""
26 + KEYWORDS="amd64"
27 else
28 SRC_URI="ftp://ftp.ntpsec.org/pub/releases/${PN}-${PV}.tar.gz"
29 RESTRICT="mirror"
30 BDEPEND=""
31 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 + KEYWORDS="amd64 ~arm ~arm64 ~x86"
33 fi
34
35 DESCRIPTION="The NTP reference implementation, refactored"