commit: 59c8feb6386c402b665341c3207da00c2d4474dd Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Feb 14 17:03:52 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Feb 14 17:06:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c8feb6
profiles: Adjust package.use.mask for www-server/nginx on x86-fbsd Commit ffe8d873b811 removed FreeBSD keywords on net-misc/curl so we have to mask HTTP security module (aka nginx_modules_http_security USE flag) which requires net-misc/curl on this arch. profiles/arch/x86-fbsd/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask index 13d435648f..6431765e68 100644 --- a/profiles/arch/x86-fbsd/package.use.mask +++ b/profiles/arch/x86-fbsd/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Thomas Deutschmann <[email protected]> (14 Feb 2017) +# net-misc/curl dropped keywords in ffe8d873b8110d4434fc89423ea668450cab1d96 +www-servers/nginx nginx_modules_http_security + # Alexis Ballier <[email protected]> (31 Jan 2017) # nvidia drivers are unmasked here media-video/ffmpeg -nvenc
