From 1fb3fda6e426981e900348a050291324e098e0a0 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Thu, 13 Feb 2020 12:55:39 +0300 Subject: [PATCH] hashdb: migrate to PYTHON_MULTI_USEDEP --- dev-libs/hashdb/hashdb-3.1.0-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-libs/hashdb/hashdb-3.1.0-r1.ebuild b/dev-libs/hashdb/hashdb-3.1.0-r1.ebuild index 05faa6823..0e1777bb3 100644 --- a/dev-libs/hashdb/hashdb-3.1.0-r1.ebuild +++ b/dev-libs/hashdb/hashdb-3.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools flag-o-matic python-single-r1 @@ -30,7 +30,8 @@ DEPEND="${RDEPEND} sys-devel/libtool test? ( dev-util/valgrind - dev-python/matplotlib[${PYTHON_SINGLE_USEDEP}] )" + $(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]') + )" pkg_setup() { python-single-r1_pkg_setup