summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-06-03 14:20:56 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-06-03 14:20:56 +0000
commit07d6ebc77cb4ad45bf9376c174233fb6731e055c (patch)
tree81193e481d25da2aab578ecd0b07e2b978be1a03 /media-tv
parentamd64 stable, sec bug 223965 (diff)
downloadgentoo-2-07d6ebc77cb4ad45bf9376c174233fb6731e055c.tar.gz
gentoo-2-07d6ebc77cb4ad45bf9376c174233fb6731e055c.tar.bz2
gentoo-2-07d6ebc77cb4ad45bf9376c174233fb6731e055c.zip
change XvMC elog message. bug #224723
(Portage version: 2.1.5.3)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/ChangeLog5
-rw-r--r--media-tv/mythtv/mythtv-0.21_p17435.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 79fe8e2ff746..fcc5b9cd1187 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.242 2008/06/03 03:22:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.243 2008/06/03 14:20:56 cardoe Exp $
+
+ 03 Jun 2008; Doug Goldstein <cardoe@gentoo.org> mythtv-0.21_p17435.ebuild:
+ change XvMC elog message. bug #224723
03 Jun 2008; Jeroen Roovers <jer@gentoo.org> mythtv-0.21_p17435.ebuild:
Fix syntax error (bug #224699).
diff --git a/media-tv/mythtv/mythtv-0.21_p17435.ebuild b/media-tv/mythtv/mythtv-0.21_p17435.ebuild
index 32b19beeddb5..68428326ac02 100644
--- a/media-tv/mythtv/mythtv-0.21_p17435.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_p17435.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.21_p17435.ebuild,v 1.3 2008/06/03 03:22:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild,v 1.4 2008/06/03 14:20:56 cardoe Exp $
EAPI=1
inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils
@@ -277,8 +277,7 @@ pkg_postinst() {
ewarn "Your recordings folder must be owned by the user 'mythtv' now"
ewarn "chown -R mythtv /path/to/store"
- if use xvmc && [ ! -f /etc/X11/XvMCConfig ] || \
- [ -z `cat /etc/X11/XvMCConfig` ]; then
+ if use xvmc && [[ ! -s /etc/X11/XvMCConfig ]]; then
ewarn
ewarn "No XvMC implementation has been selected yet"
ewarn "Use 'eselect xvmc list' for a list of available choices"