diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-01-09 13:19:38 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-01-09 13:19:38 +0000 |
commit | 476f70513c2511b1a3ba5c547e9713fa11eb2fc4 (patch) | |
tree | 857c32573a0a9baad70ff9aaa38fa745f4fa585b /media-tv/mythtv | |
parent | fix qmake call (diff) | |
download | gentoo-2-476f70513c2511b1a3ba5c547e9713fa11eb2fc4.tar.gz gentoo-2-476f70513c2511b1a3ba5c547e9713fa11eb2fc4.tar.bz2 gentoo-2-476f70513c2511b1a3ba5c547e9713fa11eb2fc4.zip |
fix qmake call to include QMAKE=... for qt3/qt4
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.18.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.18.1-r2.ebuild | 6 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.18.2_pre7882.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 6f2ded984b69..153042221bf5 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/mythtv -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.78 2005/12/26 09:15:30 cardoe Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.79 2006/01/09 13:19:38 caleb Exp $ + + 09 Jan 2006; Caleb Tennis <caleb@gentoo.org> mythtv-0.18.1-r1.ebuild, + mythtv-0.18.1-r2.ebuild, mythtv-0.18.2_pre7882.ebuild: + fix qmake call to include QMAKE=... *mythtv-0.18.2_pre7882 (26 Dec 2005) diff --git a/media-tv/mythtv/mythtv-0.18.1-r1.ebuild b/media-tv/mythtv/mythtv-0.18.1-r1.ebuild index 4cd7eec1e1dc..dfcc0de75808 100644 --- a/media-tv/mythtv/mythtv-0.18.1-r1.ebuild +++ b/media-tv/mythtv/mythtv-0.18.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.1-r1.ebuild,v 1.11 2005/09/06 15:02:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.1-r1.ebuild,v 1.12 2006/01/09 13:19:38 caleb Exp $ inherit flag-o-matic eutils debug @@ -152,7 +152,7 @@ src_compile() { CXXFLAGS="" econf ${myconf} || die "configure died" - ${QTDIR}/bin/qmake -o "Makefile" mythtv.pro || die "qmake failed" + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o "Makefile" mythtv.pro || die "qmake failed" emake || die "emake failed" } diff --git a/media-tv/mythtv/mythtv-0.18.1-r2.ebuild b/media-tv/mythtv/mythtv-0.18.1-r2.ebuild index b9bd8d66fcfd..5b20dc3708a0 100644 --- a/media-tv/mythtv/mythtv-0.18.1-r2.ebuild +++ b/media-tv/mythtv/mythtv-0.18.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.1-r2.ebuild,v 1.10 2005/09/06 15:02:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.1-r2.ebuild,v 1.11 2006/01/09 13:19:38 caleb Exp $ inherit flag-o-matic eutils debug @@ -158,7 +158,7 @@ src_compile() { CXXFLAGS="" econf ${myconf} || die "configure died" - ${QTDIR}/bin/qmake -o "Makefile" mythtv.pro || die "qmake failed" + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o "Makefile" mythtv.pro || die "qmake failed" emake || die "emake failed" } diff --git a/media-tv/mythtv/mythtv-0.18.2_pre7882.ebuild b/media-tv/mythtv/mythtv-0.18.2_pre7882.ebuild index 88e6cbae9409..261e5c5a6aea 100644 --- a/media-tv/mythtv/mythtv-0.18.2_pre7882.ebuild +++ b/media-tv/mythtv/mythtv-0.18.2_pre7882.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.2_pre7882.ebuild,v 1.1 2005/12/26 09:15:30 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.2_pre7882.ebuild,v 1.2 2006/01/09 13:19:38 caleb Exp $ inherit eutils qt3 flag-o-matic debug @@ -154,7 +154,7 @@ src_compile() { CXXFLAGS="" econf ${myconf} || die "configure died" - ${QTDIR}/bin/qmake -o "Makefile" mythtv.pro || die "qmake failed" + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o "Makefile" mythtv.pro || die "qmake failed" emake || die "emake failed" } |