diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-09-19 13:12:42 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-09-19 13:28:38 +0200 |
commit | 37d6a77232433d1f907429674dc117189179e3dc (patch) | |
tree | 1f3db2ab93eb15daff3382c02fb38047fd2c45d2 /profiles/arch | |
parent | profiles/arch/riscv: remove USE=unwind masks (diff) | |
download | gentoo-37d6a77232433d1f907429674dc117189179e3dc.tar.gz gentoo-37d6a77232433d1f907429674dc117189179e3dc.tar.bz2 gentoo-37d6a77232433d1f907429674dc117189179e3dc.zip |
media-gfx/nvidia-texture-tools: keyword for -riscv
Bundled poshlib explicitly refuses to compile on any arch that has not
been explicitly declared as supported, see extern/poshlib/posh.h. Given
that the poshlib version in question dates back to 2006 and that the
project appears to have since disappeared off the Web, it is highly
unlikely that it is a simple matter of updating it. Moreover,
nvidia-texture-tools themselves got discontinued in December 2020 so
this will not be addressed upstream either.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 2d8dde7c0f40..1477529c2762 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2021-09-19) +# media-gfx/nvidia-texture-tools reports arch as unknown, fails to build +media-libs/devil nvtt + # Alex Fan <alexfanqi@yahoo.com> (2021-09-13) # dev-vcs/darcs depends on haskell app-portage/layman darcs @@ -143,8 +147,6 @@ mail-mta/courier fax # Dependencies not keyworded here yet: # - dev-ruby/asciidoctor dev-libs/nanomsg doc -# - media-gfx/nvidia-texture-tools -media-libs/devil nvtt # - dev-cpp/glog, sci-libs/vtk media-libs/opencv contribsfm glog vtk # - dev-util/aruba |