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 2A00B139337 for ; Sat, 31 Jul 2021 22:26:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84488E095E; Sat, 31 Jul 2021 22:26:32 +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 6DB7BE095E for ; Sat, 31 Jul 2021 22:26:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9011D3439A2 for ; Sat, 31 Jul 2021 22:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 469CF850 for ; Sat, 31 Jul 2021 22:26:28 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1627770368.fcd90b098fc8365f261d47dd064a000143af6e7b.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgudev/libgudev-236-r1.ebuild X-VCS-Directories: dev-libs/libgudev/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: fcd90b098fc8365f261d47dd064a000143af6e7b X-VCS-Branch: master Date: Sat, 31 Jul 2021 22:26: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: d73cecc1-597d-4b0c-b1ec-d1f478309dfb X-Archives-Hash: 3b3a4b612d59825126d7e8132401ffa4 commit: fcd90b098fc8365f261d47dd064a000143af6e7b Author: Joshua Kinard gentoo org> AuthorDate: Sat Jul 31 21:55:04 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Sat Jul 31 22:26:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd90b09 dev-libs/libgudev: Added ~mips back to KEYWORDS Bug: https://bugs.gentoo.org/805083 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3 dev-libs/libgudev/libgudev-236-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgudev/libgudev-236-r1.ebuild b/dev-libs/libgudev/libgudev-236-r1.ebuild index db6775ef55f..5c7b68a85f4 100644 --- a/dev-libs/libgudev/libgudev-236-r1.ebuild +++ b/dev-libs/libgudev/libgudev-236-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.gnome.org/sources/libgudev/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0/0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86" IUSE="introspection static-libs test" RESTRICT="!test? ( test )"