diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 02:40:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 02:40:43 +0000 |
commit | 8d81b3073b9692c3d72299df41dcc30b4852c546 (patch) | |
tree | 42ef93ef9f0adfdf54b70b8c37abdaac75c5bab6 /media-video/vdr/vdr-1.4.5.ebuild | |
parent | old (diff) | |
download | gentoo-2-8d81b3073b9692c3d72299df41dcc30b4852c546.tar.gz gentoo-2-8d81b3073b9692c3d72299df41dcc30b4852c546.tar.bz2 gentoo-2-8d81b3073b9692c3d72299df41dcc30b4852c546.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video/vdr/vdr-1.4.5.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.4.5.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-video/vdr/vdr-1.4.5.ebuild b/media-video/vdr/vdr-1.4.5.ebuild index 83f659475a39..ccd9e5ab2329 100644 --- a/media-video/vdr/vdr-1.4.5.ebuild +++ b/media-video/vdr/vdr-1.4.5.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.5.ebuild,v 1.5 2007/03/14 19:33:20 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.5.ebuild,v 1.6 2007/07/12 02:40:43 mr_bones_ Exp $ inherit eutils flag-o-matic multilib @@ -23,7 +23,6 @@ KEYWORDS="~amd64 ~ppc x86" SLOT="0" LICENSE="GPL-2" - DEPEND="media-libs/jpeg sys-apps/gawk media-tv/linuxtv-dvb-headers @@ -42,7 +41,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 } @@ -120,7 +118,6 @@ src_unpack() { cp -r ${S} ${T}/source-tree fi - if ! use vanilla; then add_cap CAP_IRCTRL_RUNTIME_PARAM \ CAP_VFAT_RUNTIME_PARAM \ |