diff options
author | Marcus Comstedt <marcus@mc.pp.se> | 2019-07-04 16:41:36 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-07-05 23:12:46 +0200 |
commit | 17f245c2c574f7efa5a2332ee52044ee4660f83b (patch) | |
tree | 4857ea57f41ebce4f5fc0f13830ed52b40bcdf15 /app-misc/sl | |
parent | net-misc/ntp: keyworded 4.2.8_p13 for riscv, bug #689262 (diff) | |
download | gentoo-17f245c2c574f7efa5a2332ee52044ee4660f83b.tar.gz gentoo-17f245c2c574f7efa5a2332ee52044ee4660f83b.tar.bz2 gentoo-17f245c2c574f7efa5a2332ee52044ee4660f83b.zip |
app-misc/sl: keyworded 5.02 for riscv, bug #689264
Closes: https://bugs.gentoo.org/689264
Signed-off-by: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-misc/sl')
-rw-r--r-- | app-misc/sl/sl-5.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/sl/sl-5.02.ebuild b/app-misc/sl/sl-5.02.ebuild index 223474eab81f..0ec822115ca5 100644 --- a/app-misc/sl/sl-5.02.ebuild +++ b/app-misc/sl/sl-5.02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mtoyoda/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Toyoda" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~riscv sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="l10n_ja" RDEPEND="sys-libs/ncurses:0=" |