diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-07-01 12:47:27 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-07-01 12:47:27 +0000 |
commit | dc0afac4850c45d428b9f93ed6261a3b59a7c250 (patch) | |
tree | 4f0f83d73cc2c98e8ffa63144b0f24bd07e3c60f /media-tv | |
parent | stable x86, bug 276008 (diff) | |
download | gentoo-2-dc0afac4850c45d428b9f93ed6261a3b59a7c250.tar.gz gentoo-2-dc0afac4850c45d428b9f93ed6261a3b59a7c250.tar.bz2 gentoo-2-dc0afac4850c45d428b9f93ed6261a3b59a7c250.zip |
Fix dependencies to get up to date dvb-headers with s2api.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/w_scan/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20081106.ebuild | 4 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20090516.ebuild | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog index 8ec92e0fc9d7..45bd7c181dfb 100644 --- a/media-tv/w_scan/ChangeLog +++ b/media-tv/w_scan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/w_scan # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.11 2009/05/16 15:08:36 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.12 2009/07/01 12:47:27 zzam Exp $ + + 01 Jul 2009; Matthias Schwarzott <zzam@gentoo.org> w_scan-20081106.ebuild, + w_scan-20090516.ebuild: + Fix dependencies to get up to date dvb-headers with s2api. *w_scan-20090516 (16 May 2009) diff --git a/media-tv/w_scan/w_scan-20081106.ebuild b/media-tv/w_scan/w_scan-20081106.ebuild index 05cda44ccc21..c2b13c576c1d 100644 --- a/media-tv/w_scan/w_scan-20081106.ebuild +++ b/media-tv/w_scan/w_scan-20081106.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20081106.ebuild,v 1.3 2009/05/02 13:43:32 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20081106.ebuild,v 1.4 2009/07/01 12:47:27 zzam Exp $ inherit eutils -DESCRIPTION="Scan for DVB-C/DVB-T channels without prior knowledge of frequencies and modulations - can also create a file in vdr-format" +DESCRIPTION="Scan for DVB-C/DVB-T channels without prior knowledge of frequencies and modulations" HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html" SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2" diff --git a/media-tv/w_scan/w_scan-20090516.ebuild b/media-tv/w_scan/w_scan-20090516.ebuild index 530f824a88ed..4348ca06f644 100644 --- a/media-tv/w_scan/w_scan-20090516.ebuild +++ b/media-tv/w_scan/w_scan-20090516.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20090516.ebuild,v 1.1 2009/05/16 15:08:36 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20090516.ebuild,v 1.2 2009/07/01 12:47:27 zzam Exp $ EAPI="2" @@ -15,9 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-tv/linuxtv-dvb-headers" -RDEPEND="${DEPEND} - >=sys-kernel/linux-headers-2.6.29" +DEPEND="~media-tv/linuxtv-dvb-headers-5" +RDEPEND="" src_prepare() { epatch "${FILESDIR}/${P}-build-and-path-fixes.patch" |