commit: 5f738ff05aa1c291623837c743fe20731f423426 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Feb 22 10:06:39 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Feb 22 10:07:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f738ff0
profiles/prefix: mask recent libidn2 due to missing gnulib error module profiles/prefix/darwin/package.mask | 4 ++++ profiles/prefix/sunos/solaris/package.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask index 2696d5df3f..f01f22d213 100644 --- a/profiles/prefix/darwin/package.mask +++ b/profiles/prefix/darwin/package.mask @@ -3,6 +3,10 @@ # $Id$ +# Fabian Groffen <[email protected]> (22 Feb 2017) +# 0.15 and 0.16 fail to compile due to missing gnulib module error +>=net-dns/libidn2-0.15 + # Fabian Groffen <[email protected]> (18 Dec 2016) # has multiple compilation issue, resolved for 1.1.8, bug #602990 =app-misc/pax-utils-1.1.7 diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index 4dee23a512..91d047e3f5 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -3,6 +3,10 @@ # $Id$ +# Fabian Groffen <[email protected]> (22 Feb 2017) +# 0.15 and 0.16 fail to compile due to missing gnulib module error +>=net-dns/libidn2-0.15 + # Fabian Groffen <[email protected]> (18 Dec 2016) # has multiple compilation issue, resolved for 1.1.8, bug #602990 =app-misc/pax-utils-1.1.7
