summaryrefslogtreecommitdiff
path: root/flx/init-openvpn/init-openvpn-2.0.9.ebuild
blob: bd6e960404b8c809f2969d3925e7500b3ebf4311 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.0-flx0"
EGIT_COMMIT="v${PV}-flx0.1"

KEYWORDS="amd64 x86"
RDEPEND=">=net-vpn/openvpn-${PV}"

PATCHES=(
	"${FILESDIR}/${PV}-CLEAN-Delete-leading-whitespaces.patch"
	"${FILESDIR}/${PV}-BASH4-Bash-4-array-prefixing-is-var-not-var.patch"
)