diff options
author | 2020-02-07 13:53:39 +0100 | |
---|---|---|
committer | 2020-02-09 17:17:48 +0100 | |
commit | fd419c13dea0fcbcdbaf726270274714275cbb23 (patch) | |
tree | 12b7d28576b38bfc1f3c6a802adf567656e49a49 /dev-libs/libappindicator | |
parent | dev-libs/gobject-introspection: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-fd419c13dea0fcbcdbaf726270274714275cbb23.tar.gz gentoo-fd419c13dea0fcbcdbaf726270274714275cbb23.tar.bz2 gentoo-fd419c13dea0fcbcdbaf726270274714275cbb23.zip |
dev-libs/libappindicator: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libappindicator')
-rw-r--r-- | dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild (renamed from dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild index 40fe8964c862..2803f1e0e278 100644 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild +++ b/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,9 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1:= ) python? ( ${PYTHON_DEPS} - dev-python/pygtk[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + ') ) " DEPEND="${RDEPEND} |