Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Sun, 30 Aug 2020 17:15:01
Message-Id: 1598807454.68cb880c42df5dfecaa9de7311fcff7b2a72a61f.whissi@gentoo
1 commit: 68cb880c42df5dfecaa9de7311fcff7b2a72a61f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 17:10:54 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 17:10:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cb880c
7
8 net-misc/chrony: x86 stable (bug #738154)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-misc/chrony/chrony-3.5.1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild
17 index f08fcf89f2e..c2d05567265 100644
18 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild
19 +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
21 inherit git-r3
22 else
23 SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz"
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
26 fi
27
28 LICENSE="GPL-2"