diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/retext/retext-8.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/retext/retext-8.0.2.ebuild b/app-editors/retext/retext-8.0.2.ebuild index 3dfca155e9e4..64610d093a31 100644 --- a/app-editors/retext/retext-8.0.2.ebuild +++ b/app-editors/retext/retext-8.0.2.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/retext-project/retext.git" else inherit pypi - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="GPL-2+" |