diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 12:29:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:10:58 +0100 |
commit | 3cb487c027f9d32b6979124ad9bd981e6f013447 (patch) | |
tree | 09076129636406b4e3b037f546d9e1baead393ab /app-office | |
parent | app-office/moneyguru: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-3cb487c027f9d32b6979124ad9bd981e6f013447.tar.gz gentoo-3cb487c027f9d32b6979124ad9bd981e6f013447.tar.bz2 gentoo-3cb487c027f9d32b6979124ad9bd981e6f013447.zip |
app-office/planner: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/planner/planner-0.14.6_p20130520-r1.ebuild (renamed from app-office/planner/planner-0.14.6_p20130520.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-office/planner/planner-0.14.6_p20130520.ebuild b/app-office/planner/planner-0.14.6_p20130520-r1.ebuild index e2a022f1b4f0..e9b4ff1e4fbd 100644 --- a/app-office/planner/planner-0.14.6_p20130520.ebuild +++ b/app-office/planner/planner-0.14.6_p20130520-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,9 @@ RDEPEND=" >=dev-libs/libxslt-1.1.23 python? ( ${PYTHON_DEPS} - >=dev-python/pygtk-2.6:2[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + >=dev-python/pygtk-2.6:2[${PYTHON_MULTI_USEDEP}] ) + ') eds? ( >=gnome-extra/evolution-data-server-3.6:= >=mail-client/evolution-3.6 ) |