commit: 69dc01526849ab1880a27fece3cec3579165a07a Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Jan 31 03:18:45 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Jan 31 15:15:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dc0152
dev-libs/libmodbus: amd64 stable Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/libmodbus/libmodbus-3.1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libmodbus/libmodbus-3.1.10.ebuild b/dev-libs/libmodbus/libmodbus-3.1.10.ebuild index de8b52473bfe..d9904a179b3b 100644 --- a/dev-libs/libmodbus/libmodbus-3.1.10.ebuild +++ b/dev-libs/libmodbus/libmodbus-3.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/stephane/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="static-libs test" RESTRICT="!test? ( test )"