diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 20:30:35 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 20:30:35 +0100 |
commit | 5c8035c2029ad1bc96d92adef209864be5d72b6d (patch) | |
tree | a7f9c15a2847745fd04be8d1f1a925d6bee75ced /net-libs/libnetconf2 | |
parent | net-misc/netopeer2: destabilize 2.0.35 for ~x86 (diff) | |
download | gentoo-5c8035c2029ad1bc96d92adef209864be5d72b6d.tar.gz gentoo-5c8035c2029ad1bc96d92adef209864be5d72b6d.tar.bz2 gentoo-5c8035c2029ad1bc96d92adef209864be5d72b6d.zip |
net-libs/libnetconf2: destabilize 2.0.24 for ~x86
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-libs/libnetconf2')
-rw-r--r-- | net-libs/libnetconf2/libnetconf2-2.0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnetconf2/libnetconf2-2.0.24.ebuild b/net-libs/libnetconf2/libnetconf2-2.0.24.ebuild index 89defd72deeb..dd860ad61742 100644 --- a/net-libs/libnetconf2/libnetconf2-2.0.24.ebuild +++ b/net-libs/libnetconf2/libnetconf2-2.0.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/libnetconf2/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |