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 7E9DE13827A for ; Thu, 26 May 2016 22:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE3D414235; Thu, 26 May 2016 22:31:03 +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 9CFEB14235 for ; Thu, 26 May 2016 22:31:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8FB38340C30 for ; Thu, 26 May 2016 22:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 063C397C for ; Thu, 26 May 2016 22:30:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1464301520.eaa1fc0b2f802f36b0674130cbcc5e6b873520dc.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: eaa1fc0b2f802f36b0674130cbcc5e6b873520dc X-VCS-Branch: master Date: Thu, 26 May 2016 22:30:57 +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: a2923f69-ed5d-4499-a27f-f01f6cfe0a20 X-Archives-Hash: 52d9fd3a1b592cafb75d23bfa514286a commit: eaa1fc0b2f802f36b0674130cbcc5e6b873520dc Author: Ulrich Müller gentoo org> AuthorDate: Thu May 26 22:25:20 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu May 26 22:25:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa1fc0b Revert "profiles: Disable m68k-mint profile since it lacks proper definitions" [QA] Repoman complains if a keyword in arch.list has no corresponding profile listed in profiles.desc, therefore reverting for now. This reverts commit 8f51bf69c45bd989b6cec9a1e5b963d8a1bd1895. profiles/profiles.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 83dad63..fa1aa40 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: