diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 12:30:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 13:35:46 +0100 |
commit | 03ed940a59fa8b00682866bae5f6e207ca2715c6 (patch) | |
tree | 9be0aef56becf8a282f340cebc87881951d9f3f0 /app-editors | |
parent | app-office/lyx: Remove old (diff) | |
download | gentoo-03ed940a59fa8b00682866bae5f6e207ca2715c6.tar.gz gentoo-03ed940a59fa8b00682866bae5f6e207ca2715c6.tar.bz2 gentoo-03ed940a59fa8b00682866bae5f6e207ca2715c6.zip |
app-editors/bluefish: enable py3.11
Closes: https://bugs.gentoo.org/896524
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.12-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/bluefish/bluefish-2.2.12-r2.ebuild b/app-editors/bluefish/bluefish-2.2.12-r2.ebuild index 0858bcf3d0cb..97d13fcb5744 100644 --- a/app-editors/bluefish/bluefish-2.2.12-r2.ebuild +++ b/app-editors/bluefish/bluefish-2.2.12-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) MY_P=${P/_/-} inherit autotools python-single-r1 xdg |