commit: 7a9bfb05e70781a6608dfa8a7aed0ca814eb7a84 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Tue Feb 16 14:38:43 2016 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Tue Feb 16 14:40:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9bfb05
games-emulation/lxdream: EAPI=5; fix underlinking (bug #369323) Package-Manager: portage-2.2.26 games-emulation/lxdream/lxdream-0.9.1-r2.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild index 4147ddf..aa25c24 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 }
