diff options
author | Max Kalika <max@gentoo.org> | 2003-08-08 05:15:29 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-08-08 05:15:29 +0000 |
commit | c19e5c6e85b6f647a2a003e059e330b093bcb420 (patch) | |
tree | 7cebe918bb8d081638eaabde6bd310ef1707b567 /media-plugins/mythweather/mythweather-0.10.ebuild | |
parent | security update (diff) | |
download | gentoo-2-c19e5c6e85b6f647a2a003e059e330b093bcb420.tar.gz gentoo-2-c19e5c6e85b6f647a2a003e059e330b093bcb420.tar.bz2 gentoo-2-c19e5c6e85b6f647a2a003e059e330b093bcb420.zip |
Depend on either mythtv or mythfrontend.
Diffstat (limited to 'media-plugins/mythweather/mythweather-0.10.ebuild')
-rw-r--r-- | media-plugins/mythweather/mythweather-0.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/mythweather/mythweather-0.10.ebuild b/media-plugins/mythweather/mythweather-0.10.ebuild index 7f0ec791b08e..ea98065b87cc 100644 --- a/media-plugins/mythweather/mythweather-0.10.ebuild +++ b/media-plugins/mythweather/mythweather-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.10.ebuild,v 1.2 2003/08/07 04:03:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.10.ebuild,v 1.3 2003/08/08 05:15:27 max Exp $ inherit flag-o-matic @@ -12,8 +12,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND=">=media-tv/mythtv-${PV} - >=sys-apps/sed-4" +DEPEND=">=sys-apps/sed-4 + || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" src_unpack() { unpack ${A} |