diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-22 19:29:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-22 19:29:00 +0000 |
commit | 5084467c2c448669f1dac5f115640e9cf6d6b582 (patch) | |
tree | 723c46499aa442eda64cf5cc06c311e5bff401b7 /games-emulation/higan | |
parent | use qmake-utils for moc (bug #544112) (diff) | |
download | gentoo-2-5084467c2c448669f1dac5f115640e9cf6d6b582.tar.gz gentoo-2-5084467c2c448669f1dac5f115640e9cf6d6b582.tar.bz2 gentoo-2-5084467c2c448669f1dac5f115640e9cf6d6b582.zip |
use qmake-utils for moc (bug #544112)
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/higan')
-rw-r--r-- | games-emulation/higan/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/higan/higan-094.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-emulation/higan/ChangeLog b/games-emulation/higan/ChangeLog index 9c4787917ea7..6f8f4d728ab4 100644 --- a/games-emulation/higan/ChangeLog +++ b/games-emulation/higan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/higan # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/higan/ChangeLog,v 1.8 2015/02/19 01:41:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/higan/ChangeLog,v 1.9 2015/03/22 19:29:00 mr_bones_ Exp $ + + 22 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> higan-094.ebuild: + use qmake-utils for moc (bug #544112) 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -files/higan-092-QA.patch, -higan-092.ebuild: diff --git a/games-emulation/higan/higan-094.ebuild b/games-emulation/higan/higan-094.ebuild index 9a2447d34182..6985a54798c3 100644 --- a/games-emulation/higan/higan-094.ebuild +++ b/games-emulation/higan/higan-094.ebuild @@ -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-emulation/higan/higan-094.ebuild,v 1.3 2015/02/10 10:07:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/higan/higan-094.ebuild,v 1.4 2015/03/22 19:29:00 mr_bones_ Exp $ EAPI=5 -inherit eutils gnome2-utils toolchain-funcs games +inherit eutils gnome2-utils toolchain-funcs qmake-utils games MY_P=${PN}_v${PV}-source @@ -73,7 +73,7 @@ src_prepare() { # 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 for i in profile_accuracy profile_balanced profile_performance ; do |