commit: 10a2559171a8dfa08cfe6fe0f973c4f850c4f81f Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Thu Sep 10 21:46:35 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Thu Sep 10 21:46:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a25591
profiles/package.mask: mask dev-python/pysendfile for removal Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 966a06abb10..88f5c7ea16d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,11 @@ #--- END OF EXAMPLES --- +# Louis Sautier <[email protected]> (2020-09-10) +# Masked for removal in 30 days, no revdeps. +# All former consumers now use os.sendfile available in Python >= 3.3. +dev-python/pysendfile + # Mikle Kolyada <[email protected]> (2020-09-10) # Merged into the app-text/texlive-core package. # Removal in 30 days
