summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2021-01-16 01:18:59 +0900
committerJoonas Niilola <juippis@gentoo.org>2021-01-17 11:14:15 +0200
commitdab9442aeffd4cfcea4b0f2bc59449b9f16ebec5 (patch)
tree9112358996cea703be8e0775474a3fd9dd7ed486 /media-sound
parentwww-misc/buku: fix remote-id (diff)
downloadgentoo-dab9442aeffd4cfcea4b0f2bc59449b9f16ebec5.tar.gz
gentoo-dab9442aeffd4cfcea4b0f2bc59449b9f16ebec5.tar.bz2
gentoo-dab9442aeffd4cfcea4b0f2bc59449b9f16ebec5.zip
media-sound/pulsemixer: add python3.9 support
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19067 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pulsemixer/pulsemixer-1.5.1.ebuild4
-rw-r--r--media-sound/pulsemixer/pulsemixer-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index e35eab3f236e..8757e44ff2c6 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1
diff --git a/media-sound/pulsemixer/pulsemixer-9999.ebuild b/media-sound/pulsemixer/pulsemixer-9999.ebuild
index 45f1ee6b0c9b..c68d8895ae0e 100644
--- a/media-sound/pulsemixer/pulsemixer-9999.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1