commit: 3d52d2c71ee37bcb43ffeb9470085c047b5147ca
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Jul 7 10:00:01 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 21:53:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d52d2c7
media-sound/timidity++: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-sound/timidity++/timidity++-2.15.0-r6.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/timidity++/timidity++-2.15.0-r6.ebuild
b/media-sound/timidity++/timidity++-2.15.0-r6.ebuild
index 106e11d246f6..6ceb26551a98 100644
--- a/media-sound/timidity++/timidity++-2.15.0-r6.ebuild
+++ b/media-sound/timidity++/timidity++-2.15.0-r6.ebuild
@@ -8,12 +8,12 @@ inherit autotools desktop elisp-common flag-o-matic systemd
xdg
MY_PV="${PV/_/-}"
MY_P="TiMidity++-${MY_PV}"
-DESCRIPTION="A handy MIDI to WAV converter with OSS and ALSA output support"
-HOMEPAGE="http://timidity.sourceforge.net/"
+DESCRIPTION="Handy MIDI to WAV converter with OSS and ALSA output support"
+HOMEPAGE="https://timidity.sourceforge.net/"
SRC_URI="mirror://sourceforge/timidity/${MY_P}.tar.xz"
S="${WORKDIR}/${MY_P}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
IUSE="alsa ao emacs flac gtk jack motif nas ncurses ogg oss selinux slang
speex tk vorbis X Xaw3d"