commit:     66590d9f2c0d3a03c00bd14637d1353d87a4b177
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 09:41:20 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:10:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66590d9f

app-misc/email2trac: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/email2trac/email2trac-2.6.2-r1.ebuild                        | 4 ++--
 app-misc/email2trac/email2trac-2.8.4.ebuild                           | 4 ++--
 .../{email2trac-2.8.8.ebuild => email2trac-2.8.8-r1.ebuild}           | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild 
b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
index 8ab769b33c3..06cbb0e81cb 100644
--- a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
+++ b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-               <www-apps/trac-1.1[${PYTHON_USEDEP}]"
+               <www-apps/trac-1.1[${PYTHON_SINGLE_USEDEP}]"
 
 pkg_setup() {
        einfo "You can set the following variables in make.conf:"

diff --git a/app-misc/email2trac/email2trac-2.8.4.ebuild 
b/app-misc/email2trac/email2trac-2.8.4.ebuild
index 7c7443a662c..8ebdae6ac93 100644
--- a/app-misc/email2trac/email2trac-2.8.4.ebuild
+++ b/app-misc/email2trac/email2trac-2.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-               <www-apps/trac-1.2[${PYTHON_USEDEP}]"
+               <www-apps/trac-1.2[${PYTHON_SINGLE_USEDEP}]"
 
 pkg_setup() {
        einfo "You can set the following variables in make.conf:"

diff --git a/app-misc/email2trac/email2trac-2.8.8.ebuild 
b/app-misc/email2trac/email2trac-2.8.8-r1.ebuild
similarity index 91%
rename from app-misc/email2trac/email2trac-2.8.8.ebuild
rename to app-misc/email2trac/email2trac-2.8.8-r1.ebuild
index 7c7443a662c..8ebdae6ac93 100644
--- a/app-misc/email2trac/email2trac-2.8.8.ebuild
+++ b/app-misc/email2trac/email2trac-2.8.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-               <www-apps/trac-1.2[${PYTHON_USEDEP}]"
+               <www-apps/trac-1.2[${PYTHON_SINGLE_USEDEP}]"
 
 pkg_setup() {
        einfo "You can set the following variables in make.conf:"

Reply via email to