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

Bug 683982

Summary: [TRACKER] Packages using USE=libressl incorrectly
Product: Gentoo Linux Reporter: David Seifert <soap>
Component: Current packagesAssignee: Gentoo LibreSSL <libressl>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, lssndrbarbieri, qa, sandino
Priority: Normal Keywords: Tracker
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://wiki.gentoo.org/wiki/Project:LibreSSL
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 683984, 683986, 683988, 683990, 683992, 683996, 683998, 684000, 684002, 684004, 684006    
Bug Blocks:    

Description David Seifert gentoo-dev 2019-04-21 16:05:41 UTC
When we added support for LibreSSL in Gentoo, we decided to introduce USE=libressl as an implementation-discriminating flag, similar to USE=libav and USE=graphicsmagick, where USE=libav only discriminates between libav and ffmpeg, not in optionally enabling support for it. That is, USE=ffmpeg and USE=libav have orthogonal ends, and work together to make Gentoo more pleasant to use for users. The alternative would have been to require REQUIRED_USE constructs, which while more correct from a specification point-of-view, has led to users polluting their package.use files with (often transient) configs, making the Gentoo experience less pleasant. As such, USE=libressl should generally not appear in REQUIRED_USE, as this defeats its purpose: seamlessly switching from openssl to libressl by changing a single global flag. Having a single globally valid and well-defined meaning for USE=libressl is essential to this end.
Comment 1 Jonas Stein gentoo-dev 2020-11-01 14:27:39 UTC
All completed.
closing as DONE