public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/
Date: Sat, 17 Jul 2021 18:18:25 +0000 (UTC)	[thread overview]
Message-ID: <1626545842.e6a156b73326aea125638b4b421784342e614365.soap@gentoo> (raw)

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	other threads:[~2021-07-17 18:18 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-17 18:18 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-03 11:17 [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/ Bernard Cafarelli
2025-01-13 19:52 Bernard Cafarelli
2024-04-14 21:09 Bernard Cafarelli
2024-04-14 21:09 Bernard Cafarelli
2024-04-04  9:02 Bernard Cafarelli
2024-04-03  8:14 Bernard Cafarelli
2023-11-11 11:38 Yixun Lan
2023-07-19 11:47 Bernard Cafarelli
2023-07-19 11:47 Bernard Cafarelli
2023-04-23  5:36 Jakov Smolić
2023-04-20  5:01 Sam James
2023-01-03  9:09 Bernard Cafarelli
2022-11-03 23:40 Bernard Cafarelli
2022-11-03 23:40 Bernard Cafarelli
2022-11-03 22:24 Bernard Cafarelli
2022-10-07 11:49 Bernard Cafarelli
2022-06-12  8:28 Agostino Sarubbo
2022-06-10  7:11 Agostino Sarubbo
2021-12-14 22:55 Bernard Cafarelli
2021-10-15 16:28 Bernard Cafarelli
2021-09-27 16:35 Bernard Cafarelli
2021-09-23 16:15 Bernard Cafarelli
2021-09-23 16:15 Bernard Cafarelli
2021-06-01  6:59 Agostino Sarubbo
2021-06-01  6:32 Agostino Sarubbo
2021-02-03 11:39 Bernard Cafarelli
2020-11-26  9:25 Bernard Cafarelli
2020-11-26  9:17 Bernard Cafarelli
2020-11-25 23:22 Jonas Stein
2020-10-13 20:40 Jeroen Roovers
2020-07-24  7:10 Jeroen Roovers
2020-07-16 14:06 Sam James
2020-07-05 14:42 Jeroen Roovers
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:36 Agostino Sarubbo
2020-06-21 11:42 Jeroen Roovers
2020-06-08  9:23 Jeroen Roovers
2020-06-08  9:08 Jeroen Roovers
2020-06-07  8:44 Agostino Sarubbo
2020-06-06 20:14 Agostino Sarubbo
2020-03-18  3:12 Sebastian Pipping
2020-02-09 16:47 Michał Górny
2020-01-02 10:19 Jeroen Roovers
2020-01-02 10:19 Jeroen Roovers
2019-09-08 10:42 Agostino Sarubbo
2019-09-07 21:07 Thomas Deutschmann
2019-09-02  6:30 Jeroen Roovers
2019-09-02  6:30 Jeroen Roovers
2019-06-03 15:01 Jeroen Roovers
2019-05-28 12:08 Jeroen Roovers
2019-04-28 14:46 Jeroen Roovers
2019-04-28 14:46 Jeroen Roovers
2019-02-20 21:32 Jeroen Roovers
2019-02-20 21:21 Jeroen Roovers
2019-02-20 21:21 Jeroen Roovers
2019-01-19 13:19 Jeroen Roovers
2019-01-19 13:02 Jeroen Roovers
2018-12-22 11:27 Jeroen Roovers
2018-12-22 11:27 Jeroen Roovers
2018-05-24 21:46 Aaron Bauman
2018-05-15 13:13 Mikle Kolyada
2018-04-20 19:48 David Seifert
2018-01-14 23:58 Sebastian Pipping
2017-10-22 17:14 Patrice Clement
2017-04-30  7:53 Jeroen Roovers
2017-01-06 23:00 Patrice Clement
2015-11-02 21:41 Sebastian Pipping
2015-10-29  6:41 Jeroen Roovers
2015-08-10 21:23 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1626545842.e6a156b73326aea125638b4b421784342e614365.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox