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: Fri, 07 Feb 2020 11:13:00
Message-Id: 1581073946.1cd8f5ef59d974781f4398e480976903855ff1da.mgorny@gentoo
1 commit: 1cd8f5ef59d974781f4398e480976903855ff1da
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 08:51:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 11:12:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd8f5ef
7
8 app-antivirus/clamtk: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-antivirus/clamtk/{clamtk-6.02.ebuild => clamtk-6.02-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-antivirus/clamtk/clamtk-6.02.ebuild b/app-antivirus/clamtk/clamtk-6.02-r1.ebuild
16 similarity index 97%
17 rename from app-antivirus/clamtk/clamtk-6.02.ebuild
18 rename to app-antivirus/clamtk/clamtk-6.02-r1.ebuild
19 index df2e37a3669..435b69a7e78 100644
20 --- a/app-antivirus/clamtk/clamtk-6.02.ebuild
21 +++ b/app-antivirus/clamtk/clamtk-6.02-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -47,7 +47,7 @@ RDEPEND="
29 x11-themes/faenza-icon-theme
30 nautilus? (
31 ${PYTHON_DEPS}
32 - dev-python/nautilus-python[${PYTHON_USEDEP}]
33 + dev-python/nautilus-python[${PYTHON_SINGLE_USEDEP}]
34 )
35 "