Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/canlock/
Date: Wed, 19 Jan 2022 16:28:43
Message-Id: 1642609713.4a81f8163728b5d27e0038b322f047c2c9e17097.juippis@gentoo
1 commit: 4a81f8163728b5d27e0038b322f047c2c9e17097
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 16:27:19 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 16:28:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a81f816
7
8 net-libs/canlock: KEYWORDS~3.3.0, fix UnusedInherit
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-libs/canlock/canlock-3.3.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/net-libs/canlock/canlock-3.3.0.ebuild b/net-libs/canlock/canlock-3.3.0.ebuild
16 index 2c748b1fe6e9..5227e822e8c8 100644
17 --- a/net-libs/canlock/canlock-3.3.0.ebuild
18 +++ b/net-libs/canlock/canlock-3.3.0.ebuild
19 @@ -3,8 +3,6 @@
20
21 EAPI=8
22
23 -inherit toolchain-funcs
24 -
25 DESCRIPTION="A library for creating and verifying Usenet cancel locks"
26 HOMEPAGE="https://micha.freeshell.org/libcanlock/"
27 SRC_URI="https://micha.freeshell.org/lib${PN}/src/lib${P}.tar.bz2"
28 @@ -12,7 +10,7 @@ S="${WORKDIR}/lib${P}"
29
30 LICENSE="BSD MIT"
31 SLOT="0/3"
32 -KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
33 +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
34 IUSE="header-parser +legacy"
35
36 BDEPEND="