Diff dmtx-utils-0.7.5 with a dmtx-utils-0.7.6

/usr/portage/media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild 2023-10-09 14:52:31.620368404 +0300
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
14 14
KEYWORDS="~amd64"
15 15
IUSE=""
16 16

  
17
# requires libdmtx-0.7.5 due to DmtxPropFnc1
17 18
RDEPEND="
18 19
	>=media-gfx/imagemagick-6.2.4:=
19
	>=media-libs/libdmtx-0.7.0
20
	>=media-libs/libdmtx-0.7.5
20 21
"
21 22
DEPEND="${RDEPEND}"
22 23
BDEPEND="
Thank you!