app-antivirus/clamtk: fix CI python warnings

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --force
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12484
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Conrad Kostecki
2019-07-21 10:45:39 +02:00
committed by Michał Górny
parent bcf7070558
commit 82149b58be
2 changed files with 8 additions and 2 deletions

View File

@@ -45,7 +45,10 @@ RDEPEND="
virtual/perl-MIME-Base64
virtual/perl-Time-Piece
x11-themes/faenza-icon-theme
nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )
nautilus? (
${PYTHON_DEPS}
dev-python/nautilus-python[${PYTHON_USEDEP}]
)
"
BDEPEND="nls? ( sys-devel/gettext )"

View File

@@ -45,7 +45,10 @@ RDEPEND="
virtual/perl-MIME-Base64
virtual/perl-Time-Piece
x11-themes/faenza-icon-theme
nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )
nautilus? (
${PYTHON_DEPS}
dev-python/nautilus-python[${PYTHON_USEDEP}]
)
"
BDEPEND="nls? ( sys-devel/gettext )"