commit: 9dd7dc13d834b053e4dbf72eb0ea8d242f1c1741 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Jul 23 11:23:52 2023 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Jul 23 11:24:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd7dc13
profiles/prefix/sunos/solaris: mask app-arch/libarchive-3.7.0 Fails to compile, fixed upstream already, so wait for next release. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/sunos/solaris/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index dbb1185a8cae..a80fc20eda1c 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2023-06-23) +# Fails to compile due to lchmod, fixed upstream so wait for next +# release +# https://github.com/libarchive/libarchive/commit/89712ffa6ede364f261dcd9208adabf068e2e21c +=app-arch/libarchive-3.7.0 + # Benda Xu <[email protected]> (2023-07-09) # Requires Glibc <sys/xattr.h> to work properly. # For example, 'lgetxattr' is not available on Solaris or gnulib.
