diff options
author | 2021-01-08 20:18:20 +0200 | |
---|---|---|
committer | 2021-01-22 03:50:56 +0000 | |
commit | 880e7d3d5531e20e13b35683fa352671bd838726 (patch) | |
tree | 42fee7e0e3a875e904cf55b58269e3c763d02e6f /profiles | |
parent | media-libs/libdvbpsi: minor style changes (diff) | |
download | gentoo-880e7d3d5531e20e13b35683fa352671bd838726.tar.gz gentoo-880e7d3d5531e20e13b35683fa352671bd838726.tar.bz2 gentoo-880e7d3d5531e20e13b35683fa352671bd838726.zip |
net-misc/asterisk: 13.18.1-r2 version bump.
* clang/LLVM support
* subslots
* autoconf 2.70
* drop /var/spool/asterisk from tmpfiles
* Move check_extra_config (kernel checks) to pkg_pretend.
* (Hopefully) fix use of $ED vs $D.
* Other minor non-functional tweaks.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=731280
Bug: https://bugs.gentoo.org/show_bug.cgi?id=750581
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 5 |
3 files changed, 14 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 406e1b053c6c..56578c36fa5f 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Jaco Kroon <jaco@uls.co.za> (2021-01-08) +# blocksruntime (clang -fblocks requirement) for asterisk is available on this +# architecture. +net-misc/asterisk -blocks + # Michał Górny <mgorny@gentoo.org> (2020-12-21) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -dfsan -lsan -msan -hwasan -tsan diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 08587e302153..9e73ab1dac3d 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jaco Kroon <jaco@uls.co.za> (2021-01-08) +# blocksruntime (clang -fblocks) isn't available on all arches. +net-misc/asterisk blocks + # Michał Górny <mgorny@gentoo.org> (2020-12-21) # Mask all sanitizers by default, unmask on arches supporting them. sys-libs/compiler-rt-sanitizers asan dfsan lsan msan hwasan tsan diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 8ec94c2ae7b7..15e492a3ddcd 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jaco Kroon <jaco@uls.co.za> (2021-01-22) +# blocksruntime (clang -fblocks requirement) for asterisk is available on this +# architecture. +net-misc/asterisk -blocks + # Nils Freydank <holgersson@posteo.de> (2021-01-18) # Depends on media-plugins/gst-plugins-cairo, which isn't keyworded on x86. app-misc/pdfpc gstreamer |