Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683982 - [TRACKER] Packages using USE=libressl incorrectly
Summary: [TRACKER] Packages using USE=libressl incorrectly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LibreSSL
URL: https://wiki.gentoo.org/wiki/Project:...
Whiteboard:
Keywords: Tracker
Depends on: 683984 683986 683988 683990 683992 683996 683998 684000 684002 684004 684006
Blocks:
  Show dependency tree
 
Reported: 2019-04-21 16:05 UTC by David Seifert
Modified: 2020-11-01 14:27 UTC (History)
4 users (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 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