mr_bones_ 15/03/22 19:28:10 Modified: higan-purify-03.ebuild ChangeLog Log: use qmake-utils for moc (bug #544112) (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-util/higan-purify/higan-purify-03.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild?r1=1.5&r2=1.6 Index: higan-purify-03.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- higan-purify-03.ebuild 25 Feb 2015 15:53:21 -0000 1.5 +++ higan-purify-03.ebuild 22 Mar 2015 19:28:10 -0000 1.6 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild,v 1.5 2015/02/25 15:53:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild,v 1.6 2015/03/22 19:28:10 mr_bones_ Exp $ EAPI=5 -inherit eutils multilib toolchain-funcs +inherit eutils multilib toolchain-funcs qmake-utils MY_P=purify_v${PV}-source @@ -45,7 +45,7 @@ # regenerate .moc if needed if use qt4; then cd phoenix/qt || die - moc -i -I. -o platform.moc platform.moc.hpp || die + "$(qt4_get_bindir)"/moc -i -I. -o platform.moc platform.moc.hpp || die fi } 1.8 games-util/higan-purify/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/higan-purify/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 25 Feb 2015 15:53:21 -0000 1.7 +++ ChangeLog 22 Mar 2015 19:28:10 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for games-util/higan-purify # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/higan-purify/ChangeLog,v 1.7 2015/02/25 15:53:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/higan-purify/ChangeLog,v 1.8 2015/03/22 19:28:10 mr_bones_ Exp $ + + 22 Mar 2015; Michael Sterrett <[email protected]> higan-purify-03.ebuild: + use qmake-utils for moc (bug #544112) 25 Feb 2015; Agostino Sarubbo <[email protected]> higan-purify-03.ebuild: Stable for x86, wrt bug #540240
