diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 18:09:59 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 18:09:59 +0000 |
commit | 07edc5e659b2a790a803548b8846dbdce91a43af (patch) | |
tree | 2b628c2cdf09c84260a67b9de3c0f3c112ea5eb4 /media-plugins/mythgallery | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-07edc5e659b2a790a803548b8846dbdce91a43af.tar.gz gentoo-2-07edc5e659b2a790a803548b8846dbdce91a43af.tar.bz2 gentoo-2-07edc5e659b2a790a803548b8846dbdce91a43af.zip |
Minor fix
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |