commit: 43c2a16a128ab5c72f59eb9abe592a67d5f90994 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Aug 11 07:24:47 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Aug 11 07:37:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c2a16a
x11-terms/guake: update modified paths.py .pyc My fault and thanks to new QA for spotting this oversight. Closes: https://bugs.gentoo.org/864861 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-terms/guake/{guake-3.8.5.ebuild => guake-3.8.5-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-terms/guake/guake-3.8.5.ebuild b/x11-terms/guake/guake-3.8.5-r1.ebuild similarity index 96% rename from x11-terms/guake/guake-3.8.5.ebuild rename to x11-terms/guake/guake-3.8.5-r1.ebuild index b0161dd6782f..7230559cc2fa 100644 --- a/x11-terms/guake/guake-3.8.5.ebuild +++ b/x11-terms/guake/guake-3.8.5-r1.ebuild @@ -65,6 +65,7 @@ python_install() { sed -e "/^SCHEMA_DIR/s|=.*|= \"${EPREFIX}/usr/share/glib-2.0/schemas\"|" \ -e "/def get_default_data_dir/{n;s|=.*|= \"${EPREFIX}/usr/share/guake\"|}" \ -i "${BUILD_DIR}/install$(python_get_sitedir)"/guake/paths.py || die + python_optimize "${BUILD_DIR}/install$(python_get_sitedir)"/guake/paths.py distutils-r1_python_install }
