diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-10-09 23:22:59 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-10-09 23:27:34 +0100 |
commit | 1726ab6b5aeb645887006595a2b49cf15dc355bf (patch) | |
tree | 924a6295f089bcc61e17d1500422024012c59e6a /profiles/desktop | |
parent | media-libs/libass: Sync with upstream (diff) | |
download | portage-1726ab6b5aeb645887006595a2b49cf15dc355bf.tar.xz |
profiles: Disable nettle USE flag by default
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/package.use | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use index 86c2a45b..55737456 100644 --- a/profiles/desktop/package.use +++ b/profiles/desktop/package.use @@ -40,7 +40,7 @@ dev-vcs/git python media-video/vlc xcb # REQUIRED_USE: exactly-one-of ( gcrypt kernel nettle openssl ) -sys-fs/cryptsetup -gcrypt -urandom -nettle -openssl kernel +sys-fs/cryptsetup -gcrypt -urandom -openssl kernel app-emulation/libvirt -libvirtd -macvtap -qemu -vepa |