From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/
Date: Thu, 6 Dec 2018 17:26:49 +0000 (UTC) [thread overview]
Message-ID: <1544117171.e77187a89f565377180a136a88a511d76acea322.grknight@gentoo> (raw)
commit: e77187a89f565377180a136a88a511d76acea322
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 6 17:26:11 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec 6 17:26:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77187a8
profiles: Release argon2 USE on dev-lang/php to unstable
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ----
profiles/arch/amd64/package.use.stable.mask | 4 ++++
profiles/arch/x86/package.use.mask | 4 ----
profiles/arch/x86/package.use.stable.mask | 4 ++++
profiles/base/package.use.mask | 4 ----
profiles/base/package.use.stable.mask | 4 ++++
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 2616ff75d98..f6787865f83 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -80,10 +80,6 @@ sys-boot/grub -libzfs
# [cuda] is unmasked in this profiles.
media-libs/opencv -contrib_xfeatures2d
-# Brian Evans <grknight@gentoo.org> (21 Jul 2017)
-# app-crypt/argon2 is keyworded on amd64
-dev-lang/php -argon2
-
# David Seifert <soap@gentoo.org> (20 May 2017)
# cpyrit-cuda does not support GCC 4.9 or later
net-wireless/pyrit cuda
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 0e64bc45ebd..48d019f7127 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (06 Dec 2018)
+# Unmask argon2 for php
+dev-lang/php -argon2
+
# Mikle Kolyada <zlogene@gentoo.org> (07 Nov 2018)
# unmask sssd for sudo
app-admin/sudo -sssd
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 672a44d0c17..c634b31e623 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -95,10 +95,6 @@ media-gfx/digikam mediaplayer
# Requires USE=cuda that is masked in this profile.
media-gfx/blender opensubdiv
-# Brian Evans <grknight@gentoo.org> (21 Jul 2017)
-# app-crypt/argon2 is keyworded on x86
-dev-lang/php -argon2
-
# Thomas Deutschmann <whissi@gentoo.org> (01 Mar 2017)
# dev-libs/libmaxminddb is keyworded on x86
app-admin/rsyslog -mdblookup
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index fd6e0af8823..201511485af 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (06 Dec 2018)
+# Unmask argon2 for php
+dev-lang/php -argon2
+
# Mikle Kolyada <zlogene@gentoo.org> (07 Nov 2018)
# unmask sssd for sudo
app-admin/sudo -sssd
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b5ed1b31eb7..0bb2172a7ec 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -215,10 +215,6 @@ app-emulation/libvirt openvz
# until upstream fixes it properly.
sys-devel/clang z3
-# Brian Evans <grknight@gentoo.org> (21 Jul 2017)
-# Mask USE flag which has limited keywords for app-crypt/argon2
-dev-lang/php argon2
-
# Mike Gilbert <floppym@gentoo.org> (09 Jul 2017)
# Matthias Dahl <matthias.dahl@binary-island.eu> (05 Jul 2017)
# Both are not your typical garden-variety Linux programs and are
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index be3419541d8..48dfc33ec06 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.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 package.use.mask
+# Brian Evans <grknight@gentoo.org> (06 Dec 2018)
+# Mask USE flag since argon2 dependency is not stable on most arches
+dev-lang/php argon2
+
# Mikle Kolyada <zlogene@gentoo.org> (07 Nov 2018)
# sssd is only stable for amd64 and x86
app-admin/sudo sssd
next reply other threads:[~2018-12-06 17:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-06 17:26 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-26 20:43 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/ Sam James
2020-08-17 1:22 Thomas Deutschmann
2019-08-02 23:59 Thomas Deutschmann
2019-07-26 22:02 Lars Wendler
2017-09-30 4:26 Michael Palimaka
2017-09-11 5:16 Tim Harder
2017-05-26 14:21 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1544117171.e77187a89f565377180a136a88a511d76acea322.grknight@gentoo \
--to=grknight@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox