1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 10:21:24 +02:00

Added missing eapply_user to fixed misc ebuild.

This commit is contained in:
2021-03-28 11:06:52 +02:00
parent 58d22250d6
commit e32df351ba
2 changed files with 2 additions and 1 deletions
@@ -13,4 +13,5 @@ src_prepare() {
if use slashed-zero; then
epatch "${FILESDIR}/slashed-zero.patch"
fi
eapply_user
}