commit: 8e825fef6ae499814d1b693fbcb2dd42f91b8e9d Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Mon Nov 6 02:08:19 2023 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed Nov 8 16:26:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e825fef
app-text/calibre: minor UX tweaks, drop redundant logging Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33683 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-text/calibre/calibre-6.29.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-text/calibre/calibre-6.29.0.ebuild b/app-text/calibre/calibre-6.29.0.ebuild index 7d036b7860fd..112a4aace182 100644 --- a/app-text/calibre/calibre-6.29.0.ebuild +++ b/app-text/calibre/calibre-6.29.0.ebuild @@ -208,7 +208,7 @@ src_install() { # raise ValueError, 'unknown locale: %s' % localename #ValueError: unknown locale: 46 export -n LANG LANGUAGE ${!LC_*} - export LC_ALL=C.utf8 #709682 + export LC_ALL=C.utf8 # bug #709682 # Bug #295672 - Avoid sandbox violation in ~/.config by forcing # variables to point to our fake temporary $HOME. @@ -232,10 +232,8 @@ src_install() { find "${ED}"/usr/share -type d -empty -delete || die - einfo "Converting python shebangs" python_fix_shebang "${ED}/usr/bin" - einfo "Compiling python modules" python_optimize "${ED}"/usr/$(get_libdir)/calibre "${D}/$(python_get_sitedir)" newinitd "${FILESDIR}"/calibre-server-3.init calibre-server
