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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user