diff options
author | 2025-01-12 13:41:39 +0000 | |
---|---|---|
committer | 2025-01-12 13:41:39 +0000 | |
commit | d49e10d0e8d8b373979878188234c23629985093 (patch) | |
tree | 371211d20deb9b01fad98471915da46df1e657b6 /sys-block | |
parent | sys-apps/iproute2: Stabilize 6.12.0 arm, #947963 (diff) | |
download | gentoo-d49e10d0e8d8b373979878188234c23629985093.tar.gz gentoo-d49e10d0e8d8b373979878188234c23629985093.tar.bz2 gentoo-d49e10d0e8d8b373979878188234c23629985093.zip |
sys-block/mbuffer: Stabilize 20241007 arm64, #947964
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/mbuffer/mbuffer-20241007.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/mbuffer/mbuffer-20241007.ebuild b/sys-block/mbuffer/mbuffer-20241007.ebuild index e0721f774e17..15ccd41518e9 100644 --- a/sys-block/mbuffer/mbuffer-20241007.ebuild +++ b/sys-block/mbuffer/mbuffer-20241007.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 @@ -11,7 +11,7 @@ SRC_URI="https://www.maier-komor.de/software/mbuffer/${P}.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="debug ssl test" REQUIRED_USE="test? ( ssl )" RESTRICT="!test? ( test )" |