commit:     7653e2399e9c87c698d177520425c946578ec984
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 03:36:19 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 03:36:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7653e239

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-board/xmille/xmille-2.0-r2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-board/xmille/xmille-2.0-r2.ebuild 
b/games-board/xmille/xmille-2.0-r2.ebuild
index 5cabd02..138fd51 100644
--- a/games-board/xmille/xmille-2.0-r2.ebuild
+++ b/games-board/xmille/xmille-2.0-r2.ebuild
@@ -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

Reply via email to