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: eclass/
Date: Tue, 02 Aug 2022 04:08:54
Message-Id: 1659413069.a0bcdd294d0d6a420c391986c20c16c23c82e4ef.mgorny@gentoo
1 commit: a0bcdd294d0d6a420c391986c20c16c23c82e4ef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 27 07:20:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 04:04:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bcdd29
7
8 distutils-r1.eclass: Bump dev-python/sip dependency
9
10 Bug: https://bugs.gentoo.org/851840
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 eclass/distutils-r1.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
17 index 85a5c8496d49..e4ef1919bc7d 100644
18 --- a/eclass/distutils-r1.eclass
19 +++ b/eclass/distutils-r1.eclass
20 @@ -265,7 +265,7 @@ _distutils_set_globals() {
21 ;;
22 sip)
23 bdep+='
24 - >=dev-python/sip-6.6.1[${PYTHON_USEDEP}]
25 + >=dev-python/sip-6.6.2[${PYTHON_USEDEP}]
26 '
27 ;;
28 standalone)