diff options
author | 2022-08-11 10:13:27 +0100 | |
---|---|---|
committer | 2022-08-11 10:42:02 +0100 | |
commit | 2b06fb31752ab45a49fe33388053a465d22e7b25 (patch) | |
tree | 339827c8f80d69cb81b494c22cc274bbbe79ec16 /dev-libs/libical | |
parent | sys-apps/accountsservice: fix PythonAnyMismatchedDepHasVersionCheck (diff) | |
download | gentoo-2b06fb31752ab45a49fe33388053a465d22e7b25.tar.gz gentoo-2b06fb31752ab45a49fe33388053a465d22e7b25.tar.bz2 gentoo-2b06fb31752ab45a49fe33388053a465d22e7b25.zip |
dev-libs/libical: fix PythonAnyMismatchedDepHasVersionCheck
has_version was checking DEPEND, not BDEPEND, so change to python_has_version
for better defaults (defaults to BDEPEND) but also nicer output.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libical')
-rw-r--r-- | dev-libs/libical/libical-3.0.14-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libical/libical-3.0.14-r1.ebuild b/dev-libs/libical/libical-3.0.14-r1.ebuild index 0d3758945c83..8c98c968633b 100644 --- a/dev-libs/libical/libical-3.0.14-r1.ebuild +++ b/dev-libs/libical/libical-3.0.14-r1.ebuild @@ -56,7 +56,7 @@ PATCHES=( ) python_check_deps() { - has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" + python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" } pkg_setup() { |