summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2014-11-06 22:35:57 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2014-11-06 22:35:57 +0000
commit7193da77efa8f0b7e286eb974e0bad40ff9507ec (patch)
tree29f7924ad00340ce4d96a2ba2508a836e71334f9 /media-plugins
parentadd useful elog (diff)
downloadgentoo-2-7193da77efa8f0b7e286eb974e0bad40ff9507ec.tar.gz
gentoo-2-7193da77efa8f0b7e286eb974e0bad40ff9507ec.tar.bz2
gentoo-2-7193da77efa8f0b7e286eb974e0bad40ff9507ec.zip
fixed compile, wrt bug 528504; thx to T.Foerster for reporting this
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-graphlcd/ChangeLog6
-rw-r--r--media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/media-plugins/vdr-graphlcd/ChangeLog b/media-plugins/vdr-graphlcd/ChangeLog
index 87571f1f706e..59f4f34cd900 100644
--- a/media-plugins/vdr-graphlcd/ChangeLog
+++ b/media-plugins/vdr-graphlcd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-graphlcd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/ChangeLog,v 1.27 2014/02/23 21:17:45 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/ChangeLog,v 1.28 2014/11/06 22:35:57 hd_brummy Exp $
+
+ 06 Nov 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-graphlcd-0.1.9.ebuild:
+ fixed compile, wrt bug 528504; thx to T.Foerster for reporting this
23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-graphlcd-0.1.9.ebuild:
diff --git a/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild b/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild
index bd67cefb74d8..a2dc88782f7b 100644
--- a/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild
+++ b/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild,v 1.4 2014/02/23 21:17:45 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild,v 1.5 2014/11/06 22:35:57 hd_brummy Exp $
EAPI=5
@@ -48,9 +48,7 @@ src_prepare() {
sed -i "s:i18n.c:i18n.h:g" Makefile
- if ! has_version ">=media-video/vdr-1.7.13"; then
- sed -i "s:include \$(VDRDIR)/Make.global:#include \$(VDRDIR)/Make.global:" Makefile
- fi
+ sed -i "s:include \$(VDRDIR)/Make.global:-include \$(VDRDIR)/Make.global:" Makefile
}
src_install() {