Skip to content

Commit

Permalink
media-sound/lollypop: python 3.{7,8} support
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/718940
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Johannes Huber <[email protected]>
  • Loading branch information
johu committed May 11, 2020
1 parent c283b0e commit 3f78f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-sound/lollypop/lollypop-1.1.4.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_7 )
PYTHON_REQ_USE="sqlite"
HASH="6b4e4e7a2c17f0770c1e2b3354ae5a3a"
inherit python-r1 gnome2-utils meson xdg-utils
Expand Down
2 changes: 1 addition & 1 deletion media-sound/lollypop/lollypop-1.2.35.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_REQ_USE="sqlite"
inherit python-single-r1 gnome2-utils meson xdg-utils

Expand Down

0 comments on commit 3f78f74

Please sign in to comment.