From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30F6A138330 for ; Wed, 24 Aug 2016 19:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 072EE21C0AB; Wed, 24 Aug 2016 19:08:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 707C721C0AB for ; Wed, 24 Aug 2016 19:08:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C4DF340997 for ; Wed, 24 Aug 2016 19:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B10862453 for ; Wed, 24 Aug 2016 19:07:58 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1472065666.0fbcccb7f4715e4f00aac2f0e8fcb937792ca762.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dosbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dosbox/dosbox-9999.ebuild X-VCS-Directories: games-emulation/dosbox/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 0fbcccb7f4715e4f00aac2f0e8fcb937792ca762 X-VCS-Branch: master Date: Wed, 24 Aug 2016 19:07:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d968dc3e-4007-466e-8f89-7f00d49e24b8 X-Archives-Hash: 21033b60090096cd640d81766b6637b7 commit: 0fbcccb7f4715e4f00aac2f0e8fcb937792ca762 Author: NP-Hardass gentoo org> AuthorDate: Tue Aug 23 19:58:10 2016 +0000 Commit: NP Hardass gentoo 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 }