diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-03-11 10:38:28 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-03-11 10:38:28 +0100 |
commit | 761aea56332e0c16821817fdb0a81c7136d67a1b (patch) | |
tree | b8f488e4daf2d919e74400655947017d2f309acf /media-sound | |
parent | media-sound/guitarix: switched maintainer to project (diff) | |
download | gentoo-761aea56332e0c16821817fdb0a81c7136d67a1b.tar.gz gentoo-761aea56332e0c16821817fdb0a81c7136d67a1b.tar.bz2 gentoo-761aea56332e0c16821817fdb0a81c7136d67a1b.zip |
media-sound/guitarix: py3.12 + cleanup
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/guitarix/guitarix-0.44.1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/guitarix/guitarix-9999.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/guitarix/guitarix-0.44.1.ebuild b/media-sound/guitarix/guitarix-0.44.1.ebuild index 87ecb97ee87f..fe90a06e00ab 100644 --- a/media-sound/guitarix/guitarix-0.44.1.ebuild +++ b/media-sound/guitarix/guitarix-0.44.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE='threads(+)' inherit multiprocessing python-any-r1 waf-utils xdg diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild index 490d308775b1..8903dc5a603d 100644 --- a/media-sound/guitarix/guitarix-9999.ebuild +++ b/media-sound/guitarix/guitarix-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE='threads(+)' EGIT_OVERRIDE_REPO_ENYOJS_BOOTPLATE="https://github.com/enyojs/bootplate.git" @@ -18,7 +18,6 @@ S="${WORKDIR}/${P}/trunk" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf" REQUIRED_USE="|| ( lv2 standalone )" |