diff options
author | tastytea <gentoo@tastytea.de> | 2023-07-30 21:49:55 +0200 |
---|---|---|
committer | tastytea <gentoo@tastytea.de> | 2023-07-30 21:49:55 +0200 |
commit | 695376696cc39acda873f7ea357e42acf22efa1a (patch) | |
tree | 37190403a0df01e8d3c71f51b0458f8b4f05d32f /dev-cpp | |
parent | games-util/HeroicGamesLauncher-bin: update Manifest (diff) | |
download | guru-695376696cc39acda873f7ea357e42acf22efa1a.tar.gz guru-695376696cc39acda873f7ea357e42acf22efa1a.tar.bz2 guru-695376696cc39acda873f7ea357e42acf22efa1a.zip |
dev-cpp/coeurl: don't check test deps when not testing
Closes: https://bugs.gentoo.org/911504
Signed-off-by: tastytea <gentoo@tastytea.de>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/coeurl/coeurl-0.3.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-cpp/coeurl/coeurl-0.3.0.ebuild b/dev-cpp/coeurl/coeurl-0.3.0.ebuild index 5c65cc7b7..309b9fcd5 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}]" } |