From 12bb627384ddfd47382b9f1b6464481a58d01ebb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Aug 2018 20:19:23 +0100 Subject: gentoo resync : 29.08.2018 --- games-emulation/dosbox/dosbox-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'games-emulation/dosbox/dosbox-9999.ebuild') diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild index bceaab9e8150..786b1f786887 100644 --- a/games-emulation/dosbox/dosbox-9999.ebuild +++ b/games-emulation/dosbox/dosbox-9999.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit autotools desktop flag-o-matic + GLIDE_PATCH=841e1071597b64ead14dd08c25a03206b2d1d1b6 SRC_URI="glide? ( https://raw.githubusercontent.com/voyageur/openglide/${GLIDE_PATCH}/platform/dosbox/dosbox_glide.diff -> dosbox_glide-${GLIDE_PATCH}.diff )" @@ -14,8 +16,6 @@ else KEYWORDS="~amd64 ~arm ~ppc64 ~x86" fi -inherit autotools eutils flag-o-matic - DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" @@ -37,7 +37,9 @@ if [[ ${PV} = 9999 ]]; then S=${WORKDIR}/${PN} fi -PATCHES=( "${FILESDIR}/${PN}-0.74-gcc46.patch" ) +PATCHES=( + "${FILESDIR}"/${PN}-0.74-gcc46.patch +) src_prepare() { use glide && eapply "${DISTDIR}"/dosbox_glide-${GLIDE_PATCH}.diff -- cgit v1.2.3