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 970B515800F for ; Fri, 10 Feb 2023 15:39:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95749E07E0; Fri, 10 Feb 2023 15:39:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CBA0E07E0 for ; Fri, 10 Feb 2023 15:39: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 9380E340C3E for ; Fri, 10 Feb 2023 15:39:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18145896 for ; Fri, 10 Feb 2023 15:39:26 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1676043518.bcf72313d52741e975a51cc142b3ed5f09e05782.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/phodav/phodav-3.0.ebuild X-VCS-Directories: net-libs/phodav/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: bcf72313d52741e975a51cc142b3ed5f09e05782 X-VCS-Branch: master Date: Fri, 10 Feb 2023 15:39:26 +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: 33c1c7aa-6097-43e8-ad81-8048bcd8fd56 X-Archives-Hash: 8d0d884d7e9b160613fa7ae905d8f812 commit: bcf72313d52741e975a51cc142b3ed5f09e05782 Author: Yixun Lan gentoo org> AuthorDate: Fri Feb 10 15:36:13 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Feb 10 15:38:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf72313 net-libs/phodav: Keyword 3.0 riscv, #893784 Signed-off-by: Yixun Lan gentoo.org> net-libs/phodav/phodav-3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/phodav/phodav-3.0.ebuild b/net-libs/phodav/phodav-3.0.ebuild index b7d073c347cf..8c52b964a838 100644 --- a/net-libs/phodav/phodav-3.0.ebuild +++ b/net-libs/phodav/phodav-3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/phodav https://gitlab.gnome.org/GNOME/phodav" LICENSE="LGPL-2.1+" SLOT="3.0" -KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv x86" IUSE="gtk-doc systemd test zeroconf" RESTRICT="!test? ( test )"