Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmodbus/
Date: Tue, 31 Jan 2023 15:17:47
Message-Id: 1675178130.69dc01526849ab1880a27fece3cec3579165a07a.conikost@gentoo
1 commit: 69dc01526849ab1880a27fece3cec3579165a07a
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 03:18:45 2023 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 15:15:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dc0152
7
8 dev-libs/libmodbus: amd64 stable
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-libs/libmodbus/libmodbus-3.1.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libmodbus/libmodbus-3.1.10.ebuild b/dev-libs/libmodbus/libmodbus-3.1.10.ebuild
16 index de8b52473bfe..d9904a179b3b 100644
17 --- a/dev-libs/libmodbus/libmodbus-3.1.10.ebuild
18 +++ b/dev-libs/libmodbus/libmodbus-3.1.10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/stephane/${PN}/releases/download/v${PV}/${P}.tar.gz"
26
27 LICENSE="LGPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~x86"
30 +KEYWORDS="amd64 ~arm64 ~x86"
31 IUSE="static-libs test"
32 RESTRICT="!test? ( test )"