Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/mbuffer/
Date: Thu, 02 Jun 2022 03:05:25
Message-Id: 1654139105.7d1b850bc1e60ef1accb286abd6fcc48dbf2962f.sam@gentoo
1 commit: 7d1b850bc1e60ef1accb286abd6fcc48dbf2962f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 03:01:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 03:05:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1b850b
7
8 sys-block/mbuffer: Stabilize 20211018 arm64, #849173
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-block/mbuffer/mbuffer-20211018.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-block/mbuffer/mbuffer-20211018.ebuild b/sys-block/mbuffer/mbuffer-20211018.ebuild
16 index b5df3c74c1a2..f1fffaa0b1c0 100644
17 --- a/sys-block/mbuffer/mbuffer-20211018.ebuild
18 +++ b/sys-block/mbuffer/mbuffer-20211018.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://www.maier-komor.de/software/mbuffer/${P}.tgz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
30 +KEYWORDS="~amd64 ~arm arm64 ~ppc ~x86"
31 IUSE="debug ssl test"
32
33 REQUIRED_USE="test? ( ssl )"