From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1411366-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E67F158094 for <garchives@archives.gentoo.org>; Thu, 23 Jun 2022 18:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64CB0E0867; Thu, 23 Jun 2022 18:42:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B3F0E0867 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2022 18:42:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A492341432 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2022 18:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C98E0105 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2022 18:42:23 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1656009705.feae1d5bf4598f256c7c542415ee423bbcdfc4fc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libyang/libyang-2.0.194.ebuild X-VCS-Directories: net-libs/libyang/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: feae1d5bf4598f256c7c542415ee423bbcdfc4fc X-VCS-Branch: master Date: Thu, 23 Jun 2022 18:42:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05da9b02-d37c-40b5-b743-cf957ee0ed6e X-Archives-Hash: ddc953e96c7573ab9da21292833cda19 commit: feae1d5bf4598f256c7c542415ee423bbcdfc4fc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 23 18:41:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 23 18:41:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feae1d5b net-libs/libyang: Stabilize 2.0.194 x86, #853310 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libyang/libyang-2.0.194.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libyang/libyang-2.0.194.ebuild b/net-libs/libyang/libyang-2.0.194.ebuild index 4f71c69760dd..c39834ce5f8a 100644 --- a/net-libs/libyang/libyang-2.0.194.ebuild +++ b/net-libs/libyang/libyang-2.0.194.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 )"