commit: 02eb41404a447b0d5bca3cb1b47af38dc4e9b0a3 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Apr 26 15:51:03 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Apr 26 15:56:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02eb4140
profiles/arch/amd64/package.use.mask: unmask glibc[static-pie] Bug: https://bugs.gentoo.org/719444 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index d07c5d1aec8..844b2b43071 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Georgy Yakovlev <[email protected] (2020-04-26) +# static-pie works on amd64, #719444 +sys-libs/glibc -static-pie + # Guilherme Amadio <[email protected]> (2020-03-16) # media-libs/cudnn is keyworded on amd64 sci-physics/root -cudnn
