diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-07-09 07:41:26 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-07-09 07:41:26 +0000 |
commit | 8873d6fbe6d595561893db6d5b0c0ccf1e1ea217 (patch) | |
tree | c39955f067fc9775ad817540e8ce841473851319 /media-tv | |
parent | Docs are only created when USE=doc. bug #425402 (diff) | |
download | gentoo-2-8873d6fbe6d595561893db6d5b0c0ccf1e1ea217.tar.gz gentoo-2-8873d6fbe6d595561893db6d5b0c0ccf1e1ea217.tar.bz2 gentoo-2-8873d6fbe6d595561893db6d5b0c0ccf1e1ea217.zip |
Fix the working directory when patching.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.25.1_p20120708.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index f2b88fac1632..484ca7f72e6c 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.355 2012/07/08 23:26:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.356 2012/07/09 07:41:26 cardoe Exp $ + + 09 Jul 2012; Doug Goldstein <cardoe@gentoo.org> + mythtv-0.25.1_p20120708.ebuild: + Fix the working directory when patching. *mythtv-0.25.1_p20120708 (08 Jul 2012) diff --git a/media-tv/mythtv/mythtv-0.25.1_p20120708.ebuild b/media-tv/mythtv/mythtv-0.25.1_p20120708.ebuild index d91dd1f61c49..ffae0b50d8bd 100644 --- a/media-tv/mythtv/mythtv-0.25.1_p20120708.ebuild +++ b/media-tv/mythtv/mythtv-0.25.1_p20120708.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.1_p20120708.ebuild,v 1.1 2012/07/08 23:26:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1_p20120708.ebuild,v 1.2 2012/07/09 07:41:26 cardoe Exp $ EAPI=4 @@ -91,6 +91,8 @@ DEPEND="${SDEPEND} x11-proto/xf86vidmodeproto " +S="${WORKDIR}/${PN}-${MY_P}" + MYTHTV_GROUPS="video,audio,tty,uucp" pkg_setup() { |