From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 767E913835A for ; Sat, 27 Feb 2021 19:51:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3CE3E0968; Sat, 27 Feb 2021 19:51:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E908E0968 for ; Sat, 27 Feb 2021 19:51:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EE45340DE2 for ; Sat, 27 Feb 2021 19:51:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 397D34C6 for ; Sat, 27 Feb 2021 19:51:29 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1614455479.c0fbc354e8b0709690bb9a1eaa799989a3ad8d80.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libyang/libyang-1.0.215.ebuild X-VCS-Directories: net-libs/libyang/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: c0fbc354e8b0709690bb9a1eaa799989a3ad8d80 X-VCS-Branch: master Date: Sat, 27 Feb 2021 19:51:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ca0fe11-66ea-4c7b-aed0-7fbafa35d6ab X-Archives-Hash: 13d97dbcfeeb70fb9e59322850fd6714 commit: c0fbc354e8b0709690bb9a1eaa799989a3ad8d80 Author: Sergey Popov gentoo org> AuthorDate: Sat Feb 27 19:49:03 2021 +0000 Commit: Sergey Popov gentoo org> CommitDate: Sat Feb 27 19:51:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0fbc354 net-libs/libyang-1.0.215: stable for amd64/x86 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sergey Popov gentoo.org> net-libs/libyang/libyang-1.0.215.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libyang/libyang-1.0.215.ebuild b/net-libs/libyang/libyang-1.0.215.ebuild index c98a1b7dd4b..4d3674d9b3a 100644 --- a/net-libs/libyang/libyang-1.0.215.ebuild +++ b/net-libs/libyang/libyang-1.0.215.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 ~x86" +KEYWORDS="amd64 x86" IUSE="doc test"