Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logical-unification/
Date: Thu, 30 Dec 2021 19:12:03
Message-Id: 1640891505.d5374e8fc3857b6e668fc033acc6496464990a33.arthurzam@gentoo
1 commit: d5374e8fc3857b6e668fc033acc6496464990a33
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 19:11:45 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 19:11:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5374e8f
7
8 dev-python/logical-unification: Stabilize 0.4.4 x86, #830122
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/logical-unification/logical-unification-0.4.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/logical-unification/logical-unification-0.4.4.ebuild b/dev-python/logical-unification/logical-unification-0.4.4.ebuild
16 index e1f4112e5a79..cdbe4e5b259c 100644
17 --- a/dev-python/logical-unification/logical-unification-0.4.4.ebuild
18 +++ b/dev-python/logical-unification/logical-unification-0.4.4.ebuild
19 @@ -19,7 +19,7 @@ S="${WORKDIR}/unification-${PV}"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
25
26 RDEPEND="
27 dev-python/multipledispatch[${PYTHON_USEDEP}]