Diff libodb-2.5.0_beta19 with a libodb-2.5.0_beta21

/usr/portage/dev-cpp/libodb/libodb-2.5.0_beta21.ebuild 2023-10-09 14:52:29.304368345 +0300
1 1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)"
7 7

  
8 8
BUILD2_PN=build2-toolchain
9
BUILD2_PV="0.13.0"
9
BUILD2_PV="0.14.0"
10 10
BUILD2_P="${BUILD2_PN}-${BUILD2_PV}"
11 11

  
12 12
inherit toolchain-funcs multiprocessing
......
25 25
"
26 26
BDEPEND="virtual/pkgconfig"
27 27
RDEPEND="${DEPEND}
28
	!<dev-util/build2-0.13.0
28
	!<dev-util/build2-0.14.0
29 29
"
30 30

  
31 31
BS="${WORKDIR}/${BUILD2_P}"
......
45 45
src_prepare() {
46 46
	pushd "${BS}" || die
47 47
	eapply "${FILESDIR}"/build2-0.13.0_alpha0_pre20200710-nousrlocal.patch
48
	eapply "${FILESDIR}"/build2-0.13.0-libcpp-undefined-symol-vtable-for-match_any_but_newline-exec.patch
49 48
	printf 'cxx.libs += %s\ncxx.poptions += %s\n' \
50 49
		"-L${EPREFIX}/usr/$(get_libdir) $($(tc-getPKG_CONFIG) sqlite3 --libs)" \
51 50
		"$($(tc-getPKG_CONFIG) sqlite3 --cflags)" >> \
Thank you!