diff options
author | 2023-04-18 23:17:11 +0100 | |
---|---|---|
committer | 2023-04-18 23:17:38 +0100 | |
commit | b66358b9cffb35803714f28d1ec817b2dfa26373 (patch) | |
tree | 0b2c2c73762c15aecf06d404993c785b7da99d3d /media-video/mkvtoolnix/mkvtoolnix-9999.ebuild | |
parent | dev-ml/ocaml-gettext-camomile: fix camomile dep (diff) | |
download | gentoo-b66358b9cffb35803714f28d1ec817b2dfa26373.tar.gz gentoo-b66358b9cffb35803714f28d1ec817b2dfa26373.tar.bz2 gentoo-b66358b9cffb35803714f28d1ec817b2dfa26373.zip |
media-video/mkvtoolnix: Version bump to 75.0.0
This fixes the build with Ruby 3.2.
Also deals with unknown --with-po4a-translate configure option.
Bug: https://bugs.gentoo.org/895138
Closes: https://bugs.gentoo.org/903727
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-video/mkvtoolnix/mkvtoolnix-9999.ebuild')
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild b/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild index 23a2e80da85d..628d982c71e9 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -104,7 +104,7 @@ src_configure() { $(use_with dvd dvdread) $(use_with nls gettext) - $(usex nls "" --with-po4a-translate=false) + $(usex nls "" --with-po4a=false) --disable-update-check --disable-optimization --with-boost="${ESYSROOT}"/usr |