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 EC9DA15801B for ; Sun, 20 Aug 2023 16:32:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C28672BC013; Sun, 20 Aug 2023 16:32:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A74CC2BC013 for ; Sun, 20 Aug 2023 16:32:16 +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 B4B5C335DE8 for ; Sun, 20 Aug 2023 16:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50F3BDB9 for ; Sun, 20 Aug 2023 16:32:14 +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: <1692549111.28634d21ee08feaf9f157948e834c86d65a530f8.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/m68k/use.mask X-VCS-Directories: profiles/arch/m68k/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 28634d21ee08feaf9f157948e834c86d65a530f8 X-VCS-Branch: master Date: Sun, 20 Aug 2023 16:32:14 +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: 5d5ab0ff-77f4-4176-ac99-4f3439652331 X-Archives-Hash: aa302511ec1b663589cf38c88e3ea7b5 commit: 28634d21ee08feaf9f157948e834c86d65a530f8 Author: James Le Cuirot gentoo org> AuthorDate: Sun Aug 20 16:30:12 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Aug 20 16:31:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28634d21 profiles: Mask kerberos USE flag on m68k Neither Kerberos implementation is keyworded for m68k yet. Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/m68k/use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 205311408f62..684540670e7a 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -4,7 +4,11 @@ # Unmask the flag which corresponds to ARCH. -m68k -# James Le Cuirot (2021-01-30) +# James Le Cuirot (2023-08-20) +# Neither Kerberos implementation is keyworded for m68k yet. +kerberos + +# James Le Cuirot (2022-02-07) # GTK is not keyworded or tested. gtk gtk2