diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2006-07-07 20:13:17 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2006-07-07 20:13:17 +0000 |
commit | 4a89317d773521ce20a2bc72bd970c947936c356 (patch) | |
tree | 11fa1c71a06d264300e2a941c89558de4df371af /media-tv | |
parent | Removed commons-logging.jar from init.d script, which can cause problems with... (diff) | |
download | gentoo-2-4a89317d773521ce20a2bc72bd970c947936c356.tar.gz gentoo-2-4a89317d773521ce20a2bc72bd970c947936c356.tar.bz2 gentoo-2-4a89317d773521ce20a2bc72bd970c947936c356.zip |
Added RDEPEND for new x11-drivers/nvidia-drivers or x11-drivers/nvidia-legacy-drivers.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/mythtv-0.19_p10281.ebuild | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-tv/mythtv/mythtv-0.19_p10281.ebuild b/media-tv/mythtv/mythtv-0.19_p10281.ebuild index 4c6765db265c..146d1564864c 100644 --- a/media-tv/mythtv/mythtv-0.19_p10281.ebuild +++ b/media-tv/mythtv/mythtv-0.19_p10281.ebuild @@ -1,6 +1,6 @@ # 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.19_p10281.ebuild,v 1.2 2006/06/23 23:57:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p10281.ebuild,v 1.3 2006/07/07 20:13:17 augustus Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -32,7 +32,9 @@ RDEPEND=">=media-libs/freetype-2.0 virtual/x11 ) xvmc? ( || ( x11-libs/libXvMC virtual/x11 ) - video_cards_nvidia? ( media-video/nvidia-glx ) + video_cards_nvidia? ( || ( media-video/nvidia-glx + x11-drivers/nvidia-drivers + x11-drivers/nvidia-legacy-drivers ) ) video_cards_via? ( || ( x11-drivers/xf86-video-via virtual/x11 ) ) video_cards_i810? ( || ( x11-drivers/xf86-video-i810 virtual/x11 ) ) ) @@ -101,7 +103,7 @@ pkg_setup() { echo rip=1 fi - + if use xvmc && ! ( use video_cards_i810 || use video_cards_nvidia || use video_cards_via ); then echo eerror "You enabled the XvMC USE flag but did not configure VIDEO_CARDS with either" diff --git a/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild b/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild index c1a3ea287a38..a9b94d8cdd40 100644 --- a/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild +++ b/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild @@ -1,6 +1,6 @@ # 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.19_p9163-r1.ebuild,v 1.11 2006/06/14 23:10:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19_p9163-r1.ebuild,v 1.12 2006/07/07 20:13:17 augustus Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -32,7 +32,9 @@ RDEPEND=">=media-libs/freetype-2.0 virtual/x11 ) xvmc? ( || ( x11-libs/libXvMC virtual/x11 ) - video_cards_nvidia? ( media-video/nvidia-glx ) + video_cards_nvidia? ( || ( media-video/nvidia-glx + x11-drivers/nvidia-drivers + x11-drivers/nvidia-legacy-drivers ) ) video_cards_via? ( || ( x11-drivers/xf86-video-via virtual/x11 ) ) video_cards_i810? ( || ( x11-drivers/xf86-video-i810 virtual/x11 ) ) ) |