commit: daf1b659945e2a459fded63799084068bbdfd531 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Thu Dec 20 16:02:38 2018 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Thu Dec 20 16:15:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf1b659
profiles/features/prefix/package.use: disable rsync-verify by default. Closes: https://bugs.gentoo.org/670757 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> profiles/features/prefix/package.use | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/features/prefix/package.use b/profiles/features/prefix/package.use new file mode 100644 index 00000000000..20764aad409 --- /dev/null +++ b/profiles/features/prefix/package.use @@ -0,0 +1,2 @@ +# Don't enable the security measures for convienence +sys-apps/portage -rsync-verify
