commit: e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Dec 11 01:44:35 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 11 01:45:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cecb81
media-libs/bcg729: fix HomePageInSrcUri Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> 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 6d177a36f30..4701c38eafb 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 ab0354d4960..0af9054bbb8 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"