--- /usr/portage/games-emulation/qmamecat/qmamecat-0.44.45.ebuild 2004-02-10 19:33:39.209549480 +0100 +++ /usr/local/portage/games-emulation/qmamecat/qmamecat-0.44.45.ebuild 2004-02-10 19:33:57.760729272 +0100 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/games-emulation/qmamecat/qmamecat-0.44.45.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ +inherit kde + MY_PV="${PV/45/b45}" DESCRIPTION="QT mame catalog and frontend" HOMEPAGE="http://www.mameworld.net/mamecat/" @@ -18,6 +20,9 @@ S=${WORKDIR}/${PN} src_compile() { + # See bug #41006 + kde_src_compile none + # emake is horribly broken make COPTIM="${CFLAGS}" || die }