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 C570D15800A for ; Thu, 20 Jul 2023 22:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 055A3E0896; Thu, 20 Jul 2023 22:07:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E11C6E0896 for ; Thu, 20 Jul 2023 22:07:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9DDA3404AD for ; Thu, 20 Jul 2023 22:07:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1EC9B8B for ; Thu, 20 Jul 2023 22:07:25 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1689890835.7c586de5397bd93e0f0101ecd15de42bfb261ddb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/queue-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild X-VCS-Directories: sys-libs/queue-standalone/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7c586de5397bd93e0f0101ecd15de42bfb261ddb X-VCS-Branch: master Date: Thu, 20 Jul 2023 22:07:25 +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: f7471409-3c9a-4af1-9684-20522bcf4661 X-Archives-Hash: 64554f37c20db92281a540a85fff47f7 commit: 7c586de5397bd93e0f0101ecd15de42bfb261ddb Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jul 20 22:06:39 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jul 20 22:07:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c586de5 sys-libs/queue-standalone: keyword 0.1-r1 for ~m68k Signed-off-by: Andreas K. Hüttel gentoo.org> sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild b/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild index 54d56b494c09..709080527b31 100644 --- a/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild +++ b/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ HOMEPAGE="https://www.gnu.org/software/libc/libc.html" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv x86" DEPEND=" !sys-libs/glibc"