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-libs/libnbd/
Date: Tue, 28 Feb 2023 01:30:42
Message-Id: 1677547815.aa1cfb0823bfad0935680cb1fbf045fc913d0a19.sam@gentoo
1 commit: aa1cfb0823bfad0935680cb1fbf045fc913d0a19
2 Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Mon Feb 27 18:15:24 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 01:30:15 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1cfb08
7
8 sys-libs/libnbd: Keyword 1.14.1 sparc, #891167
9
10 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-libs/libnbd/libnbd-1.14.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/libnbd/libnbd-1.14.1.ebuild b/sys-libs/libnbd/libnbd-1.14.1.ebuild
17 index c04df177ecc6..b2cb9e3aba76 100644
18 --- a/sys-libs/libnbd/libnbd-1.14.1.ebuild
19 +++ b/sys-libs/libnbd/libnbd-1.14.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -11,7 +11,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g
27
28 LICENSE="LGPL-2.1+"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~sparc ~x86"
32 IUSE="fuse gnutls uri-support test"
33
34 RESTRICT="!test? ( test )"