diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild index 4147ddf51d7c3..aa25c24c70af6 100644 --- a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild +++ b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 -inherit eutils games +EAPI=5 +inherit eutils flag-o-matic games DESCRIPTION="An emulator for the Sega Dreamcast system" HOMEPAGE="http://www.lxdream.org/" @@ -35,13 +35,14 @@ src_prepare() { -e '/Encoding/d' \ -e '/FilePattern/d' \ -e '/Categories/s|$|;|' \ - ${PN}.desktop || die "sed failed" + ${PN}.desktop || die # Do not override user-specified CFLAGS sed -i \ -e s/'CFLAGS=\"-g -fexceptions\"'/'CFLAGS=\"${CFLAGS} -g -fexceptions\"'/ \ -e '/CCOPT/d' \ -e '/OBJCOPT/d' \ - configure || die "sed failed" + configure || die + append-libs -lX11 -lm } src_configure() { @@ -57,7 +58,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install - dodoc ChangeLog NEWS README + default prepgamesdirs }