Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/
Date: Sun, 21 Jul 2019 09:01:22
Message-Id: 1563699672.82149b58bebe494cdcbe297f1d9cf355b95bdc49.mgorny@gentoo
1 commit: 82149b58bebe494cdcbe297f1d9cf355b95bdc49
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Jul 21 08:45:39 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 21 09:01:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82149b58
7
8 app-antivirus/clamtk: fix CI python warnings
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --force
12 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
13 Closes: https://github.com/gentoo/gentoo/pull/12484
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 app-antivirus/clamtk/{clamtk-6.00.ebuild => clamtk-6.00-r1.ebuild} | 5 ++++-
17 app-antivirus/clamtk/{clamtk-6.01.ebuild => clamtk-6.01-r1.ebuild} | 5 ++++-
18 2 files changed, 8 insertions(+), 2 deletions(-)
19
20 diff --git a/app-antivirus/clamtk/clamtk-6.00.ebuild b/app-antivirus/clamtk/clamtk-6.00-r1.ebuild
21 similarity index 97%
22 rename from app-antivirus/clamtk/clamtk-6.00.ebuild
23 rename to app-antivirus/clamtk/clamtk-6.00-r1.ebuild
24 index 22d4505ea88..e3ddf10b9e0 100644
25 --- a/app-antivirus/clamtk/clamtk-6.00.ebuild
26 +++ b/app-antivirus/clamtk/clamtk-6.00-r1.ebuild
27 @@ -45,7 +45,10 @@ RDEPEND="
28 virtual/perl-MIME-Base64
29 virtual/perl-Time-Piece
30 x11-themes/faenza-icon-theme
31 - nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )
32 + nautilus? (
33 + ${PYTHON_DEPS}
34 + dev-python/nautilus-python[${PYTHON_USEDEP}]
35 + )
36 "
37
38 BDEPEND="nls? ( sys-devel/gettext )"
39
40 diff --git a/app-antivirus/clamtk/clamtk-6.01.ebuild b/app-antivirus/clamtk/clamtk-6.01-r1.ebuild
41 similarity index 97%
42 rename from app-antivirus/clamtk/clamtk-6.01.ebuild
43 rename to app-antivirus/clamtk/clamtk-6.01-r1.ebuild
44 index a40424a65dc..e4aac44b03d 100644
45 --- a/app-antivirus/clamtk/clamtk-6.01.ebuild
46 +++ b/app-antivirus/clamtk/clamtk-6.01-r1.ebuild
47 @@ -45,7 +45,10 @@ RDEPEND="
48 virtual/perl-MIME-Base64
49 virtual/perl-Time-Piece
50 x11-themes/faenza-icon-theme
51 - nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )
52 + nautilus? (
53 + ${PYTHON_DEPS}
54 + dev-python/nautilus-python[${PYTHON_USEDEP}]
55 + )
56 "
57
58 BDEPEND="nls? ( sys-devel/gettext )"