commit: 0fbcccb7f4715e4f00aac2f0e8fcb937792ca762
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 19:58:10 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 19:07:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbcccb7
games-emulation/dosbox: Update 9999 for EAPI=6 changes in svn eclass, #591642
Package-Manager: portage-2.3.0
games-emulation/dosbox/dosbox-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/games-emulation/dosbox/dosbox-9999.ebuild
b/games-emulation/dosbox/dosbox-9999.ebuild
index 97c581f..d362814 100644
--- a/games-emulation/dosbox/dosbox-9999.ebuild
+++ b/games-emulation/dosbox/dosbox-9999.ebuild
@@ -34,11 +34,10 @@ if [[ ${PV} = 9999 ]]; then
S=${WORKDIR}/${PN}
fi
+PATCHES=( "${FILESDIR}/${PN}-0.74-gcc46.patch" )
+
src_prepare() {
default
- if [[ ${PV} = 9999 ]]; then
- subversion_src_prepare
- fi
eautoreconf
}