diff options
author | James Beddek <telans@posteo.de> | 2021-10-09 22:01:27 +1300 |
---|---|---|
committer | James Beddek <telans@posteo.de> | 2021-10-09 22:30:09 +1300 |
commit | 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6 (patch) | |
tree | 72579680271e715cde289018aa7014798a43de0e /sys-power | |
parent | sci-geosciences/mapillary_tools: add S (diff) | |
download | guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.gz guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.bz2 guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.zip |
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/ZenStates-Linux/ZenStates-Linux-0_p20170507.ebuild | 2 | ||||
-rw-r--r-- | sys-power/gwe/gwe-0.15.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/ZenStates-Linux/ZenStates-Linux-0_p20170507.ebuild b/sys-power/ZenStates-Linux/ZenStates-Linux-0_p20170507.ebuild index 733455b11..19d37f7bf 100644 --- a/sys-power/ZenStates-Linux/ZenStates-Linux-0_p20170507.ebuild +++ b/sys-power/ZenStates-Linux/ZenStates-Linux-0_p20170507.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{8,9} pypy3 ) inherit linux-info python-single-r1 diff --git a/sys-power/gwe/gwe-0.15.3.ebuild b/sys-power/gwe/gwe-0.15.3.ebuild index 3f74dc80c..0b602b548 100644 --- a/sys-power/gwe/gwe-0.15.3.ebuild +++ b/sys-power/gwe/gwe-0.15.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit xdg gnome2-utils meson python-single-r1 DESCRIPTION="NVIDIA settings alternative with overclocking, fan control, and information" |