commit:     cc3581b1ae3097af94cbf8ceb6849bf80dfbbc43
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug 27 08:03:03 2024 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 11:31:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3581b1

media-radio/svxlink: use https, add missing braces

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38299
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/svxlink/svxlink-19.09.2.ebuild  | 2 +-
 media-radio/svxlink/svxlink-24.02-r2.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-radio/svxlink/svxlink-19.09.2.ebuild 
b/media-radio/svxlink/svxlink-19.09.2.ebuild
index 2e0f2c6624e1..5dc13813cd96 100644
--- a/media-radio/svxlink/svxlink-19.09.2.ebuild
+++ b/media-radio/svxlink/svxlink-19.09.2.ebuild
@@ -10,7 +10,7 @@ inherit cmake flag-o-matic systemd
 CMAKE_USE_DIR="${S}/src"
 
 DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink"
-HOMEPAGE="http://www.svxlink.org";
+HOMEPAGE="https://www.svxlink.org";
 SRC_URI="https://github.com/sm0svx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"

diff --git a/media-radio/svxlink/svxlink-24.02-r2.ebuild 
b/media-radio/svxlink/svxlink-24.02-r2.ebuild
index c179c98aeac6..b0f5f4b192f7 100644
--- a/media-radio/svxlink/svxlink-24.02-r2.ebuild
+++ b/media-radio/svxlink/svxlink-24.02-r2.ebuild
@@ -10,7 +10,7 @@ inherit cmake flag-o-matic systemd xdg-utils
 CMAKE_USE_DIR="${S}/src"
 
 DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink"
-HOMEPAGE="http://www.svxlink.org";
+HOMEPAGE="https://www.svxlink.org";
 SRC_URI="https://github.com/sm0svx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
@@ -47,7 +47,7 @@ BDEPEND="
 src_prepare() {
        # fix build for MUSL (bug #936813)
        if use elibc_musl ; then
-               eapply -p1 "${FILESDIR}/$P-musl.patch"
+               eapply -p1 "${FILESDIR}/${P}-musl.patch"
        fi
        if ! use ogg ; then
                # drop automatic discovery of dependency

Reply via email to