diff options
author | Johannes Huber <johu@gentoo.org> | 2020-05-11 12:05:01 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2020-05-11 13:54:01 +0200 |
commit | 3f78f74f6d954e184550be830b2898c10b0b5707 (patch) | |
tree | fd6a575a12ba3f8d4a4787de46d8c6b1cac23b5f /media-sound/lollypop | |
parent | sys-fs/multipath-tools: Removed old (diff) | |
download | gentoo-3f78f74f6d954e184550be830b2898c10b0b5707.tar.gz gentoo-3f78f74f6d954e184550be830b2898c10b0b5707.tar.bz2 gentoo-3f78f74f6d954e184550be830b2898c10b0b5707.zip |
media-sound/lollypop: python 3.{7,8} support
Closes: https://bugs.gentoo.org/718940
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'media-sound/lollypop')
-rw-r--r-- | media-sound/lollypop/lollypop-1.1.4.16.ebuild | 2 | ||||
-rw-r--r-- | media-sound/lollypop/lollypop-1.2.35.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/lollypop/lollypop-1.1.4.16.ebuild b/media-sound/lollypop/lollypop-1.1.4.16.ebuild index 0cc5c6539ef4..36a208574657 100644 --- a/media-sound/lollypop/lollypop-1.1.4.16.ebuild +++ b/media-sound/lollypop/lollypop-1.1.4.16.ebuild @@ -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 diff --git a/media-sound/lollypop/lollypop-1.2.35.ebuild b/media-sound/lollypop/lollypop-1.2.35.ebuild index 06db306eb32f..74dea9a1f853 100644 --- a/media-sound/lollypop/lollypop-1.2.35.ebuild +++ b/media-sound/lollypop/lollypop-1.2.35.ebuild @@ -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 |