diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-10-26 14:30:47 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-10-29 21:25:06 +0800 |
commit | ee8be4c5009bfc7a5f0dc5740c3254058cfdcb00 (patch) | |
tree | 07444b7e7023ae2bf00a49dff9c978a90e906703 /app-editors/aee | |
parent | app-editors/featherpad: keyword ~riscv (diff) | |
download | gentoo-ee8be4c5009bfc7a5f0dc5740c3254058cfdcb00.tar.gz gentoo-ee8be4c5009bfc7a5f0dc5740c3254058cfdcb00.tar.bz2 gentoo-ee8be4c5009bfc7a5f0dc5740c3254058cfdcb00.zip |
app-editors/aee: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-editors/aee')
-rw-r--r-- | app-editors/aee/aee-2.2.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/aee/aee-2.2.21.ebuild b/app-editors/aee/aee-2.2.21.ebuild index b4b1aa5d647e..9c616e016bc5 100644 --- a/app-editors/aee/aee-2.2.21.ebuild +++ b/app-editors/aee/aee-2.2.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux" +KEYWORDS="amd64 ~riscv x86 ~amd64-linux" IUSE="X" RDEPEND="X? ( x11-libs/libX11 )" |