Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651440 - dev-ml/ocamlnet: uses STRIP_MASK
Summary: dev-ml/ocamlnet: uses STRIP_MASK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: ebuild-prep
  Show dependency tree
 
Reported: 2018-03-25 10:56 UTC by Michał Górny
Modified: 2019-07-05 20:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-25 10:56:34 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:33 UTC
The bug has been closed via the following commit(s):

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

commit 361d6a2500fc99c28bea27a69fce3b583ce30d02
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-04-14 08:06:44 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-07-05 20:16:59 +0000

    dev-ml/ocamlnet: Replace STRIP_MASK with RESTRICT=strip
    
    Closes: https://bugs.gentoo.org/651440
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild | 9 ++-------
 dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild | 9 ++-------
 dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild | 9 ++-------
 3 files changed, 6 insertions(+), 21 deletions(-)