diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/makemkv/makemkv-1.17.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/makemkv/makemkv-1.17.5.ebuild b/media-video/makemkv/makemkv-1.17.5.ebuild index 13d076708552..f5c346192737 100644 --- a/media-video/makemkv/makemkv-1.17.5.ebuild +++ b/media-video/makemkv/makemkv-1.17.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="http://www.makemkv.com/download/${MY_P}.tar.gz LICENSE="GPL-2 LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+gui +java" RESTRICT="bindist mirror" |