diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-02 14:21:51 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-02 14:21:51 +0200 |
commit | d8074764857ef0c388af2160897ca80dcca34444 (patch) | |
tree | d49858c166c41c79b7375c52be53ed9c993c2241 /net-misc/chrony | |
parent | net-misc/chrony: Version bump. (diff) | |
download | gentoo-d8074764857ef0c388af2160897ca80dcca34444.tar.gz gentoo-d8074764857ef0c388af2160897ca80dcca34444.tar.bz2 gentoo-d8074764857ef0c388af2160897ca80dcca34444.zip |
net-misc/chrony: Update live ebuild.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index b34fade814f0..1878efaf91d0 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -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() { |