diff options
Diffstat (limited to 'media-libs/mpvqt')
-rw-r--r-- | media-libs/mpvqt/mpvqt-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mpvqt/mpvqt-1.0.0.ebuild b/media-libs/mpvqt/mpvqt-1.0.0.ebuild index 990a449f34e3..86d121242343 100644 --- a/media-libs/mpvqt/mpvqt-1.0.0.ebuild +++ b/media-libs/mpvqt/mpvqt-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi DESCRIPTION="libmpv wrapper for QtQuick2 and QML" |