app-antivirus/clamtk: fix CI python warnings
authorConrad Kostecki <conrad@kostecki.com>
Sun, 21 Jul 2019 08:45:39 +0000 (10:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 21 Jul 2019 09:01:12 +0000 (11:01 +0200)
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>
app-antivirus/clamtk/clamtk-6.00-r1.ebuild [moved from app-antivirus/clamtk/clamtk-6.00.ebuild with 97% similarity]
app-antivirus/clamtk/clamtk-6.01-r1.ebuild [moved from app-antivirus/clamtk/clamtk-6.01.ebuild with 97% similarity]

similarity index 97%
rename from app-antivirus/clamtk/clamtk-6.00.ebuild
rename to app-antivirus/clamtk/clamtk-6.00-r1.ebuild
index 22d4505ea881b9e5b4cd2f45f8988a8c19474712..e3ddf10b9e0f81fcddaa9bc6e9fc441fdfa8270b 100644 (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 )"
similarity index 97%
rename from app-antivirus/clamtk/clamtk-6.01.ebuild
rename to app-antivirus/clamtk/clamtk-6.01-r1.ebuild
index a40424a65dc9cfd54a7144930eda17907defcb86..e4aac44b03d3a82c5ee9c1b554e91b68180ad9f8 100644 (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 )"