net-misc/chrony: Update live ebuild.
authorJeroen Roovers <jer@gentoo.org>
Sat, 2 Sep 2017 12:21:51 +0000 (14:21 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sat, 2 Sep 2017 12:21:51 +0000 (14:21 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

net-misc/chrony/chrony-9999.ebuild

index b34fade814f036542f7f8a807ef64e948c424ffd..1878efaf91d077fae9dcb0365d9be45e0219960d 100644 (file)
@@ -6,7 +6,7 @@ inherit eutils git-r3 systemd toolchain-funcs
 
 DESCRIPTION="NTP client and server programs"
 HOMEPAGE="https://chrony.tuxfamily.org/"
-EGIT_REPO_URI="git://git.tuxfamily.org/gitroot/chrony/chrony.git"
+EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git/"
 LICENSE="GPL-2"
 SLOT="0"
 
@@ -15,7 +15,6 @@ IUSE="caps +cmdmon ipv6 libedit +ntp +phc pps readline +refclock +rtc seccomp se
 REQUIRED_USE="
        ?? ( libedit readline )
 "
-
 CDEPEND="
        caps? ( sys-libs/libcap )
        libedit? ( dev-libs/libedit )
@@ -31,9 +30,7 @@ RDEPEND="
        ${CDEPEND}
        selinux? ( sec-policy/selinux-chronyd )
 "
-
 RESTRICT=test
-
 S="${WORKDIR}/${P/_/-}"
 
 src_prepare() {