summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2011-02-14 21:04:38 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2011-02-14 21:04:38 +0000
commit9966a1f64b5cfdc4a7b4bf3cfa3eedf3c4ca3c7a (patch)
treed1476d0228dc3642a7e44068bcdb4aa1c22148e6 /media-plugins/vdr-epgsync
parentFix support for non-GNU cp in python_merge_intermediate_installation_images()... (diff)
downloadgentoo-2-9966a1f64b5cfdc4a7b4bf3cfa3eedf3c4ca3c7a.tar.gz
gentoo-2-9966a1f64b5cfdc4a7b4bf3cfa3eedf3c4ca3c7a.tar.bz2
gentoo-2-9966a1f64b5cfdc4a7b4bf3cfa3eedf3c4ca3c7a.zip
fixed bug #354833, thanks to T.Veller to report this
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-epgsync')
-rw-r--r--media-plugins/vdr-epgsync/ChangeLog6
-rw-r--r--media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/media-plugins/vdr-epgsync/ChangeLog b/media-plugins/vdr-epgsync/ChangeLog
index 26b5e4ed5d86..4871d8ffa48f 100644
--- a/media-plugins/vdr-epgsync/ChangeLog
+++ b/media-plugins/vdr-epgsync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-epgsync
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/ChangeLog,v 1.6 2011/01/28 20:38:52 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/ChangeLog,v 1.7 2011/02/14 21:04:38 hd_brummy Exp $
+
+ 14 Feb 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-epgsync-0.0.4.ebuild:
+ fixed bug #354833, thanks to T.Veller to report this
28 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
-vdr-epgsync-0.0.3.ebuild, vdr-epgsync-0.0.4.ebuild:
diff --git a/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild b/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild
index 9a4e9fc2eabf..a7c08f415a39 100644
--- a/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild
+++ b/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild,v 1.3 2011/01/28 20:38:52 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild,v 1.4 2011/02/14 21:04:38 hd_brummy Exp $
EAPI="3"
@@ -18,6 +18,6 @@ IUSE=""
PATCHES=("${FILESDIR}/${PN}-0.0.3-Makefile.diff"
"${FILESDIR}/${PN}-0.0.2-include.patch")
-DEPEND=(">=media-video/vdr-1.4.0"
- ">=media-plugins/vdr-svdrpservice-0.0.2")
+DEPEND=">=media-video/vdr-1.4.0
+ >=media-plugins/vdr-svdrpservice-0.0.2"
RDEPEND="${DEPEND}"