summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-07-21 10:45:39 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-21 11:01:12 +0200
commit82149b58bebe494cdcbe297f1d9cf355b95bdc49 (patch)
treef253c800301b74d93096e4eb14d5e97a40cd88d2 /app-antivirus
parentsys-fs/xfsprogs: stable 4.19.0 for ppc64, bug #690276 (diff)
downloadgentoo-82149b58bebe494cdcbe297f1d9cf355b95bdc49.tar.gz
gentoo-82149b58bebe494cdcbe297f1d9cf355b95bdc49.tar.bz2
gentoo-82149b58bebe494cdcbe297f1d9cf355b95bdc49.zip
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>
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamtk/clamtk-6.00-r1.ebuild (renamed from app-antivirus/clamtk/clamtk-6.00.ebuild)5
-rw-r--r--app-antivirus/clamtk/clamtk-6.01-r1.ebuild (renamed from app-antivirus/clamtk/clamtk-6.01.ebuild)5
2 files changed, 8 insertions, 2 deletions
diff --git a/app-antivirus/clamtk/clamtk-6.00.ebuild b/app-antivirus/clamtk/clamtk-6.00-r1.ebuild
index 22d4505ea881..e3ddf10b9e0f 100644
--- a/app-antivirus/clamtk/clamtk-6.00.ebuild
+++ b/app-antivirus/clamtk/clamtk-6.00-r1.ebuild
@@ -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 )"
diff --git a/app-antivirus/clamtk/clamtk-6.01.ebuild b/app-antivirus/clamtk/clamtk-6.01-r1.ebuild
index a40424a65dc9..e4aac44b03d3 100644
--- a/app-antivirus/clamtk/clamtk-6.01.ebuild
+++ b/app-antivirus/clamtk/clamtk-6.01-r1.ebuild
@@ -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 )"