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 52B1213835A for ; Sun, 27 Dec 2020 11:26:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62E072BC043; Sun, 27 Dec 2020 11:25:59 +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 4B2E12BC043 for ; Sun, 27 Dec 2020 11:25:59 +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 0DEFD341606 for ; Sun, 27 Dec 2020 11:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73DAA474 for ; Sun, 27 Dec 2020 11:25:56 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609068231.9eebf5e0689f10fd3701dfab496b96688ac2ca51.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc-config/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/gcc-config/gcc-config-1.9.1.ebuild X-VCS-Directories: sys-devel/gcc-config/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9eebf5e0689f10fd3701dfab496b96688ac2ca51 X-VCS-Branch: master Date: Sun, 27 Dec 2020 11:25:56 +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: 3b512df1-14fb-4fa7-99ae-bc28ab65a1c6 X-Archives-Hash: 7b9ac61b7f503eec3697f8244820f9c1 commit: 9eebf5e0689f10fd3701dfab496b96688ac2ca51 Author: Fabian Groffen gentoo org> AuthorDate: Sun Dec 27 11:23:51 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Dec 27 11:23:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=9eebf5e0 sys-devel/gcc-config: drop ~m68k-mint Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> sys-devel/gcc-config/gcc-config-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc-config/gcc-config-1.9.1.ebuild b/sys-devel/gcc-config/gcc-config-1.9.1.ebuild index 882e22efa4..5abfbe9515 100644 --- a/sys-devel/gcc-config/gcc-config-1.9.1.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.9.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" - KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi DESCRIPTION="Utility to manage compilers"