From e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Tue, 10 Dec 2019 20:44:35 -0500 Subject: [PATCH] media-libs/bcg729: fix HomePageInSrcUri Signed-off-by: Aaron Bauman --- media-libs/bcg729/bcg729-1.0.4.ebuild | 3 ++- media-libs/bcg729/bcg729-4.3.0_beta.ebuild | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild index 6d177a36f30e..4701c38eafb3 100644 --- a/media-libs/bcg729/bcg729-1.0.4.ebuild +++ b/media-libs/bcg729/bcg729-1.0.4.ebuild @@ -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" diff --git a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild index ab0354d49606..0af9054bbb8e 100644 --- a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild +++ b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild @@ -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" -- 2.26.2