diff options
Diffstat (limited to 'media-video/vdr/vdr-1.4.3.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.4.3.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-video/vdr/vdr-1.4.3.ebuild b/media-video/vdr/vdr-1.4.3.ebuild index 912b4c70dc63..09e2a59c2b06 100644 --- a/media-video/vdr/vdr-1.4.3.ebuild +++ b/media-video/vdr/vdr-1.4.3.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.4.3.ebuild,v 1.6 2007/03/14 19:33:20 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.3.ebuild,v 1.7 2007/07/12 02:40:43 mr_bones_ Exp $ inherit eutils flag-o-matic multilib @@ -21,7 +21,6 @@ KEYWORDS="~amd64 ~ppc x86" SLOT="0" LICENSE="GPL-2" - DEPEND="media-libs/jpeg sys-apps/gawk media-tv/linuxtv-dvb-headers @@ -40,7 +39,6 @@ CONF_DIR=/etc/vdr CAP_FILE=${S}/capabilities.sh CAPS="# Capabilities of the vdr-executable for use by startscript etc." - pkg_setup() { use debug && append-flags -g } @@ -176,7 +174,6 @@ src_unpack() { cp -r ${S} ${T}/source-tree fi - if ! use vanilla; then add_cap CAP_IRCTRL_RUNTIME_PARAM \ CAP_VFAT_RUNTIME_PARAM \ |