diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-07-30 11:00:46 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-07-30 11:00:46 +0000 |
commit | ec32346ce782a4337a9ab02b3d7fe1bdd1f879f6 (patch) | |
tree | 078be27e89c2134240209a5e549bd0eb06d68c48 /media-video/vdr/vdr-1.3.36-r3.ebuild | |
parent | Stable on ppc64; bug #186352 (diff) | |
download | gentoo-2-ec32346ce782a4337a9ab02b3d7fe1bdd1f879f6.tar.gz gentoo-2-ec32346ce782a4337a9ab02b3d7fe1bdd1f879f6.tar.bz2 gentoo-2-ec32346ce782a4337a9ab02b3d7fe1bdd1f879f6.zip |
Added vdr-setup as PDEPEND to guarantee it gets installed when associated use-flag is set.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'media-video/vdr/vdr-1.3.36-r3.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.3.36-r3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-video/vdr/vdr-1.3.36-r3.ebuild b/media-video/vdr/vdr-1.3.36-r3.ebuild index 2fd624446d65..b73d6c99ba6f 100644 --- a/media-video/vdr/vdr-1.3.36-r3.ebuild +++ b/media-video/vdr/vdr-1.3.36-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.3.36-r3.ebuild,v 1.9 2007/07/12 02:40:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.3.36-r3.ebuild,v 1.10 2007/07/30 11:00:46 zzam Exp $ inherit eutils @@ -27,6 +27,9 @@ RDEPEND="${DEPEND} media-tv/vdrplugin-rebuild >=media-tv/gentoo-vdr-scripts-0.2.2" +# pull in vdr-setup to get the xml files, else menu will not work +PDEPEND="setup-plugin? ( media-plugins/vdr-setup )" + # Relevant Pathes for vdr on gentoo DVB_DIR=/usr/include VDR_INCLUDE_DIR=/usr/include/vdr |