Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/bijiben/
Date: Fri, 20 May 2022 18:04:05
Message-Id: 1653069757.79fd62ab1c22d01adc2b14a4772a08a42ec57b6d.pacho@gentoo
1 commit: 79fd62ab1c22d01adc2b14a4772a08a42ec57b6d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 17:52:26 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 18:02:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fd62ab
7
8 app-misc/bijiben: enable py3.10 and disable py3.7
9
10 Closes: https://bugs.gentoo.org/845486
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-misc/bijiben/bijiben-40.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/bijiben/bijiben-40.1.ebuild b/app-misc/bijiben/bijiben-40.1.ebuild
17 index 261b6eea5d78..53f12fc62f75 100644
18 --- a/app-misc/bijiben/bijiben-40.1.ebuild
19 +++ b/app-misc/bijiben/bijiben-40.1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 inherit gnome.org gnome2-utils meson python-any-r1 xdg
27
28 DESCRIPTION="Note editor designed to remain simple to use"