diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-11-04 20:19:08 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-11-08 10:47:56 +0800 |
commit | 4693e32c2495d7047348174c1991fa352f9708fc (patch) | |
tree | c4418e147af067cab410779de7e2d49081fa14fb /net-irc | |
parent | net-irc/scrollz: keyword ~riscv (diff) | |
download | gentoo-4693e32c2495d7047348174c1991fa352f9708fc.tar.gz gentoo-4693e32c2495d7047348174c1991fa352f9708fc.tar.bz2 gentoo-4693e32c2495d7047348174c1991fa352f9708fc.zip |
net-irc/sic: 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 'net-irc')
-rw-r--r-- | net-irc/sic/sic-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/sic/sic-1.2-r1.ebuild b/net-irc/sic/sic-1.2-r1.ebuild index 8ca301bc99ac..7812ded5abf8 100644 --- a/net-irc/sic/sic-1.2-r1.ebuild +++ b/net-irc/sic/sic-1.2-r1.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="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" PATCHES=( "${FILESDIR}/${PN}-1.2-include-path.patch" |