diff options
Diffstat (limited to 'media-libs/libeot')
-rw-r--r-- | media-libs/libeot/libeot-0.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild index 26beb1dbfabb..838ce3e108f8 100644 --- a/media-libs/libeot/libeot-0.01.ebuild +++ b/media-libs/libeot/libeot-0.01.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 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/umanwizard/libeot" LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" IUSE="" RDEPEND="" |