summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-07-21 02:58:15 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-07-21 02:58:15 +0000
commit09858d93a00ab7dfb7316721a9be8c3dd38c9f51 (patch)
treecc762f4630ae9c75f942c149d8c97c02618c318f /media-tv/mythtv
parentVersion bump, remove old. (diff)
downloadgentoo-2-09858d93a00ab7dfb7316721a9be8c3dd38c9f51.tar.gz
gentoo-2-09858d93a00ab7dfb7316721a9be8c3dd38c9f51.tar.bz2
gentoo-2-09858d93a00ab7dfb7316721a9be8c3dd38c9f51.zip
Remove quotes which upstream's config script can't handle. bug #426942
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r--media-tv/mythtv/ChangeLog6
-rw-r--r--media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 06e26b54a4b4..544c9ef75ea4 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/mythtv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.368 2012/07/17 01:20:39 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.369 2012/07/21 02:58:15 cardoe Exp $
+
+ 20 Jul 2012; Doug Goldstein <cardoe@gentoo.org>
+ mythtv-0.25.2_p20120716.ebuild:
+ Remove quotes which upstream's config script can't handle. bug #426942
16 Jul 2012; Doug Goldstein <cardoe@gentoo.org>
-files/mythbackend-0.18.2.conf, -files/mythtv-v4l2-fix.2.patch,
diff --git a/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild b/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild
index 130253ad8261..dcf67aabf19c 100644
--- a/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild
+++ b/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild,v 1.1 2012/07/17 00:17:38 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild,v 1.2 2012/07/21 02:58:15 cardoe Exp $
EAPI=4
@@ -214,7 +214,7 @@ src_configure() {
strip-flags
# Pass our LDFLAGS along so we don't get QA warnings
- myconf="${myconf} --extra-ldflags=\"${LDFLAGS}\""
+ myconf="${myconf} --extra-ldflags=${LDFLAGS}"
has distcc ${FEATURES} || myconf="${myconf} --disable-distcc"
has ccache ${FEATURES} || myconf="${myconf} --disable-ccache"