commit: f3d2bdecaab108dc7b89443d2df86a09bdad71f9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 17 01:33:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 17 01:33:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d2bdec
media-libs/bcg729: style change for DESCRIPTION Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/bcg729/bcg729-1.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild index cf638a772cf..b0918c6a824 100644 --- a/media-libs/bcg729/bcg729-1.1.1.ebuild +++ b/media-libs/bcg729/bcg729-1.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake TEST_SUFFIX="tests-20210101" -DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec" +DESCRIPTION="Encoder and decoder of the ITU G729 Annex A/B speech codec" HOMEPAGE="https://github.com/BelledonneCommunications/bcg729" SRC_URI="https://github.com/BelledonneCommunications/${PN}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" SRC_URI+=" test? ( http://www.belledonne-communications.com/bc-downloads/${PN}-patterns.zip -> ${PN}-${TEST_SUFFIX}.zip )" @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86" IUSE="test" + RESTRICT="test" # Not all passing yet # TODO: Report upstream
