From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1012507-garchives=archives.gentoo.org@lists.gentoo.org>
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 539031382C5
	for <garchives@archives.gentoo.org>; Mon, 26 Mar 2018 04:04:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5AA04E08A2;
	Mon, 26 Mar 2018 04:04:23 +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 337ADE08A2
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Mar 2018 04:04:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 EE353335C30
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Mar 2018 04:04:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F73267
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Mar 2018 04:04:20 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1522037024.99650741bc8af313211ce5ee60dba77663f210bd.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/mips/use.mask
X-VCS-Directories: profiles/arch/mips/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 99650741bc8af313211ce5ee60dba77663f210bd
X-VCS-Branch: master
Date: Mon, 26 Mar 2018 04:04:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b6b29d26-64bc-4913-b958-06d0040c0d56
X-Archives-Hash: 61256878b252d64de5fc99b6694d4e3d

commit:     99650741bc8af313211ce5ee60dba77663f210bd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 04:03:44 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 04:03:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99650741

profiles/arch/mips: Unmask USE=systemd

 profiles/arch/mips/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 077a99117cd..11a6864c6b9 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Matt Turner <mattst88@gentoo.org> (25 Mar 2018)
+# Unmask systemd since it is keyworded here.
+-systemd
+
 # Mart Raudsepp <leio@gentoo.org> (11 Feb 2018)
 # dev-util/valgrind is not keyworded here yet,
 # though the MIPS platform is supported upstream