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 3627913835A for ; Wed, 2 Jun 2021 02:42:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85C03E0864; Wed, 2 Jun 2021 02:42:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6088EE086B for ; Wed, 2 Jun 2021 02:42:48 +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 8DEF434105B for ; Wed, 2 Jun 2021 02:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2C587A0 for ; Wed, 2 Jun 2021 02:42:44 +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: <1622601669.bdca1e181e270cefdf4df733cd09737cc1a054b7.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmanette/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmanette/libmanette-0.2.6.ebuild X-VCS-Directories: dev-libs/libmanette/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: bdca1e181e270cefdf4df733cd09737cc1a054b7 X-VCS-Branch: master Date: Wed, 2 Jun 2021 02:42:44 +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: 852999d6-6290-4266-add5-0f527c45631c X-Archives-Hash: 5ee503de4e78a4dac8cf77067554a57d commit: bdca1e181e270cefdf4df733cd09737cc1a054b7 Author: Yixun Lan gentoo org> AuthorDate: Tue Jun 1 14:11:18 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Jun 2 02:41:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdca1e18 dev-libs/libmanette: add riscv keyword Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> dev-libs/libmanette/libmanette-0.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmanette/libmanette-0.2.6.ebuild b/dev-libs/libmanette/libmanette-0.2.6.ebuild index 9f917ee7f86..eb69e6e688c 100644 --- a/dev-libs/libmanette/libmanette-0.2.6.ebuild +++ b/dev-libs/libmanette/libmanette-0.2.6.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/aplazas/libmanette" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" IUSE="gtk-doc +introspection +udev +vala test" RESTRICT="!test? ( test )" REQUIRED_USE="vala? ( introspection )"