diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-03-07 16:17:17 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-03-07 16:17:17 +0000 |
commit | 58fd03a962bce3c98e8822f56ca547da98ca9c56 (patch) | |
tree | 8b820f7ed90453aae90edf3e1064a40d20bdb88a /media-tv/mythtv | |
parent | Don't compile translations without USE='nls' (diff) | |
download | gentoo-2-58fd03a962bce3c98e8822f56ca547da98ca9c56.tar.gz gentoo-2-58fd03a962bce3c98e8822f56ca547da98ca9c56.tar.bz2 gentoo-2-58fd03a962bce3c98e8822f56ca547da98ca9c56.zip |
Stop inheriting deprecated qt4.eclass, it was unused anyway.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.24.1_p20110524.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index ef0d42dddb0d..bb46fe0008fe 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/mythtv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.337 2012/03/07 13:37:29 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.338 2012/03/07 16:17:17 pesa Exp $ + + 07 Mar 2012; Davide Pesavento <pesa@gentoo.org> + mythtv-0.24.1_p20110524.ebuild: + Stop inheriting deprecated qt4.eclass, it was unused anyway. 07 Mar 2012; Davide Pesavento <pesa@gentoo.org> mythtv-0.23.1_p27077.ebuild: Latest qt-webkit no longer has a dbus USE flag, thus drop the USE dependency. diff --git a/media-tv/mythtv/mythtv-0.24.1_p20110524.ebuild b/media-tv/mythtv/mythtv-0.24.1_p20110524.ebuild index ca5ab80f5e80..74c116fd6df1 100644 --- a/media-tv/mythtv/mythtv-0.24.1_p20110524.ebuild +++ b/media-tv/mythtv/mythtv-0.24.1_p20110524.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.24.1_p20110524.ebuild,v 1.2 2012/02/15 18:23:39 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.24.1_p20110524.ebuild,v 1.3 2012/03/07 16:17:17 pesa Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ MYTHTV_BRANCH="fixes/0.24" MYTHTV_REV="347cd2477ad82a7aa75ebe7c686db77465f415dc" MYTHTV_SREV="347cd24" -inherit flag-o-matic multilib eutils qt4 toolchain-funcs python linux-info versionator +inherit flag-o-matic multilib eutils toolchain-funcs python linux-info versionator DESCRIPTION="Homebrew PVR project" SLOT="0" @@ -251,7 +251,6 @@ src_configure() { } src_compile() { -# eqmake4 mythtv.pro -o "Makefile" || die "eqmake4 failed" emake || die "emake failed" } |