commit: 695376696cc39acda873f7ea357e42acf22efa1a Author: tastytea <gentoo <AT> tastytea <DOT> de> AuthorDate: Sun Jul 30 19:49:55 2023 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Sun Jul 30 19:49:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69537669
dev-cpp/coeurl: don't check test deps when not testing Closes: https://bugs.gentoo.org/911504 Signed-off-by: tastytea <gentoo <AT> tastytea.de> dev-cpp/coeurl/coeurl-0.3.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-cpp/coeurl/coeurl-0.3.0.ebuild b/dev-cpp/coeurl/coeurl-0.3.0.ebuild index 5c65cc7b79..309b9fcd52 100644 --- a/dev-cpp/coeurl/coeurl-0.3.0.ebuild +++ b/dev-cpp/coeurl/coeurl-0.3.0.ebuild @@ -36,6 +36,8 @@ BDEPEND=" " python_check_deps() { + use test || return 0 # python is only used for tests, bug #911504 + python_has_version "dev-python/flask[${PYTHON_USEDEP}]" }
