commit: 8502de5633b59b50981fdb101482365427670592 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Dec 12 13:45:46 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Dec 12 13:45:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8502de56
profiles/prefix/sunos/solaris: make unmasked binutils available again 2.31.1 mislinks on Solaris, 2.29.1 was masked for being too old, unmask older versions so we have at least a working linker unmasked available. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/sunos/solaris/package.unmask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/prefix/sunos/solaris/package.unmask b/profiles/prefix/sunos/solaris/package.unmask new file mode 100644 index 00000000000..5ee4cddbd36 --- /dev/null +++ b/profiles/prefix/sunos/solaris/package.unmask @@ -0,0 +1,6 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <[email protected]> (12 Dec 2018) +# unmask older binutils, this goes together with the masking of 2.31.1 +<sys-devel/binutils-2.30
