summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-04 12:16:29 +0100
committerSam James <sam@gentoo.org>2022-10-04 12:16:40 +0100
commitdb05ed043fdff76afa75cfb6b0b3f56d1bb59289 (patch)
treea9477a6069603d534c2a108203863fbffd18bf7b /dev-libs/libebml
parentdev-tcltk/tktray: fix tclconfig path (diff)
downloadgentoo-db05ed043fdff76afa75cfb6b0b3f56d1bb59289.tar.gz
gentoo-db05ed043fdff76afa75cfb6b0b3f56d1bb59289.tar.bz2
gentoo-db05ed043fdff76afa75cfb6b0b3f56d1bb59289.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r--dev-libs/libebml/libebml-1.4.2.ebuild6
1 files changed, 5 insertions, 1 deletions
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)"