* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2017-06-03 13:37 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2017-06-03 13:37 UTC (permalink / raw
To: gentoo-commits
commit: 5b7473004f5d7b2a64e4e1a4c0e121c20cf67797
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 13:37:01 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 13:37:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b747300
profiles: fix elogind breakage
profiles/arch/amd64/use.mask | 4 ++++
profiles/arch/amd64/use.stable.mask | 4 ++++
profiles/arch/arm/use.mask | 4 ++++
profiles/arch/arm/use.stable.mask | 4 ++++
profiles/arch/x86/use.mask | 4 ++++
profiles/arch/x86/use.stable.mask | 4 ++++
profiles/base/use.mask | 4 ++++
profiles/base/use.stable.mask | 4 ----
8 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 82112860e77..098e7778e1c 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -6,6 +6,10 @@
# SECTION: Unmask
+# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
+# Unmask elogind since it is keyworded here.
+-elogind
+
# Sven Wegener <swegener@gentoo.org> (31 May 2017)
# libvirt is supported on amd64
-libvirt
diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index 01113197b38..2bf7d3769e7 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/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
+# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
+# Not yet stable.
+elogind
+
# Andreas K. Hüttel <dilfridge@gentoo.org> (26 May 2017)
# dev-db/firebird is keyworded ~amd64
firebird
diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index d66e45f2ca4..30e2f3e76a4 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -5,6 +5,10 @@
-cpu_flags_arm_iwmmxt
-iwmmxt
+# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
+# Unmask elogind since it is keyworded here.
+-elogind
+
# Patrick Lauer <patrick@gentoo.org> (28 Apr 2015)
# Dependencies not keyworded
ayatana
diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask
index 451a350a289..80ae11ea35d 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/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
+# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
+# Not yet stable.
+elogind
+
# Hans de Graaff <graaff@gentoo.org> (17 Apr 2017)
# Temporary mask to support stable bug 615818
ruby_targets_ruby22
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 1b984e59b5a..75ad6085c52 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-x86
+# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
+# Unmask elogind since it is keyworded here.
+-elogind
+
# Sven Wegener <swegener@gentoo.org> (31 May 2017)
# libvirt is supported on x86
-libvirt
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
index 1b0299b3697..118c3436da9 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/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
+# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
+# Not yet stable.
+elogind
+
# Andreas K. Hüttel <dilfridge@gentoo.org> (26 May 2017)
# dev-db/firebird is keyworded ~x86
firebird
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index b6af106c2f4..fcefea31dc4 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
+# Unkeyworded on most arches, unmasked in supported arch profiles.
+elogind
+
# CURL_SSL=winssl is for prefix/windows/winnt only
curl_ssl_winssl
diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 16e2e6ad0b3..5bc36ff5236 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,10 +4,6 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
-# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
-# Not yet stable
-elogind
-
# Michał Górny <mgorny@gentoo.org> (25 Jan 2017)
# Early pre-stabilization mask for dev-lang/python:3.6
python_targets_python3_6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-03 13:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-03 13:37 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/base/, profiles/arch/x86/, profiles/arch/amd64/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox