From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1249990-garchives=archives.gentoo.org@lists.gentoo.org> 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 062C113835B for <garchives@archives.gentoo.org>; Thu, 11 Feb 2021 07:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F7ACE0CB2; Thu, 11 Feb 2021 07:36: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 EC4A4E0CB2 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Feb 2021 07:36:47 +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 05D6F340F99 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Feb 2021 07:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 330424DE for <gentoo-commits@lists.gentoo.org>; Thu, 11 Feb 2021 07:36:44 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1613028992.a05425c504857cf799c731775f487a9897ab875a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/fprintd/fprintd-1.90.8.ebuild X-VCS-Directories: sys-auth/fprintd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a05425c504857cf799c731775f487a9897ab875a X-VCS-Branch: master Date: Thu, 11 Feb 2021 07:36:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dd0299c-b529-4912-a0ec-d64fe907b9e1 X-Archives-Hash: ecdc8aebc1085529c9710e7ef5f60893 commit: a05425c504857cf799c731775f487a9897ab875a Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Thu Feb 11 07:35:15 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Feb 11 07:36:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05425c5 sys-auth/fprintd: keyworded 1.90.8 for ia64 keyworded wrt bug #764554 Package-Manager: Portage-3.0.14, Repoman-3.0.2 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> sys-auth/fprintd/fprintd-1.90.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/fprintd/fprintd-1.90.8.ebuild b/sys-auth/fprintd/fprintd-1.90.8.ebuild index 1dcc64b3e95..2fd9c7e7f03 100644 --- a/sys-auth/fprintd/fprintd-1.90.8.ebuild +++ b/sys-auth/fprintd/fprintd-1.90.8.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${PN}-v LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="doc pam systemd test" RESTRICT="!test? ( test )"