commit:     e6a156b73326aea125638b4b421784342e614365
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 18:17:22 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 18:17:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a156b7

x11-misc/zim: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/zim/zim-0.73.1.ebuild | 8 ++++----
 x11-misc/zim/zim-0.73.2.ebuild | 8 ++++----
 x11-misc/zim/zim-0.73.3.ebuild | 8 ++++----
 x11-misc/zim/zim-0.73.4.ebuild | 8 ++++----
 x11-misc/zim/zim-0.73.5.ebuild | 6 +++---
 5 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/x11-misc/zim/zim-0.73.1.ebuild b/x11-misc/zim/zim-0.73.1.ebuild
index 729a0417399..10d8bc60c6d 100644
--- a/x11-misc/zim/zim-0.73.1.ebuild
+++ b/x11-misc/zim/zim-0.73.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_8 )
 PYTHON_REQ_USE="sqlite"
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
@@ -22,8 +22,8 @@ RESTRICT="test"
 
 RDEPEND="
        $(python_gen_cond_dep '
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-               dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+               dev-python/pyxdg[${PYTHON_USEDEP}]
        ')
        x11-libs/gtk+:3[introspection]
        x11-misc/xdg-utils

diff --git a/x11-misc/zim/zim-0.73.2.ebuild b/x11-misc/zim/zim-0.73.2.ebuild
index 058d33d2b60..684fc2fc3dd 100644
--- a/x11-misc/zim/zim-0.73.2.ebuild
+++ b/x11-misc/zim/zim-0.73.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_8 )
 PYTHON_REQ_USE="sqlite"
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
@@ -22,8 +22,8 @@ RESTRICT="test"
 
 RDEPEND="
        $(python_gen_cond_dep '
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-               dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+               dev-python/pyxdg[${PYTHON_USEDEP}]
        ')
        x11-libs/gtk+:3[introspection]
        x11-misc/xdg-utils

diff --git a/x11-misc/zim/zim-0.73.3.ebuild b/x11-misc/zim/zim-0.73.3.ebuild
index 058d33d2b60..684fc2fc3dd 100644
--- a/x11-misc/zim/zim-0.73.3.ebuild
+++ b/x11-misc/zim/zim-0.73.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_8 )
 PYTHON_REQ_USE="sqlite"
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
@@ -22,8 +22,8 @@ RESTRICT="test"
 
 RDEPEND="
        $(python_gen_cond_dep '
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-               dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+               dev-python/pyxdg[${PYTHON_USEDEP}]
        ')
        x11-libs/gtk+:3[introspection]
        x11-misc/xdg-utils

diff --git a/x11-misc/zim/zim-0.73.4.ebuild b/x11-misc/zim/zim-0.73.4.ebuild
index 7b47f41caee..131369dc028 100644
--- a/x11-misc/zim/zim-0.73.4.ebuild
+++ b/x11-misc/zim/zim-0.73.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 PYTHON_REQ_USE="sqlite"
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
@@ -22,8 +22,8 @@ RESTRICT="test"
 
 RDEPEND="
        $(python_gen_cond_dep '
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-               dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+               dev-python/pyxdg[${PYTHON_USEDEP}]
        ')
        x11-libs/gtk+:3[introspection]
        x11-misc/xdg-utils

diff --git a/x11-misc/zim/zim-0.73.5.ebuild b/x11-misc/zim/zim-0.73.5.ebuild
index 2f81c04016f..db96dd8a545 100644
--- a/x11-misc/zim/zim-0.73.5.ebuild
+++ b/x11-misc/zim/zim-0.73.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 PYTHON_REQ_USE="sqlite"
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
@@ -22,8 +22,8 @@ RESTRICT="test"
 
 RDEPEND="
        $(python_gen_cond_dep '
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-               dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+               dev-python/pyxdg[${PYTHON_USEDEP}]
        ')
        x11-libs/gtk+:3[introspection]
        x11-misc/xdg-utils

Reply via email to