Diff libgpiod-1.6.4 with a libgpiod-2.0.2

/usr/portage/dev-libs/libgpiod/libgpiod-2.0.2.ebuild 2023-10-09 14:52:29.516368351 +0300
11 11

  
12 12
LICENSE="LGPL-2.1"
13 13
# Reflects the ABI of libgpiod.so
14
SLOT="0/2"
14
SLOT="0/3"
15 15
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
16 16
IUSE="+tools cxx python test"
17 17
RESTRICT="!test? ( test )"
......
19 19
#  --enable-tests          enable libgpiod tests [default=no]
20 20
#  --enable-bindings-cxx   enable C++ bindings [default=no]
21 21
#  --enable-bindings-python
22
#  --enable-bindings-rust
22 23
DEPEND="
23 24
	test? (
24 25
		>=dev-libs/glib-2.50
......
39 40
		$(use_enable cxx bindings-cxx)
40 41
		$(use_enable test tests)
41 42
		$(use_enable python bindings-python)
43
		--enable-examples
44
		--disable-profiling
45
		--disable-bindings-rust
42 46
	)
43 47

  
44 48
	econf "${myconf[@]}"
Thank you!