From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CD82813827A for ; Thu, 26 May 2016 20:19:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 884D914145; Thu, 26 May 2016 20:19:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27EE814145 for ; Thu, 26 May 2016 20:19:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C810A33FA71 for ; Thu, 26 May 2016 20:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1778497C for ; Thu, 26 May 2016 20:19:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1464293975.8f51bf69c45bd989b6cec9a1e5b963d8a1bd1895.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/profiles.desc X-VCS-Directories: profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f51bf69c45bd989b6cec9a1e5b963d8a1bd1895 X-VCS-Branch: master Date: Thu, 26 May 2016 20:19:43 +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-Archives-Salt: 515e0293-b02e-4721-be80-806035690d49 X-Archives-Hash: a0f64110e05f710089aed8101cc815eb commit: 8f51bf69c45bd989b6cec9a1e5b963d8a1bd1895 Author: Michał Górny gentoo org> AuthorDate: Thu May 26 19:57:40 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 26 20:19:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f51bf69 profiles: Disable m68k-mint profile since it lacks proper definitions Disable the m68k-mint profile since it does not inherit base nor redefine the minimal set of definitions needed to run the profile such as USE_EXPAND. profiles/profiles.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index fa1aa40..83dad63 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -336,6 +336,6 @@ x64-openbsd prefix/bsd/openbsd/4.2/x64 exp x86-netbsd prefix/bsd/netbsd/4.0/x86 exp # FreeMiNT -m68k-mint prefix/mint/m68k exp +#m68k-mint prefix/mint/m68k exp # vim: set ts=8: