commit: 8f51bf69c45bd989b6cec9a1e5b963d8a1bd1895
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 19:57:40 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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: