Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Tue, 14 Feb 2017 16:49:51
Message-Id: 1487090978.57f9d8c798ad43477d745efeab6841a3f7d651f7.xmw@gentoo
1 commit: 57f9d8c798ad43477d745efeab6841a3f7d651f7
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 16:44:25 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 16:49:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f9d8c7
7
8 net-misc/chrony: Add ~ppc keyword (bug 590274).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-misc/chrony/chrony-2.4.1.ebuild | 2 +-
13 net-misc/chrony/chrony-3.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/chrony/chrony-2.4.1.ebuild b/net-misc/chrony/chrony-2.4.1.ebuild
17 index 8eb2faada4..583f371ea7 100644
18 --- a/net-misc/chrony/chrony-2.4.1.ebuild
19 +++ b/net-misc/chrony/chrony-2.4.1.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz"
21 LICENSE="GPL-2"
22 SLOT="0"
23
24 -KEYWORDS="alpha ~amd64 hppa ppc64"
25 +KEYWORDS="alpha ~amd64 hppa ~ppc ppc64"
26 IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc selinux +adns"
27 REQUIRED_USE="
28 ?? ( libedit readline )
29
30 diff --git a/net-misc/chrony/chrony-3.1.ebuild b/net-misc/chrony/chrony-3.1.ebuild
31 index d34419a76f..74e63c658e 100644
32 --- a/net-misc/chrony/chrony-3.1.ebuild
33 +++ b/net-misc/chrony/chrony-3.1.ebuild
34 @@ -11,7 +11,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz"
35 LICENSE="GPL-2"
36 SLOT="0"
37
38 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64"
39 +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64"
40 IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc selinux +adns"
41 REQUIRED_USE="
42 ?? ( libedit readline )