From: Aaron Bauman Date: Wed, 11 Dec 2019 01:44:35 +0000 (-0500) Subject: media-libs/bcg729: fix HomePageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4;p=gentoo.git media-libs/bcg729: fix HomePageInSrcUri Signed-off-by: Aaron Bauman --- 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"