diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-15 22:21:44 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-15 22:21:44 +0000 |
commit | 5ce29e812e83b707328be7e4cdda43a30920ad3c (patch) | |
tree | 67f947be402cbf5e8b60a1ab7a85189589c9a3ac /media-plugins/mythgallery | |
parent | bug #56917, pic stuff. (Manifest recommit) (diff) | |
download | gentoo-2-5ce29e812e83b707328be7e4cdda43a30920ad3c.tar.gz gentoo-2-5ce29e812e83b707328be7e4cdda43a30920ad3c.tar.bz2 gentoo-2-5ce29e812e83b707328be7e4cdda43a30920ad3c.zip |
Updated dependencies
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.15.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 2d8d698748ec..563e681d5eea 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.18 2004/06/24 23:33:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.19 2004/07/15 22:21:44 aliz Exp $ + + 15 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> mythgallery-0.15.ebuild: + Added dependency to tiff. *mythgallery-0.15 (01 Jun 2004) diff --git a/media-plugins/mythgallery/mythgallery-0.15.ebuild b/media-plugins/mythgallery/mythgallery-0.15.ebuild index 36cafcba4483..17b80990dda5 100644 --- a/media-plugins/mythgallery/mythgallery-0.15.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.15.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.15.ebuild,v 1.2 2004/06/24 23:33:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.15.ebuild,v 1.3 2004/07/15 22:21:44 aliz Exp $ inherit flag-o-matic @@ -15,6 +15,7 @@ IUSE="opengl" DEPEND=">=sys-apps/sed-4 opengl? ( virtual/opengl ) + media-libs/tiff || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" src_unpack() { |