Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dosbox/
Date: Wed, 24 Aug 2016 19:08:03
Message-Id: 1472065666.0fbcccb7f4715e4f00aac2f0e8fcb937792ca762.np-hardass@gentoo
1 commit: 0fbcccb7f4715e4f00aac2f0e8fcb937792ca762
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 19:58:10 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 19:07:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbcccb7
7
8 games-emulation/dosbox: Update 9999 for EAPI=6 changes in svn eclass, #591642
9
10 Package-Manager: portage-2.3.0
11
12 games-emulation/dosbox/dosbox-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild
16 index 97c581f..d362814 100644
17 --- a/games-emulation/dosbox/dosbox-9999.ebuild
18 +++ b/games-emulation/dosbox/dosbox-9999.ebuild
19 @@ -34,11 +34,10 @@ if [[ ${PV} = 9999 ]]; then
20 S=${WORKDIR}/${PN}
21 fi
22
23 +PATCHES=( "${FILESDIR}/${PN}-0.74-gcc46.patch" )
24 +
25 src_prepare() {
26 default
27 - if [[ ${PV} = 9999 ]]; then
28 - subversion_src_prepare
29 - fi
30 eautoreconf
31 }