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 | fbe958aece5259f08cdb80ef65f02c56973a6401 (patch) | |
tree | 3350e8d12e94249422cbee22387ce5f5100b27aa /media-plugins/mythweather | |
parent | security update (diff) | |
download | historical-fbe958aece5259f08cdb80ef65f02c56973a6401.tar.gz historical-fbe958aece5259f08cdb80ef65f02c56973a6401.tar.bz2 historical-fbe958aece5259f08cdb80ef65f02c56973a6401.zip |
Depend on either mythtv or mythfrontend.
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythweather/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.10.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 801df88a4989..232b2d1b114a 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.1 2003/07/08 23:56:30 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.2 2003/08/08 05:15:27 max Exp $ + + 07 Aug 2003; Max Kalika <max@gentoo.org> mythweather-0.10.ebuild: + Depend on either mythtv or mythfrontend. 03 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythweather-0.8.ebuild: Set KEYWORDS to ~x86. diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest index 183886c82508..104d35428bcb 100644 --- a/media-plugins/mythweather/Manifest +++ b/media-plugins/mythweather/Manifest @@ -1,3 +1,3 @@ +MD5 11893933c13d93476fb961b975275cb9 mythweather-0.10.ebuild 1006 +MD5 970907082f5f1bf4f65dce8f3372661f ChangeLog 1205 MD5 09666f4a410bc5eda6781edd029505f7 files/digest-mythweather-0.10 69 -MD5 acc9b6eaab5b47d947cd0699d6ce9fe8 ChangeLog 1095 -MD5 607bdff4999a2fde4c84cef0383a852b mythweather-0.10.ebuild 972 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} |