diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-23 15:58:10 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-24 15:07:46 -0400 |
commit | 0fbcccb7f4715e4f00aac2f0e8fcb937792ca762 (patch) | |
tree | c1ca7ca3b5758609518f29f718b091657c1f9eaa /games-emulation/dosbox | |
parent | net-misc/tor: version bump to 0.2.8.7 and 0.2.9.2_alpha (diff) | |
download | gentoo-0fbcccb7f4715e4f00aac2f0e8fcb937792ca762.tar.gz gentoo-0fbcccb7f4715e4f00aac2f0e8fcb937792ca762.tar.bz2 gentoo-0fbcccb7f4715e4f00aac2f0e8fcb937792ca762.zip |
games-emulation/dosbox: Update 9999 for EAPI=6 changes in svn eclass, #591642
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/dosbox-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild index 97c581f2f198..d3628149d91c 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 } |