Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/overlint/
Date: Sun, 31 Jul 2022 16:08:39
Message-Id: 1659283717.0243dadbb614faa121ce2d9342aba45867855acf.jsmolic@gentoo
1 commit: 0243dadbb614faa121ce2d9342aba45867855acf
2 Author: Atharva <atharvaamritkar <AT> protonmail <DOT> com>
3 AuthorDate: Sun Jul 31 08:00:46 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 16:08:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0243dadb
7
8 app-portage/overlint: ~riscv keywording
9
10 Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com>
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 app-portage/overlint/overlint-0.5.3-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-portage/overlint/overlint-0.5.3-r3.ebuild b/app-portage/overlint/overlint-0.5.3-r3.ebuild
17 index 2af4a8c15b75..4831809350eb 100644
18 --- a/app-portage/overlint/overlint-0.5.3-r3.ebuild
19 +++ b/app-portage/overlint/overlint-0.5.3-r3.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
21
22 LICENSE="GPL-2+"
23 SLOT="0"
24 -KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 arm ~riscv x86 ~amd64-linux ~x86-linux"
26 IUSE=""
27
28 RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"