diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-21 14:27:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-21 14:28:54 +0200 |
commit | 7a062efa41a4e3256626a95a2650c6426088ea70 (patch) | |
tree | aedba3d52a2b25ff9ee99cc5f1216409e5860a1a /media-sound | |
parent | kde-plasma/discover: Add missing dependency (diff) | |
download | kde-7a062efa41a4e3256626a95a2650c6426088ea70.tar.gz kde-7a062efa41a4e3256626a95a2650c6426088ea70.tar.bz2 kde-7a062efa41a4e3256626a95a2650c6426088ea70.zip |
media-sound/kid3: slotmove 6 to 0, enable py3.13
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/kid3/kid3-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/kid3/kid3-9999.ebuild b/media-sound/kid3/kid3-9999.ebuild index 18bb5320de..685eb43508 100644 --- a/media-sound/kid3/kid3-9999.ebuild +++ b/media-sound/kid3/kid3-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake kde.org python-any-r1 xdg DESCRIPTION="Simple tag editor based on Qt" @@ -15,7 +15,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then fi LICENSE="GPL-2+" -SLOT="6" +SLOT="0" IUSE="acoustid flac kde mp3 mp4 +mpris +taglib test vorbis" REQUIRED_USE="flac? ( vorbis )" |