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.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 EE447158086 for ; Sun, 12 Dec 2021 17:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B83CA2BC021; Sun, 12 Dec 2021 17:58:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C72F2BC01A for ; Sun, 12 Dec 2021 17:58:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40AF634302E for ; Sun, 12 Dec 2021 17:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D77E236 for ; Sun, 12 Dec 2021 17:58:53 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1639331908.f07e9f4e8ae001fc7c725ee2687a3ac839c278ff.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetconf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetconf2/libnetconf2-2.0.24.ebuild X-VCS-Directories: net-libs/libnetconf2/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f07e9f4e8ae001fc7c725ee2687a3ac839c278ff X-VCS-Branch: master Date: Sun, 12 Dec 2021 17:58:53 +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: ae039d8b-99ac-4a1d-8d94-583c390e9de5 X-Archives-Hash: 77849a1dded2d4eef9d83d04ba4cdf9a commit: f07e9f4e8ae001fc7c725ee2687a3ac839c278ff Author: Jakov Smolić gentoo org> AuthorDate: Sun Dec 12 17:58:28 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Dec 12 17:58:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07e9f4e net-libs/libnetconf2: Stabilize 2.0.24 x86, #829006 Signed-off-by: Jakov Smolić gentoo.org> net-libs/libnetconf2/libnetconf2-2.0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnetconf2/libnetconf2-2.0.24.ebuild b/net-libs/libnetconf2/libnetconf2-2.0.24.ebuild index 831ee0c2cca4..dc10aab7675f 100644 --- a/net-libs/libnetconf2/libnetconf2-2.0.24.ebuild +++ b/net-libs/libnetconf2/libnetconf2-2.0.24.ebuild @@ -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 )"