1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-18 01:23:37 +01:00

Don't use epatch for eapi 8 on wmaker ebuild

This commit is contained in:
2023-03-12 12:04:08 +01:00
parent 921c332ae9
commit 0e52fc0e1e
2 changed files with 4 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ src_unpack() {
git-r3_src_unpack
}
PATCHES=( )
src_prepare() {
# Add info about commit in About window
local git_revision=$(git log --pretty=format:'%h' -n 1)
@@ -59,7 +61,7 @@ src_prepare() {
done
if use term; then
epatch "${FILESDIR}"/wmaker-ignore-max-for-terminals.patch
PATCHES+=( "${FILESDIR}/wmaker-ignore-max-for-terminals.patch" )
fi
default