blob: d4d2764a4b0527fb72e3fe01bc821abca487bd3c (
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="1.6-flx0"
EGIT_COMMIT="v1.6.11-flx0.1"
KEYWORDS="amd64 x86"
RDEPEND=">=app-admin/syslog-ng-${PV}"
PATCHES=(
"${FILESDIR}/${PN}-BJA-path.diff"
)
|