commit: 603bd1a46d6b45c8efdf74618dece9620b467424
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 22:59:57 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 23:01:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603bd1a4
app-emulation/xtrs: Apply user patches in ${S}.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-emulation/xtrs/xtrs-4.9d-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/xtrs/xtrs-4.9d-r4.ebuild
b/app-emulation/xtrs/xtrs-4.9d-r4.ebuild
index db3ec18..c026fe6 100644
--- a/app-emulation/xtrs/xtrs-4.9d-r4.ebuild
+++ b/app-emulation/xtrs/xtrs-4.9d-r4.ebuild
@@ -28,12 +28,12 @@ DEPEND="${RDEPEND}
src_prepare() {
sed -i -e 's/$(CC) -o/$(CC) $(LDFLAGS) -o/' Makefile || die
+ eapply_user
if use ls-dos; then
cd "${WORKDIR}" || die
xdelta3 -d -s ld4-631.dsk "${DISTDIR}"/ld4-631l.xd3 out.dsk ||
die
mv out.dsk ld4-631.dsk || die
fi
- eapply_user
}
src_compile() {