commit: 55ab7baec7cf264fbea5f3617bdb5a8e0344faa4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 19:30:38 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 20:37:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ab7bae
media-tv/mythtv: build verbosely
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-tv/mythtv/mythtv-35.0_p20250723.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/media-tv/mythtv/mythtv-35.0_p20250723.ebuild
b/media-tv/mythtv/mythtv-35.0_p20250723.ebuild
index 11b73c7c7475..1fe8372aefad 100644
--- a/media-tv/mythtv/mythtv-35.0_p20250723.ebuild
+++ b/media-tv/mythtv/mythtv-35.0_p20250723.ebuild
@@ -294,8 +294,12 @@ src_configure() {
"${myconf[@]}"
}
+src_compile() {
+ emake V=1
+}
+
src_install() {
- emake STRIP="true" INSTALL_ROOT="${D}" install
+ emake V=1 STRIP="true" INSTALL_ROOT="${D}" install
use python && python_optimize # does all packages by default
dodoc AUTHORS README
readme.gentoo_create_doc