commit: 58419d6628325ac93e5c39cdd575b39ae222e8f9 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Mon Sep 11 04:49:52 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Mon Sep 11 05:14:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58419d66
profiles: mask doc and guile USE flags for net-irc/weechat So it can be stabilized. The doc USE flag Since it pulls in too large of a ruby testing dep tree to be considered for stabilization at this time and is missing keywording for x86. The guile USE flag since it requires guile-2 which is still unstable at this time. profiles/arch/amd64/package.use.stable.mask | 5 +++++ profiles/arch/x86/package.use.mask | 5 +++++ profiles/base/package.use.stable.mask | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index b2caa090ace..f411d01ea2c 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Tim Harder <[email protected]> (11 Sep 2017) +# Pulls in dev-ruby/asciidoctor which has too large of a ruby testing +# dep tree to be stabilized at this time. +>=net-irc/weechat-1.7 doc + # Andreas Sturmlechner <[email protected]> (01 Mar 2017) # Requires not yet stabilised dev-db/oracle-instantclient. sci-geosciences/qgis oracle diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index fc0592d46ba..21cf1da1a2d 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,11 @@ # This file requires >=portage-2.1.1 +# Tim Harder <[email protected]> (11 Sep 2017) +# Pulls in dev-ruby/asciidoctor which has too large of a ruby testing +# dep tree that is unkeyworded at this time. +>=net-irc/weechat-1.7 doc + # Johannes Huber <[email protected]> (07 Aug 2017) # Requires media-libs/qtav, which is not keyworded on x86. media-gfx/digikam mediaplayer diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 15e6ada6e18..52a15d80074 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 +# Tim Harder <[email protected]> (11 Sep 2017) +# Requires guile-2 which is still unstable. +>=net-irc/weechat-1.7 guile + # James Le Cuirot <[email protected]> (27 Aug 2017) # Masked for testing. media-video/ffmpeg chromium
