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 5276D138334 for ; Sun, 31 Mar 2019 14:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35271E0934; Sun, 31 Mar 2019 14:06:16 +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 12A33E0934 for ; Sun, 31 Mar 2019 14:06:15 +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 AA17D335CFC for ; Sun, 31 Mar 2019 14:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2422544B for ; Sun, 31 Mar 2019 14:06:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1554041112.610a0d363e732d20ea2ceac2b1a81b6c87ad8f76.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/use.mask profiles/arch/arm64/use.stable.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 610a0d363e732d20ea2ceac2b1a81b6c87ad8f76 X-VCS-Branch: master Date: Sun, 31 Mar 2019 14:06:12 +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: 37853da1-4c14-460a-95f9-c677424f5f59 X-Archives-Hash: 21a1a972df39597e97aaa2131abee6c7 commit: 610a0d363e732d20ea2ceac2b1a81b6c87ad8f76 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 31 12:04:08 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 31 14:05:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610a0d36 profiles: arm64: Unmask USE elogind on ~arm64 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/arch/arm64/use.mask | 4 ++++ profiles/arch/arm64/use.stable.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 513ac9b4da9..09e337b8acd 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -26,6 +26,10 @@ -neon -armvfp +# Andreas Sturmlechner (31 Mar 2019) +# Unmask elogind since it is keyworded here. +-elogind + # Mart Raudsepp (07 Jan 2019) # Does not work on arm64 until dev-lang/luajit-2.1 # https://github.com/LuaJIT/LuaJIT/issues/26 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index ea4f8b0e12c..f203094e083 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind not stable yet +elogind + # Mart Raudsepp (07 Feb 2019) # app-misc/tracker not stable yet tracker