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 8C45115800F for ; Wed, 8 Feb 2023 10:57:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89D49E07B2; Wed, 8 Feb 2023 10:57:28 +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 72A05E07B2 for ; Wed, 8 Feb 2023 10:57:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 554BF340DDF for ; Wed, 8 Feb 2023 10:57:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C639F89F for ; Wed, 8 Feb 2023 10:57:25 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1675853838.0bc0c1f637a6c7f7d35bfb9299b267300319b98e.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/davix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/davix/davix-0.8.3.ebuild X-VCS-Directories: net-libs/davix/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 0bc0c1f637a6c7f7d35bfb9299b267300319b98e X-VCS-Branch: master Date: Wed, 8 Feb 2023 10:57:25 +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: fccdc6ea-44c5-49ed-93c4-d726a38ad65f X-Archives-Hash: 17fd4c50ae525d0ab8ab0bbf94fdb35b commit: 0bc0c1f637a6c7f7d35bfb9299b267300319b98e Author: Guilherme Amadio gentoo org> AuthorDate: Wed Feb 8 10:47:14 2023 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Feb 8 10:57:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc0c1f6 net-libs/davix: stabilize 0.8.3 for x86 Signed-off-by: Guilherme Amadio gentoo.org> net-libs/davix/davix-0.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/davix/davix-0.8.3.ebuild b/net-libs/davix/davix-0.8.3.ebuild index c8bd4fa184fd..4b976fe682fd 100644 --- a/net-libs/davix/davix-0.8.3.ebuild +++ b/net-libs/davix/davix-0.8.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/cern-fts/${PN}/releases/download/R_${PV//./_}/${P}.t LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc ipv6 test tools" RESTRICT="!test? ( test )"