Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 651456

Summary: net-p2p/mldonkey: uses STRIP_MASK
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/11676
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 259422    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-25 11:00:20 UTC
STRIP_MASK is a Portage extension and is not supported by any other package manager. This means that your package is silently BROKEN (mis-stripped) for some of our users.

Please remove its use. If you can't strip everything, please RESTRICT=strip.
Comment 1 Larry the Git Cow gentoo-dev 2019-07-05 20:17:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a99e83d3320a44b8ba8949d84e6459776b143a

commit e8a99e83d3320a44b8ba8949d84e6459776b143a
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-04-14 08:15:47 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-07-05 20:17:02 +0000

    net-p2p/mldonkey: Replace STRIP_MASK with RESTRICT=strip
    
    Closes: https://bugs.gentoo.org/651456
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild | 5 +++--
 net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild | 5 +++--
 net-p2p/mldonkey/mldonkey-3.1.6.ebuild    | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)