summaryrefslogtreecommitdiff
path: root/flx/init-squid/init-squid-2.6.ebuild
blob: 444d4ad6379d0ce1cea7efb5196f625f4ab7566f (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.6-flx0"
EGIT_COMMIT="v2.6.STABLE13-flx0.1"

KEYWORDS="amd64 x86"
RDEPEND=">=net-proxy/squid-${PV}"

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