diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-10-16 05:02:35 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-10-22 09:24:37 +0800 |
commit | c77c173ae80095e0efd0e528d53a4a8fa022e014 (patch) | |
tree | 00b3854d08695eb95cf0bda73360700a8d578093 /app-editors/e3 | |
parent | dev-ruby/curses: keyword ~riscv (diff) | |
download | gentoo-c77c173ae80095e0efd0e528d53a4a8fa022e014.tar.gz gentoo-c77c173ae80095e0efd0e528d53a4a8fa022e014.tar.bz2 gentoo-c77c173ae80095e0efd0e528d53a4a8fa022e014.zip |
app-editors/e3: 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/e3')
-rw-r--r-- | app-editors/e3/e3-2.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild index b6a0ab831345..acbdc19af600 100644 --- a/app-editors/e3/e3-2.8.2.ebuild +++ b/app-editors/e3/e3-2.8.2.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="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* amd64 ~riscv x86" BDEPEND=">=dev-lang/nasm-2.09.04" |