diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 13:28:16 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 13:28:16 +0000 |
commit | 0e5c4c013ea5374a6281143cc168bed1b5914833 (patch) | |
tree | 0ca70ef269daf6c82af92a50e7fdfb4035f996fd /media-tv/mythtv | |
parent | masking ssh2 until keywords exist in net-libs/libssh2 (diff) | |
download | gentoo-2-0e5c4c013ea5374a6281143cc168bed1b5914833.tar.gz gentoo-2-0e5c4c013ea5374a6281143cc168bed1b5914833.tar.bz2 gentoo-2-0e5c4c013ea5374a6281143cc168bed1b5914833.zip |
remove qt3 section
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/mythtv-0.22_alpha16870.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild b/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild index 643d02515fdc..57d4d3803b23 100644 --- a/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild +++ b/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.1 2008/04/01 04:02:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.2 2008/04/01 13:28:16 cardoe Exp $ EAPI=1 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -61,14 +61,6 @@ MYTHTV_GROUPS="video,audio,tty,uucp" pkg_setup() { - if ! built_with_use -a =x11-libs/qt-3* mysql opengl ; then - echo - eerror "MythTV requires Qt to be built with mysql and opengl use flags enabled." - eerror "Please re-emerge =x11-libs/qt-3*, after having the use flags set." - echo - die "Please fix the above issues, before continuing." - fi - if ! built_with_use -a =x11-libs/qt-4* gif jpeg mysql opengl png tiff; then echo eerror "MythTV requires Qt to be built with gif, jpeg, mysql, opengl," |