diff options
author | Ryan Qian <i@bitbili.net> | 2022-03-18 14:12:35 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 14:55:31 +0100 |
commit | c36027611e9d20ffe506da7c7fa36956f9bfe869 (patch) | |
tree | 658e5969d71b4c46349e37c14fabe7915225a5cf /app-text | |
parent | app-text/libmspub: keyword 0.1.4 for ~riscv (diff) | |
download | gentoo-c36027611e9d20ffe506da7c7fa36956f9bfe869.tar.gz gentoo-c36027611e9d20ffe506da7c7fa36956f9bfe869.tar.bz2 gentoo-c36027611e9d20ffe506da7c7fa36956f9bfe869.zip |
app-text/libqxp: keyword 0.0.2 for ~riscv
Signed-off-by: Ryan Qian <i@bitbili.net>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libqxp/libqxp-0.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild b/app-text/libqxp/libqxp-0.0.2.ebuild index b8a7b7ad69f9..1b88010e8bae 100644 --- a/app-text/libqxp/libqxp-0.0.2.ebuild +++ b/app-text/libqxp/libqxp-0.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86" IUSE="debug doc test tools" RESTRICT="!test? ( test )" |