diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2021-03-09 17:28:24 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-12 13:29:06 +0200 |
commit | 1dcb25a3e47356caf0b4c8899e98a2b77439ada9 (patch) | |
tree | c8465fba2448049c3333f9cf410164bb7c1acbcc /profiles | |
parent | dev-libs/libthreadar: add this library (diff) | |
download | gentoo-1dcb25a3e47356caf0b4c8899e98a2b77439ada9.tar.gz gentoo-1dcb25a3e47356caf0b4c8899e98a2b77439ada9.tar.bz2 gentoo-1dcb25a3e47356caf0b4c8899e98a2b77439ada9.zip |
app-backup/dar: add support for threads
Add USE flag "threads" to link with `dev-libs/libthreaddar`
Mask USE flag "threads" for all arches except ~amd64
Closes: https://bugs.gentoo.org/686278
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/powerpc/ppc32/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 6af10e01d9d5..be4de0c9bee6 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Viorel Munteanu <ceamac.paragon@gmail.com> (2020-03-11) +# new package dev-libs/libthreadar has no keywords +app-backup/dar threads + # Marek Szuba <marecki@gentoo.org> (2021-03-11) # Awaiting keywording of dev-python/ruamel-std-pathlib # on this arch (Bug #775242) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index f0644b2a0ee2..187886b8fa08 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Viorel Munteanu <ceamac.paragon@gmail.com> (2020-03-11) +# new package dev-libs/libthreadar has no keywords +app-backup/dar threads + # Marek Szuba <marecki@gentoo.org> (2021-03-11) # Awaiting keywording of dev-python/ruamel-std-pathlib # on this arch (Bug #775242) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index ddec48e4f1e1..56c816808f52 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Viorel Munteanu <ceamac.paragon@gmail.com> (2020-03-11) +# new package dev-libs/libthreadar has no keywords +app-backup/dar threads + # Daniel Novomesky <dnovomesky@gmail.com> (2021-02-24) # Depends on media-libs/svt-av1, which is unavailable on x86 media-libs/libavif svt-av1 |