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 8EDB6158F57 for ; Mon, 16 Aug 2021 20:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F08BE1024; Mon, 16 Aug 2021 20:36:02 +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 05EE8E1024 for ; Mon, 16 Aug 2021 20:36:02 +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 B246B342FF7 for ; Mon, 16 Aug 2021 20:36:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FBA77B4 for ; Mon, 16 Aug 2021 20:35:59 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1629146055.b244f1357d8633d4e1458e5b141fabdfea3e675f.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild X-VCS-Directories: app-eselect/eselect-pinentry/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: b244f1357d8633d4e1458e5b141fabdfea3e675f X-VCS-Branch: master Date: Mon, 16 Aug 2021 20:35:59 +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: 696acb4e-1785-4266-9c94-a45df99f0159 X-Archives-Hash: c583c8f7b64f73371fa79e7751198714 commit: b244f1357d8633d4e1458e5b141fabdfea3e675f Author: James Le Cuirot gentoo org> AuthorDate: Mon Aug 16 20:34:15 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Aug 16 20:34:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b244f135 app-eselect/eselect-pinentry: Add ~m68k keyword Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: James Le Cuirot gentoo.org> app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild index b8dafabf64a..a1a0257189c 100644 --- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild +++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"