diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-13 12:14:03 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-13 12:14:03 +0100 |
commit | 3f7fad2f7170cd44f1019865604c6ed196f5b03c (patch) | |
tree | 6a90f8d6a5657f2393fb407cec584e156c64c44e /metadata | |
parent | dev-python/colorcet: fix indentation (diff) | |
download | sci-3f7fad2f7170cd44f1019865604c6ed196f5b03c.tar.gz sci-3f7fad2f7170cd44f1019865604c6ed196f5b03c.tar.bz2 sci-3f7fad2f7170cd44f1019865604c6ed196f5b03c.zip |
{metadata,profiles}: add the ability to mask per profile in overlay
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 91f5b7f8c..a65ab94ad 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -48,3 +48,7 @@ thin-manifests = true # Sign Git commits, and NOT Manifests sign-commits = true sign-manifests = false + +# Part of ability to mask features in overlays +# https://trofi.github.io/posts/201-masking-a-package-in-gentoo-overlay.html +profile-formats = portage-2 |