diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-02-10 21:53:46 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-02-10 21:54:58 +0000 |
commit | e8973644d3446d5047ac16663e8fb1f74b4590e6 (patch) | |
tree | fc3424f0c9d632fe1ae3588718b0b986973926e4 /profiles | |
parent | factory-default/sys-libs/glibc: enable nss systemd (diff) | |
download | portage-e8973644d3446d5047ac16663e8fb1f74b4590e6.tar.xz |
profiles/desktop: add USE flag for mail-client/thunderbird
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/package.use | 3 | ||||
-rw-r--r-- | profiles/desktop/package.use | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/common/package.use b/profiles/common/package.use index 558f3f9a..af9669a1 100644 --- a/profiles/common/package.use +++ b/profiles/common/package.use @@ -43,7 +43,8 @@ media-gfx/pngcrush system-libs # Use the system-wide dev-db/sqlite installation with secure-delete enabled # Use the system-wide media-libs/harfbuzz and media-gfx/graphite2 instead of bundled # Use the system-wide dev-libs/libevent instead of bundled -www-client/firefox system-cairo system-icu system-jpeg system-libvpx system-sqlite system-harfbuzz system-libevent system-png +www-client/firefox system-cairo system-icu system-jpeg system-libvpx system-sqlite system-harfbuzz system-libevent system-png system-python-libs +mail-client/thunderbird system-icu system-png system-python-libs # 07/03/2015 - beber # Build the SunEC provider against system NSS diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use index 0fee528f..2c9ab4b1 100644 --- a/profiles/desktop/package.use +++ b/profiles/desktop/package.use @@ -102,6 +102,7 @@ app-text/xmlto text # 18/07/2016 - beber # Remove net-misc/networkmanager support www-client/firefox -wifi lto +mail-client/thunderbird -wifi # 13/08/2016 - beber # Enable support for hkps |