diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-02-27 13:15:24 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-28 01:30:15 +0000 |
commit | aa1cfb0823bfad0935680cb1fbf045fc913d0a19 (patch) | |
tree | 01f99bcf8965b87ff5c67644a0f95e0b4866fd33 /sys-libs/libnbd | |
parent | app-misc/jq: Keyword 1.7_pre20230210 sparc, #891163 (diff) | |
download | gentoo-aa1cfb0823bfad0935680cb1fbf045fc913d0a19.tar.gz gentoo-aa1cfb0823bfad0935680cb1fbf045fc913d0a19.tar.bz2 gentoo-aa1cfb0823bfad0935680cb1fbf045fc913d0a19.zip |
sys-libs/libnbd: Keyword 1.14.1 sparc, #891167
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libnbd')
-rw-r--r-- | sys-libs/libnbd/libnbd-1.14.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libnbd/libnbd-1.14.1.ebuild b/sys-libs/libnbd/libnbd-1.14.1.ebuild index c04df177ecc6..b2cb9e3aba76 100644 --- a/sys-libs/libnbd/libnbd-1.14.1.ebuild +++ b/sys-libs/libnbd/libnbd-1.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="fuse gnutls uri-support test" RESTRICT="!test? ( test )" |