summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-07-21 19:46:05 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-07-21 19:46:05 +0000
commit49242fd31117cefe44da5391136c071c583e1be9 (patch)
tree67c7a5435eea6fbc2fa01e53f2ea7d476d8671b4 /media-tv
parentFix issue where compilation would fail for certain softmmu targets. bug #425418 (diff)
downloadgentoo-2-49242fd31117cefe44da5391136c071c583e1be9.tar.gz
gentoo-2-49242fd31117cefe44da5391136c071c583e1be9.tar.bz2
gentoo-2-49242fd31117cefe44da5391136c071c583e1be9.zip
Fix 'Unknown' version number.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-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 df19d9a5cc5b..3e4bacb73c44 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.370 2012/07/21 18:21:01 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.371 2012/07/21 19:46:05 cardoe Exp $
+
+ 21 Jul 2012; Doug Goldstein <cardoe@gentoo.org>
+ mythtv-0.25.2_p20120716.ebuild:
+ Fix 'Unknown' version number.
21 Jul 2012; Doug Goldstein <cardoe@gentoo.org>
mythtv-0.25.2_p20120716.ebuild:
diff --git a/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild b/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild
index a8425a92ebad..eaf153c8f7fc 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.3 2012/07/21 18:21:01 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.2_p20120716.ebuild,v 1.4 2012/07/21 19:46:05 cardoe Exp $
EAPI=4
@@ -144,7 +144,7 @@ src_prepare() {
# Fix up the version info since we are using the fixes/${PV} branch
echo "SOURCE_VERSION=\"${MYTHTV_VERSION}\"" > "${S}"/VERSION
- echo "BRANCH=\"${MYTHTV_BRANCH}\"" > "${S}"/VERSION
+ echo "BRANCH=\"${MYTHTV_BRANCH}\"" >> "${S}"/VERSION
epatch_user
}