media-libs/bcg729: fix HomePageInSrcUri
authorAaron Bauman <bman@gentoo.org>
Wed, 11 Dec 2019 01:44:35 +0000 (20:44 -0500)
committerAaron Bauman <bman@gentoo.org>
Wed, 11 Dec 2019 01:45:03 +0000 (20:45 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
media-libs/bcg729/bcg729-1.0.4.ebuild
media-libs/bcg729/bcg729-4.3.0_beta.ebuild

index 6d177a36f30e1ce564e70bdbe9c758544c983e56..4701c38eafb3fc9fb0a8bd719a0064e5ac61306f 100644 (file)
@@ -6,7 +6,8 @@ inherit autotools ltprune
 
 DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
 HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV}.tar.gz \
+               -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
index ab0354d49606b73e269473f56a26190e49bcd67b..0af9054bbb8e7475093b92edfd8e016f302adc64 100644 (file)
@@ -2,11 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit cmake-utils
 
 DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
 HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="${HOMEPAGE}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
+               -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"