diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-08-25 14:27:06 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-25 14:42:17 +0200 |
commit | fea4a7b60791125b40ccc0a09747953a199b97ea (patch) | |
tree | 0e2710ee1175230ac59f82dfae980d745ee2c110 /x11-terms/yeahconsole | |
parent | dev-java/mill-bin: add 0.10.7 (diff) | |
download | gentoo-fea4a7b60791125b40ccc0a09747953a199b97ea.tar.gz gentoo-fea4a7b60791125b40ccc0a09747953a199b97ea.tar.bz2 gentoo-fea4a7b60791125b40ccc0a09747953a199b97ea.zip |
x11-terms/yeahconsole: Keyword 0.3.4-r1 riscv, #866479
Bug: https://bugs.gentoo.org/866479
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27013
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-terms/yeahconsole')
-rw-r--r-- | x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild index 4656d9469a51..c8e1f6f147a0 100644 --- a/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild +++ b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="http://phrat.de/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 ~hppa ~riscv x86" RDEPEND=" x11-libs/libX11 " |