summaryrefslogtreecommitdiff
path: root/flx/init-nagios/init-nagios-2.5.ebuild
blob: 5bcb9fa17a14903db8520fc41368c359102a2a41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit flx-init-scripts

EGIT_BRANCH="2.5-flx0"
EGIT_COMMIT="v2.5-flx0.1"

KEYWORDS="amd64 x86"
RDEPEND=">=net-analyzer/nagios-${PV}"

PATCHES=(
	"${FILESDIR}/${PN}-BJA-path.diff"
)