Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
Date: Sun, 29 Jan 2023 09:41:49
Message-Id: 1674985281.3929fb47bafb5e95054c0ef214ec6345f54c3b5b.andrewammerlaan@gentoo
1 commit: 3929fb47bafb5e95054c0ef214ec6345f54c3b5b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 17:15:24 2023 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 09:41:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3929fb47
7
8 app-office/impressive: enable py3.11
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 app-office/impressive/impressive-0.13.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-office/impressive/impressive-0.13.1.ebuild b/app-office/impressive/impressive-0.13.1.ebuild
16 index 3035ad7c1125..0c17c388a224 100644
17 --- a/app-office/impressive/impressive-0.13.1.ebuild
18 +++ b/app-office/impressive/impressive-0.13.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{9..10} )
24 +PYTHON_COMPAT=( python3_{9..11} )
25 inherit optfeature python-r1
26
27 DESCRIPTION="Stylish way of giving presentations with Python"