Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keyutils/
Date: Mon, 03 Jan 2022 09:41:33
Message-Id: 1641202846.4ed68c886cff8e59424436090d701f4bbdb9aa51.jsmolic@gentoo
1 commit: 4ed68c886cff8e59424436090d701f4bbdb9aa51
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 09:40:46 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 09:40:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed68c88
7
8 dev-python/python-keyutils: Stabilize 0.6 amd64, #830449
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/python-keyutils/python-keyutils-0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-keyutils/python-keyutils-0.6.ebuild b/dev-python/python-keyutils/python-keyutils-0.6.ebuild
16 index ca9774f8dd57..f1daa1fc72fc 100644
17 --- a/dev-python/python-keyutils/python-keyutils-0.6.ebuild
18 +++ b/dev-python/python-keyutils/python-keyutils-0.6.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/sassoftware/python-keyutils/archive/refs/tags/${PV}.
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm x86"
24 +KEYWORDS="amd64 ~arm x86"
25
26 DEPEND="sys-apps/keyutils"
27 RDEPEND="${DEPEND}"