summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-10 18:09:59 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-10 18:09:59 +0000
commit37bb129a103c362dc2d90e5f79b3c6ecb0c14e31 (patch)
treedde08f3b8d266ff1affcb9bf14295eb294dca7df /media-plugins
parentVersion bump (diff)
downloadhistorical-37bb129a103c362dc2d90e5f79b3c6ecb0c14e31.tar.gz
historical-37bb129a103c362dc2d90e5f79b3c6ecb0c14e31.tar.bz2
historical-37bb129a103c362dc2d90e5f79b3c6ecb0c14e31.zip
Minor fix
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythbrowser/mythbrowser-0.16.ebuild4
-rw-r--r--media-plugins/mythgallery/mythgallery-0.16.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/mythbrowser/mythbrowser-0.16.ebuild b/media-plugins/mythbrowser/mythbrowser-0.16.ebuild
index 99311e194458..29338fa5722e 100644
--- a/media-plugins/mythbrowser/mythbrowser-0.16.ebuild
+++ b/media-plugins/mythbrowser/mythbrowser-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.16.ebuild,v 1.2 2004/09/10 18:04:31 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.16.ebuild,v 1.3 2004/09/10 18:09:20 aliz Exp $
inherit myth
@@ -14,7 +14,7 @@ KEYWORDS="~x86 ~amd64"
DEPEND=">=sys-apps/sed-4
>=kde-base/kdelibs-3.1
- || ( =media-tv/mythtv-${PV}* =media-tv/mythfrontend-${PV}* )"
+ || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
setup_pro() {
echo "INCLUDEPATH += ${KDEDIR}/include" >> settings.pro
diff --git a/media-plugins/mythgallery/mythgallery-0.16.ebuild b/media-plugins/mythgallery/mythgallery-0.16.ebuild
index 335e3c08d6de..9bb339936187 100644
--- a/media-plugins/mythgallery/mythgallery-0.16.ebuild
+++ b/media-plugins/mythgallery/mythgallery-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.16.ebuild,v 1.1 2004/09/10 18:06:01 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.16.ebuild,v 1.2 2004/09/10 18:09:59 aliz Exp $
inherit myth
@@ -16,7 +16,7 @@ IUSE="opengl debug nls"
DEPEND=">=sys-apps/sed-4
opengl? ( virtual/opengl )
media-libs/tiff
- || ( =media-tv/mythtv-${PV}* =media-tv/mythfrontend-${PV}* )"
+ || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
setup_pro() {
return 0