commit: ed2ea05fdfde812665d40d35b44f48b4de60deb0 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Sat Jan 27 17:12:07 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Sat Jan 27 17:13:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2ea05f
dev-util/catalyst: remove extra (wrong) man page installations Closes: https://bugs.gentoo.org/923039 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> dev-util/catalyst/catalyst-4.0_rc1.ebuild | 5 +++++ dev-util/catalyst/catalyst-9999.ebuild | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dev-util/catalyst/catalyst-4.0_rc1.ebuild b/dev-util/catalyst/catalyst-4.0_rc1.ebuild index 3a8ec2cf9cb1..9bf921904e91 100644 --- a/dev-util/catalyst/catalyst-4.0_rc1.ebuild +++ b/dev-util/catalyst/catalyst-4.0_rc1.ebuild @@ -106,6 +106,11 @@ python_install_all() { fi } +python_install() { + distutils-r1_python_install + rm -rv "${D}"$(python_get_sitedir)/usr +} + src_install() { distutils-r1_src_install diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index ab85324f0c98..c5bd9ff2d041 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -103,6 +103,11 @@ python_install_all() { fi } +python_install() { + distutils-r1_python_install + rm -rv "${D}"$(python_get_sitedir)/usr +} + src_install() { distutils-r1_src_install