diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-11-05 21:08:19 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2023-11-08 08:26:38 -0800 |
commit | 8e825fef6ae499814d1b693fbcb2dd42f91b8e9d (patch) | |
tree | c2fc94313880a3366d4623a6137e44543d9adabb /app-text | |
parent | app-text/calibre: use modern xdg pkg_* approach (diff) | |
download | gentoo-8e825fef6ae499814d1b693fbcb2dd42f91b8e9d.tar.gz gentoo-8e825fef6ae499814d1b693fbcb2dd42f91b8e9d.tar.bz2 gentoo-8e825fef6ae499814d1b693fbcb2dd42f91b8e9d.zip |
app-text/calibre: minor UX tweaks, drop redundant logging
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33683
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-6.29.0.ebuild | 4 |
1 files changed, 1 insertions, 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 |