commit: c7a30e4102e53d822854209d235cde1a006719ee Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Apr 6 15:54:19 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Apr 6 16:03:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a30e41
profiles/prefix: mask re2 USE-flag for app-misc/sphinx, bug #563932 profiles/prefix/darwin/package.use.mask | 4 ++++ profiles/prefix/sunos/solaris/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask index ec7a614..989dd26 100644 --- a/profiles/prefix/darwin/package.use.mask +++ b/profiles/prefix/darwin/package.use.mask @@ -3,6 +3,10 @@ # $Id$ +# Fabian Groffen <[email protected]> (06 Apr 2016) +# dev-libs/re2 needs love, bug #563932 +app-misc/sphinx re2 + # Fabian Groffen <[email protected]> (18 Jan 2016) # GNU attr isn't supported dev-libs/glib xattr diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask index 96305d8..016fb88 100644 --- a/profiles/prefix/sunos/solaris/package.use.mask +++ b/profiles/prefix/sunos/solaris/package.use.mask @@ -3,6 +3,10 @@ # $Id$ +# Fabian Groffen <[email protected]> (06 Apr 2016) +# dev-libs/re2 needs love, bug #563932 +app-misc/sphinx re2 + # Fabian Groffen <[email protected]> (23 Feb 2016) # luajit doesn't compile due to relocation problems ~app-text/texlive-core-2015 luajittex
