diff options
-rw-r--r-- | app-text/atril/atril-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/atril/atril-1.24.1.ebuild b/app-text/atril/atril-1.24.1.ebuild index 16cc0e88ee90..3d098e7a9f2d 100644 --- a/app-text/atril/atril-1.24.1.ebuild +++ b/app-text/atril/atril-1.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python3_{7..9} ) inherit mate python-any-r1 virtualx if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi DESCRIPTION="Atril document viewer for MATE" |