diff options
Diffstat (limited to 'sys-libs/libnbd/libnbd-1.14.1.ebuild')
-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 )" |