diff options
author | Max Kalika <max@gentoo.org> | 2003-08-07 23:37:56 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-08-07 23:37:56 +0000 |
commit | c65c85538f5dbf98923d933674c0eb85245179c3 (patch) | |
tree | 388ecd4539936692a61eebf7589716c3fa96478c /media-plugins/mythgallery | |
parent | Move block to RDEPEND. (diff) | |
download | historical-c65c85538f5dbf98923d933674c0eb85245179c3.tar.gz historical-c65c85538f5dbf98923d933674c0eb85245179c3.tar.bz2 historical-c65c85538f5dbf98923d933674c0eb85245179c3.zip |
Depend on either mythtv or mythfrontend.
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythgallery/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.10.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index a6edb6326a80..cf1b10fe2fbe 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.1 2003/07/08 23:41:19 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.2 2003/08/07 23:37:54 max Exp $ + + 07 Aug 2003; Max Kalika <max@gentoo.org> mythgallery-0.10.ebuild: + Depend on either mythtv or mythfrontend. 03 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythgallery-0.8.ebuild: Set KEYWORDS to ~x86. diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest index f2befce68e8a..26392cb71f38 100644 --- a/media-plugins/mythgallery/Manifest +++ b/media-plugins/mythgallery/Manifest @@ -1,3 +1,3 @@ +MD5 52bfb7cc60fe0cd218a9376e634b724d mythgallery-0.10.ebuild 1725 +MD5 553c644d46c3f196d56d168a080a8647 ChangeLog 1364 MD5 08ad7857fea9bfc28178d4e14aa3ae10 files/digest-mythgallery-0.10 67 -MD5 bf66a8bd468e4b7479d457bcfb5d48da ChangeLog 1254 -MD5 265292d44e4e025357467d9f764101d9 mythgallery-0.10.ebuild 1691 diff --git a/media-plugins/mythgallery/mythgallery-0.10.ebuild b/media-plugins/mythgallery/mythgallery-0.10.ebuild index cb4660e98395..0272ca2f48a8 100644 --- a/media-plugins/mythgallery/mythgallery-0.10.ebuild +++ b/media-plugins/mythgallery/mythgallery-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/mythgallery/mythgallery-0.10.ebuild,v 1.2 2003/08/07 04:03:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.10.ebuild,v 1.3 2003/08/07 23:37:54 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} |