Diff mkvtoolnix-72.0.0 with a mkvtoolnix-75.0.0

/usr/portage/media-video/mkvtoolnix/mkvtoolnix-75.0.0.ebuild 2023-10-09 14:52:31.824368409 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
104 104

  
105 105
		$(use_with dvd dvdread)
106 106
		$(use_with nls gettext)
107
		$(usex nls "" --with-po4a-translate=false)
107
		#$(use_with nls po4a)
108 108
		--disable-update-check
109 109
		--disable-optimization
110 110
		--with-boost="${ESYSROOT}"/usr
111 111
		--with-boost-libdir="${ESYSROOT}"/usr/$(get_libdir)
112 112
	)
113 113

  
114
	# Work around bug #904710.
115
	use nls || export ac_cv_path_PO4A=
116

  
114 117
	econf "${myeconfargs[@]}"
115 118
}
116 119

  
Thank you!