From: Conrad Kostecki Date: Sun, 21 Jul 2019 08:45:39 +0000 (+0200) Subject: app-antivirus/clamtk: fix CI python warnings X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=82149b58bebe494cdcbe297f1d9cf355b95bdc49;p=gentoo.git 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 Closes: https://github.com/gentoo/gentoo/pull/12484 Signed-off-by: Michał Górny --- diff --git a/app-antivirus/clamtk/clamtk-6.00.ebuild b/app-antivirus/clamtk/clamtk-6.00-r1.ebuild similarity index 97% rename from app-antivirus/clamtk/clamtk-6.00.ebuild rename to 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 similarity index 97% rename from app-antivirus/clamtk/clamtk-6.01.ebuild rename to 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 )"