Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Sat, 02 Sep 2017 12:22:07
Message-Id: 1504354911.d8074764857ef0c388af2160897ca80dcca34444.jer@gentoo
1 commit: d8074764857ef0c388af2160897ca80dcca34444
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 12:21:51 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 12:21:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8074764
7
8 net-misc/chrony: Update live ebuild.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-misc/chrony/chrony-9999.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
16 index b34fade814f..1878efaf91d 100644
17 --- a/net-misc/chrony/chrony-9999.ebuild
18 +++ b/net-misc/chrony/chrony-9999.ebuild
19 @@ -6,7 +6,7 @@ inherit eutils git-r3 systemd toolchain-funcs
20
21 DESCRIPTION="NTP client and server programs"
22 HOMEPAGE="https://chrony.tuxfamily.org/"
23 -EGIT_REPO_URI="git://git.tuxfamily.org/gitroot/chrony/chrony.git"
24 +EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git/"
25 LICENSE="GPL-2"
26 SLOT="0"
27
28 @@ -15,7 +15,6 @@ IUSE="caps +cmdmon ipv6 libedit +ntp +phc pps readline +refclock +rtc seccomp se
29 REQUIRED_USE="
30 ?? ( libedit readline )
31 "
32 -
33 CDEPEND="
34 caps? ( sys-libs/libcap )
35 libedit? ( dev-libs/libedit )
36 @@ -31,9 +30,7 @@ RDEPEND="
37 ${CDEPEND}
38 selinux? ( sec-policy/selinux-chronyd )
39 "
40 -
41 RESTRICT=test
42 -
43 S="${WORKDIR}/${P/_/-}"
44
45 src_prepare() {