blob: 8735cea4e8826e0bb7e38560d606dc049ff7d415 (
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="0-flx0"
EGIT_COMMIT="v0.85-flx0.2"
KEYWORDS="amd64 x86"
RDEPEND=">=net-proxy/havp-${PV}"
PATCHES=(
"${FILESDIR}/${PV}-Don-t-use-deprecated-tail-call-POSIX-1003.2-1992.patch"
)
|