diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 15:15:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 15:15:22 +0100 |
commit | f95668b777d165003891c28666ab99e8c54295c4 (patch) | |
tree | 2b1198576ef609a7a1d20850b8bfd4a4d301a5f5 /app-editors | |
parent | app-admin/sxid: Stabilize 4.20130802 amd64, #944593 (diff) | |
download | gentoo-f95668b777d165003891c28666ab99e8c54295c4.tar.gz gentoo-f95668b777d165003891c28666ab99e8c54295c4.tar.bz2 gentoo-f95668b777d165003891c28666ab99e8c54295c4.zip |
app-editors/retext: Keyword 8.0.2 x86, #944722
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 e31074aa8618..3dfca155e9e4 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" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2+" |