diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 09:51:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-07 12:12:26 +0100 |
commit | 1cd8f5ef59d974781f4398e480976903855ff1da (patch) | |
tree | 2c32e1703ccddb4d5175656a4e37331d933f8d3d /app-antivirus | |
parent | app-misc/pystopwatch: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-1cd8f5ef59d974781f4398e480976903855ff1da.tar.gz gentoo-1cd8f5ef59d974781f4398e480976903855ff1da.tar.bz2 gentoo-1cd8f5ef59d974781f4398e480976903855ff1da.zip |
app-antivirus/clamtk: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamtk/clamtk-6.02-r1.ebuild (renamed from app-antivirus/clamtk/clamtk-6.02.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamtk/clamtk-6.02.ebuild b/app-antivirus/clamtk/clamtk-6.02-r1.ebuild index df2e37a36698..435b69a7e783 100644 --- a/app-antivirus/clamtk/clamtk-6.02.ebuild +++ b/app-antivirus/clamtk/clamtk-6.02-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=7 @@ -47,7 +47,7 @@ RDEPEND=" x11-themes/faenza-icon-theme nautilus? ( ${PYTHON_DEPS} - dev-python/nautilus-python[${PYTHON_USEDEP}] + dev-python/nautilus-python[${PYTHON_SINGLE_USEDEP}] ) " |