commit: 6497a229bb3cff8cb125901b042d9bfff8ec32bb Author: Vladislav Mikhailikov <vmikhailikov <AT> gmail <DOT> com> AuthorDate: Mon Dec 1 22:08:02 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Mon Dec 15 17:32:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6497a229
net-libs/cppzmq: fix wrong variable order Fix next pkgcheck warning: VariableOrderWrong: variable LICENSE should occur before SLOT Signed-off-by: Vladislav Mikhailikov <vmikhailikov <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44811 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> net-libs/cppzmq/cppzmq-4.10.0.ebuild | 4 ++-- net-libs/cppzmq/cppzmq-4.9.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/cppzmq/cppzmq-4.10.0.ebuild b/net-libs/cppzmq/cppzmq-4.10.0.ebuild index 4fb02db8a148..21f81e94f89b 100644 --- a/net-libs/cppzmq/cppzmq-4.10.0.ebuild +++ b/net-libs/cppzmq/cppzmq-4.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,8 +9,8 @@ DESCRIPTION="High-level CPP Binding for ZeroMQ" HOMEPAGE="https://github.com/zeromq/cppzmq" SRC_URI="https://github.com/zeromq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="MIT" +SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~x86-linux" IUSE="test" diff --git a/net-libs/cppzmq/cppzmq-4.9.0.ebuild b/net-libs/cppzmq/cppzmq-4.9.0.ebuild index 2b4063863cad..52885b68923b 100644 --- a/net-libs/cppzmq/cppzmq-4.9.0.ebuild +++ b/net-libs/cppzmq/cppzmq-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,8 +9,8 @@ DESCRIPTION="High-level CPP Binding for ZeroMQ" HOMEPAGE="https://github.com/zeromq/cppzmq" SRC_URI="https://github.com/zeromq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="MIT" +SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~x86-linux" IUSE="test"
