diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-12-28 00:44:06 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-12-28 00:44:40 +0100 |
commit | 6db125b2c73ace6590fcef2a436be04a6ca8c330 (patch) | |
tree | 71272d1f18a60540ce40f0065de589f7bb274b60 /sys-apps/polychromatic | |
parent | dev-lang/boogie: drop old 3.0.5 (diff) | |
download | gentoo-6db125b2c73ace6590fcef2a436be04a6ca8c330.tar.gz gentoo-6db125b2c73ace6590fcef2a436be04a6ca8c330.tar.bz2 gentoo-6db125b2c73ace6590fcef2a436be04a6ca8c330.zip |
sys-apps/polychromatic: update PYTHON_COMPAT
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sys-apps/polychromatic')
-rw-r--r-- | sys-apps/polychromatic/polychromatic-0.8.3-r1.ebuild (renamed from sys-apps/polychromatic/polychromatic-0.8.3.ebuild) | 2 | ||||
-rw-r--r-- | sys-apps/polychromatic/polychromatic-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/polychromatic/polychromatic-0.8.3.ebuild b/sys-apps/polychromatic/polychromatic-0.8.3-r1.ebuild index c65eca31c666..77b33608e6d4 100644 --- a/sys-apps/polychromatic/polychromatic-0.8.3.ebuild +++ b/sys-apps/polychromatic/polychromatic-0.8.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit meson python-single-r1 readme.gentoo-r1 xdg diff --git a/sys-apps/polychromatic/polychromatic-9999.ebuild b/sys-apps/polychromatic/polychromatic-9999.ebuild index f3045e367458..7baaa20d6a71 100644 --- a/sys-apps/polychromatic/polychromatic-9999.ebuild +++ b/sys-apps/polychromatic/polychromatic-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit meson python-single-r1 readme.gentoo-r1 xdg |