diff options
-rw-r--r-- | sys-block/mbuffer/mbuffer-20230301-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/mbuffer/mbuffer-20230301-r1.ebuild b/sys-block/mbuffer/mbuffer-20230301-r1.ebuild index e44e9ed2ac55..1b56abc2474f 100644 --- a/sys-block/mbuffer/mbuffer-20230301-r1.ebuild +++ b/sys-block/mbuffer/mbuffer-20230301-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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 )" |