diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-04-17 11:47:10 -0500 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-04-17 11:49:05 -0500 |
commit | a60a265478d17955bfd3406be547ae11aaae247a (patch) | |
tree | 45fa9f090c4f4dca4f920123d8d8a3a1561f81ab /profiles | |
parent | bfa5f9b7f8702514d363010cf125a303eaa2589b (diff) | |
download | packages-a60a265478d17955bfd3406be547ae11aaae247a.tar.gz packages-a60a265478d17955bfd3406be547ae11aaae247a.tar.bz2 packages-a60a265478d17955bfd3406be547ae11aaae247a.tar.xz packages-a60a265478d17955bfd3406be547ae11aaae247a.zip |
Base profile: add ssl to global USE
Enable TLS globally for every package.
Acked-by: Elizabeth Myers <elizabeth@adelielinux.org>
Acked-by: Horst Burkhardt <horst@adelielinux.org>
Bug: #6
Bug-URL: http://bts.adelielinux.org/show_bug.cgi?id=6
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 7acd60c70..3b0ed9016 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -40,7 +40,7 @@ PYTHON_TARGETS="python3_4" PYTHON_SINGLE_TARGET="python3_4" # These USE will be forced onto every system running Adélie. DO NOT MODIFY THIS LIGHTLY! -USE="cxx ipv6 modules unicode xattr" +USE="cxx ipv6 modules ssl unicode xattr" # Auto-build .apks, always PORTAGE_BINPKG_FORMAT="apk" |