summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-05-12 14:12:29 +1000
committerMatt Jolly <kangie@gentoo.org>2024-05-22 23:17:21 +1000
commit50f7c993edea9969346fc1d7b4cfb572a54440ed (patch)
tree280a2aed5365ef0146e795220432588954c5fb2e /app-misc
parentdev-python/btrfs: Fix variable order, improve homepage, filename (diff)
downloadgentoo-50f7c993edea9969346fc1d7b4cfb572a54440ed.tar.gz
gentoo-50f7c993edea9969346fc1d7b4cfb572a54440ed.tar.bz2
gentoo-50f7c993edea9969346fc1d7b4cfb572a54440ed.zip
app-misc/byobu: enable py312; update EAPI 7 -> 8
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/byobu/byobu-5.133.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild
index 847d5fbbcb77..c7ee1febd236 100644
--- a/app-misc/byobu/byobu-5.133.ebuild
+++ b/app-misc/byobu/byobu-5.133.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1