summaryrefslogtreecommitdiff
path: root/net-nds/nsscache/nsscache-0.49.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-01 11:48:39 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-01 11:48:39 +0000
commit1e39e6a8c127767a57f0465ed9ece4fefb44b4ae (patch)
tree3559e11cac3d1d8c48d4a253876d1927017c508f /net-nds/nsscache/nsscache-0.49.ebuild
parentd13aef5a4ce5eb3b31565d0d9e67e903e5e932df (diff)
gentoo auto-resync : 01:02:2024 - 11:48:38
Diffstat (limited to 'net-nds/nsscache/nsscache-0.49.ebuild')
-rw-r--r--net-nds/nsscache/nsscache-0.49.ebuild19
1 files changed, 10 insertions, 9 deletions
diff --git a/net-nds/nsscache/nsscache-0.49.ebuild b/net-nds/nsscache/nsscache-0.49.ebuild
index 2674e1db5d26..7c9dfe0b027a 100644
--- a/net-nds/nsscache/nsscache-0.49.ebuild
+++ b/net-nds/nsscache/nsscache-0.49.ebuild
@@ -58,8 +58,7 @@ python_prepare_all() {
}
python_compile() {
- # Yes, tell setup.py to be verbose
- distutils-r1_python_compile --verbose
+ distutils-r1_python_compile
}
python_install() {
@@ -69,13 +68,15 @@ python_install() {
python_doexe examples/authorized-keys-command.py
# Do not install the tests as functional source.
- find "${D}" \
- -path '*/site-packages/nss_cache/*' \( \
- -iname '*_test.py*' \
- -o -iname '*_test.*.py*' \
- \) \
- -delete \
- || die "find failed"
+ # Subject to some debate, see bug 923061
+ # To be raised on gentoo-dev 2024/02/01
+ #find "${D}" \
+ # -path '*/site-packages/nss_cache/*' \( \
+ # -iname '*_test.py*' \
+ # -o -iname '*_test.*.py*' \
+ # \) \
+ # -delete \
+ #|| die "find failed"
}
python_install_all() {