blob: f2c795d6e9c64f3fffc4f5967b13b747a9df63e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit flx-init-scripts
EGIT_BRANCH="4.2-flx0"
EGIT_COMMIT="v4.2.4p4-flx0.1"
KEYWORDS="amd64 x86"
RDEPEND=">=net-misc/ntp-${PV}"
PATCHES=(
"${FILESDIR}/${PV}-Fix-indent.patch"
"${FILESDIR}/${PV}-Remove-handling-ntptimeset.patch"
"${FILESDIR}/${PV}-Reuse-do_update.patch"
"${FILESDIR}/${PV}-ntpdate-should-be-present-in-usr-sbin.patch"
)
|