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 D8D311382C5 for ; Mon, 1 Feb 2021 10:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D0A0E099B; Mon, 1 Feb 2021 10:03:31 +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 09A2CE099B for ; Mon, 1 Feb 2021 10:03:31 +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 2D3D7340E81 for ; Mon, 1 Feb 2021 10:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8734A478 for ; Mon, 1 Feb 2021 10:03:28 +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: <1612173679.957f8daa68d3d5854660fcb220f505f36c62789e.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.184.ebuild X-VCS-Directories: net-libs/libyang/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 957f8daa68d3d5854660fcb220f505f36c62789e X-VCS-Branch: master Date: Mon, 1 Feb 2021 10:03:28 +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: b49441fe-2c05-4b01-b3bc-8a3f112b5d6a X-Archives-Hash: 014b46193976e7a7f54280c1cca3e6e3 commit: 957f8daa68d3d5854660fcb220f505f36c62789e Author: Sergey Popov gentoo org> AuthorDate: Mon Feb 1 10:01:19 2021 +0000 Commit: Sergey Popov gentoo org> CommitDate: Mon Feb 1 10:01:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957f8daa net-libs/libyang: 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.184.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libyang/libyang-1.0.184.ebuild b/net-libs/libyang/libyang-1.0.184.ebuild index 5c9ff1be96a..011024b81a6 100644 --- a/net-libs/libyang/libyang-1.0.184.ebuild +++ b/net-libs/libyang/libyang-1.0.184.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,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"