diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-02-11 16:08:23 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-02-11 16:08:23 +0000 |
commit | d1c473a605fb5ca492d71c73d2b088f3aa74ce8f (patch) | |
tree | 737229257c952195d1421b3dd0b7c4178dfcadd0 /media-tv | |
parent | removing ksvgplugin, moved to ksvg (diff) | |
download | historical-d1c473a605fb5ca492d71c73d2b088f3aa74ce8f.tar.gz historical-d1c473a605fb5ca492d71c73d2b088f3aa74ce8f.tar.bz2 historical-d1c473a605fb5ca492d71c73d2b088f3aa74ce8f.zip |
small fix
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/mythtv/Manifest | 10 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.17.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 535b907edf70..b8c70465d705 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,9 @@ # 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.42 2005/02/11 06:57:29 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.43 2005/02/11 16:08:23 cardoe Exp $ + + 11 Feb 2005; Doug Goldstein <cardoe@gentoo.org> mythtv-0.17.ebuild: + small fix *mythtv-0.17 (11 Feb 2005) diff --git a/media-tv/mythtv/Manifest b/media-tv/mythtv/Manifest index 1036b9384568..2733e1f0ee6c 100644 --- a/media-tv/mythtv/Manifest +++ b/media-tv/mythtv/Manifest @@ -1,10 +1,10 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 f1a29ba8987dd615acbb110ef9fef3a6 mythtv-0.17.ebuild 5928 +MD5 0ccc1c3ba39f5d51cd1382c0a24d8c6f mythtv-0.17.ebuild 5937 MD5 f5e313e37938a6988e60395716056801 mythtv-0.16.ebuild 5794 MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 -MD5 d0db8be4fe18d045372d1854da03c68b ChangeLog 8711 +MD5 328db34683c99e4c1e73a792c524e938 ChangeLog 8794 MD5 42fa0fc7989526cab3de95cd34b7b931 files/mythbackend.rc6 1680 MD5 b3a4780890d53640604812b8069a8297 files/mythfilldatabase.cron 74 MD5 f61ed76cd0d4dab547459acb1ee99882 files/mythbackend.conf 902 @@ -14,7 +14,7 @@ MD5 8d46f5508de5d412db9e4a757db00e26 files/mythtv-0.16-cx88.patch 674 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCDFdk5+pdB4IBr0URAv4yAJ41HOPcL/8SJVCsEg3ZivVmuflOSwCdHfyF -SeOD4xVZuKDlZfxnt67od+I= -=l4D0 +iD8DBQFCDNh+5+pdB4IBr0URApoVAKCmNfnKqMCu0fX+ilXvOfTXVGGy1wCfWTS1 +f9NDu+aZx9yM2PEV9yeufag= +=nXAP -----END PGP SIGNATURE----- diff --git a/media-tv/mythtv/mythtv-0.17.ebuild b/media-tv/mythtv/mythtv-0.17.ebuild index 6514fec43e05..8de6c84169ff 100644 --- a/media-tv/mythtv/mythtv-0.17.ebuild +++ b/media-tv/mythtv/mythtv-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.17.ebuild,v 1.1 2005/02/11 06:57:29 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.17.ebuild,v 1.2 2005/02/11 16:08:23 cardoe Exp $ inherit myth flag-o-matic eutils @@ -32,7 +32,7 @@ RDEPEND="${DEPEND} pkg_setup() { - local qt_use="$(</var/db/pkg/`best_version qt`/USE)" + local qt_use="$(</var/db/pkg/`best_version x11-libs/qt`/USE)" if ! has mysql ${qt_use} ; then eerror "Qt is missing MySQL support. Please add" eerror "'mysql' to your USE flags, and re-emerge Qt." |