diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-08-27 10:03:03 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-08-27 13:31:59 +0200 |
commit | cc3581b1ae3097af94cbf8ceb6849bf80dfbbc43 (patch) | |
tree | 9e1c5d209b84b6a5f481ef1c2c4905bfcbad3594 /media-radio/svxlink | |
parent | sci-libs/mpfi: use https for HOMEPAGE (diff) | |
download | gentoo-cc3581b1ae3097af94cbf8ceb6849bf80dfbbc43.tar.gz gentoo-cc3581b1ae3097af94cbf8ceb6849bf80dfbbc43.tar.bz2 gentoo-cc3581b1ae3097af94cbf8ceb6849bf80dfbbc43.zip |
media-radio/svxlink: use https, add missing braces
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38299
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/svxlink')
-rw-r--r-- | media-radio/svxlink/svxlink-19.09.2.ebuild | 2 | ||||
-rw-r--r-- | 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 |