Skip to content

Commit

Permalink
x11-misc/caffeine-ng: fix #253
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Sep 9, 2023
1 parent 720cf6c commit 35005be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..10} )

inherit distutils-r1 gnome2-utils

Expand Down
2 changes: 1 addition & 1 deletion x11-misc/caffeine-ng/caffeine-ng-4.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_10 )

inherit distutils-r1 gnome2-utils

Expand Down
2 changes: 1 addition & 1 deletion x11-misc/caffeine-ng/caffeine-ng-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_10 )

inherit distutils-r1 gnome2 meson

Expand Down

0 comments on commit 35005be

Please sign in to comment.