diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-12-15 21:56:00 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-12-15 22:04:02 +0000 |
commit | 91ad74f2214dc7ebbd167a63c2346f3d250dec20 (patch) | |
tree | 48b4f2442647d7d3e79fabf287b14bec9536668a | |
parent | profiles/enlightenment/build/build-dependencies: Drop support for ruby20 (diff) | |
download | portage-91ad74f2214dc7ebbd167a63c2346f3d250dec20.tar.xz |
profiles/enlightenment/build: Move crypto USE flags
-rw-r--r-- | profiles/enlightenment/build/host-dependencies/make.defaults | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/enlightenment/build/host-dependencies/make.defaults b/profiles/enlightenment/build/host-dependencies/make.defaults index 4cb07f80..80d96c17 100644 --- a/profiles/enlightenment/build/host-dependencies/make.defaults +++ b/profiles/enlightenment/build/host-dependencies/make.defaults @@ -1,3 +1,6 @@ ACCEPT_LICENSE="Intel-SDP" -USE="${USE} osmesa xvfb" +USE="osmesa xvfb" + +# Crypto +USE="${USE} openssl ssl" |