commit: dd5dfc6fa459f317e799993e3e18b5937f069f3c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 01:26:00 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 01:44:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5dfc6f
media-sound/gnome-sound-recorder: update DESCRIPTION, HOMEPAGE And support python 3.13 Closes: https://bugs.gentoo.org/952547 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild index 0f5aae4211dd..67d752c7712d 100644 --- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild +++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org gnome2-utils meson python-any-r1 xdg -DESCRIPTION="Simple sound recorder" -HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder https://gitlab.gnome.org/GNOME/gnome-sound-recorder" +DESCRIPTION="A simple, modern sound recorder for GNOME" +HOMEPAGE="https://gitlab.gnome.org/World/vocalis" LICENSE="GPL-2+" SLOT="0"
