Changed epatch to eapply.
This commit is contained in:
parent
fad2701673
commit
6cd5c01c2d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cargo git-r3 eutils
|
inherit cargo git-r3
|
||||||
|
|
||||||
DESCRIPTION="Utility to control attach/detach of clipboard on Surface Book devices."
|
DESCRIPTION="Utility to control attach/detach of clipboard on Surface Book devices."
|
||||||
HOMEPAGE="https://github.com/linux-surface/linux-surface"
|
HOMEPAGE="https://github.com/linux-surface/linux-surface"
|
||||||
|
@ -20,7 +20,7 @@ EGIT_REPO_URI="https://github.com/linux-surface/surface-dtx-daemon"
|
||||||
S="${WORKDIR}/surface-dtx-daemon-9999"
|
S="${WORKDIR}/surface-dtx-daemon-9999"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
epatch "${FILESDIR}/cargo.patch"
|
eapply "${FILESDIR}/cargo.patch"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue