Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/
Date: Sun, 30 Jan 2022 01:47:14
Message-Id: 1643507179.ed30e50bab38dbdaf68a7093fd08616c969a58ab.ajak@gentoo
1 commit: ed30e50bab38dbdaf68a7093fd08616c969a58ab
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 01:43:43 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 01:46:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed30e50b
7
8 media-sound/pulsemixer: update EAPI 7 -> 8, add python3_10
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
16 index 59fab70d4f78..a4059e5a370c 100644
17 --- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
18 +++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 PYTHON_REQ_USE="ncurses"
30
31 inherit distutils-r1