diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-07-20 08:32:53 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-07-20 08:32:53 +0200 |
commit | 673b6f1153b5442fa2493365e52a61679b728dcf (patch) | |
tree | b0d4ebc02535958ad70a0dc2678e73fbfb502bf6 /net-libs/libyang | |
parent | net-libs/libnetconf2: amd64 stable wrt bug #798882 (diff) | |
download | gentoo-673b6f1153b5442fa2493365e52a61679b728dcf.tar.gz gentoo-673b6f1153b5442fa2493365e52a61679b728dcf.tar.bz2 gentoo-673b6f1153b5442fa2493365e52a61679b728dcf.zip |
net-libs/libyang: amd64 stable wrt bug #798882
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/libyang')
-rw-r--r-- | net-libs/libyang/libyang-2.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libyang/libyang-2.0.7.ebuild b/net-libs/libyang/libyang-2.0.7.ebuild index 6254659806fa..57f270bd1c08 100644 --- a/net-libs/libyang/libyang-2.0.7.ebuild +++ b/net-libs/libyang/libyang-2.0.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/CESNET/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |