diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-24 22:29:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-29 16:13:06 +0200 |
commit | 7dc115bcaa53d9c6b302e9d380da450adfe158db (patch) | |
tree | 4e5a006bcc2cddd4556bc09e0d66c4804b009d2a /profiles | |
parent | 0974d1af4a752cb705d3b235168b34c9a4f7fa4f (diff) | |
download | gentoo-7dc115bcaa53d9c6b302e9d380da450adfe158db.tar.gz gentoo-7dc115bcaa53d9c6b302e9d380da450adfe158db.tar.xz |
profiles/base: Enable the BPF target on sys-devel/llvm by default
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index ed40ed0dcea..350bfb8a7da 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Michał Górny <mgorny@gentoo.org> (24 Sep 2016) +# Enable the BPF target by default +sys-devel/clang llvm_targets_BPF +sys-devel/llvm llvm_targets_BPF + # Michael Palimaka <kensington@gentoo.org> (31 Aug 2016) dev-python/kdevelop-python:5 python_targets_python3_5 |