mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Thomas Beierlein
parent
beff92f0d4
commit
cc3581b1ae
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user