Skip to content

Commit

Permalink
use epatch to apply patch
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Nov 22, 2015
1 parent 84cdfc9 commit 7653e23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion games-board/xmille/xmille-2.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ DEPEND="${RDEPEND}

S=${WORKDIR}/${P}.orig

PATCHES=( "${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff )
src_prepare() {
epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff

}

src_configure() {
xmkmf || die
Expand Down

0 comments on commit 7653e23

Please sign in to comment.