aboutsummaryrefslogtreecommitdiffstats
path: root/www-apps/cgit/cgit-1.2.3-r4.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-07-03 15:32:00 +0200
committerWynn Wolf Arbor2020-07-03 15:34:25 +0200
commit4627497bb5a9fff46a5daad4898c2809944d5bd5 (patch)
treea5ee8a6225c02836bd371f4245712c116bc78226 /www-apps/cgit/cgit-1.2.3-r4.ebuild
parentea0a413d193d9bd2e1eec845f6fda8641cb2f659 (diff)
downloadpramantha-4627497bb5a9fff46a5daad4898c2809944d5bd5.tar.gz
www-apps/cgit: Split git-http-backend patch in two
Disabling cached clones can be a feature of its own, so split it out of the git-http-backend patch. This is cleaner in the long run. Package-Manager: Portage-2.3.99, Repoman-2.3.23
Diffstat (limited to 'www-apps/cgit/cgit-1.2.3-r4.ebuild')
-rw-r--r--www-apps/cgit/cgit-1.2.3-r4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apps/cgit/cgit-1.2.3-r4.ebuild b/www-apps/cgit/cgit-1.2.3-r4.ebuild
index 58030e6..7dae402 100644
--- a/www-apps/cgit/cgit-1.2.3-r4.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r4.ebuild
@@ -54,6 +54,7 @@ src_prepare() {
if ! use vanilla; then
PATCHES+=(
"${FILESDIR}/${P}-git-http-backend.patch"
+ "${FILESDIR}/${P}-disable-cached-clones.patch"
)
fi