commit: 7f79b391103fccf6a2aa4ca9cf39f1bdd3e93ae1 Author: Wilson Michaels <thebitpit <AT> earthlink <DOT> net> AuthorDate: Thu Jul 23 15:15:46 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jul 24 12:03:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f79b391
media-tv/mythtv: Fix patch file reference name Closes: https://bugs.gentoo.org/733620 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Wilson Michaels <thebitpit <AT> earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/16789 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild b/media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild index d32bbfce0ae..820145e6537 100644 --- a/media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild +++ b/media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild @@ -147,7 +147,7 @@ PATCHES=( "${FILESDIR}/${P}-Fix_Dereferencing_type-punned_pointer.patch" "${FILESDIR}/${P}-Fix_unitialized_variables.patch" "${FILESDIR}/${PN}-29.1-Fix_create_webbrowser_window.patch" - "${FILESDIR}/${P}-Include_QPainterPath.patch" + "${FILESDIR}/${PN}-31.0-Include_QPainterPath.patch" ) # mythtv and mythplugins are separate builds in the github mythtv project
