diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-10-27 18:12:35 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-10-29 21:29:22 +0800 |
commit | a6c7474b187ee0ec69145d6377c3db41e4318165 (patch) | |
tree | df6fb54da84db7b4a2b4213667050f16bc48f467 /app-editors | |
parent | app-editors/scite: keyword ~riscv (diff) | |
download | gentoo-a6c7474b187ee0ec69145d6377c3db41e4318165.tar.gz gentoo-a6c7474b187ee0ec69145d6377c3db41e4318165.tar.bz2 gentoo-a6c7474b187ee0ec69145d6377c3db41e4318165.zip |
app-editors/shed: 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')
-rw-r--r-- | app-editors/shed/shed-1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/shed/shed-1.15.ebuild b/app-editors/shed/shed-1.15.ebuild index 3c907f678988..008b7b44e8ce 100644 --- a/app-editors/shed/shed-1.15.ebuild +++ b/app-editors/shed/shed-1.15.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" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND}" |