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 /media-gfx | |
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 'media-gfx')
-rw-r--r-- | media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild index d0e927d8fc91..7ce85d72afbd 100644 --- a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild +++ b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}-1.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 -riscv x86" IUSE="cg glew glut openexr" RDEPEND=" diff --git a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild index 8a3d4922c2b2..803456bf123a 100644 --- a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild +++ b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/castano/nvidia-texture-tools/archive/${PV}.tar.gz -> LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 -riscv ~x86" IUSE="cpu_flags_x86_sse2 openmp" RDEPEND=" |