commit: db05ed043fdff76afa75cfb6b0b3f56d1bb59289 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 11:16:29 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 11:16:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db05ed04
dev-libs/libebml: note that 1.4.3 is broken Bug: https://github.com/Matroska-Org/libebml/issues/104 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libebml/libebml-1.4.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/libebml/libebml-1.4.2.ebuild b/dev-libs/libebml/libebml-1.4.2.ebuild index 777b6e12b31f..dd87bd442f63 100644 --- a/dev-libs/libebml/libebml-1.4.2.ebuild +++ b/dev-libs/libebml/libebml-1.4.2.ebuild @@ -1,8 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +if [[ ${PV} != 1.4.2 ]] ; then + die "Do not bump to 1.4.3! It breaks ABI: https://github.com/Matroska-Org/libebml/issues/104" +fi + inherit cmake DESCRIPTION="Extensible binary format library (kinda like XML)"
