diff options
author | 2024-08-26 21:18:33 -0400 | |
---|---|---|
committer | 2024-08-26 21:21:23 -0400 | |
commit | a2435db01bbcab0c2ec6c39f6f235a7866bed0f3 (patch) | |
tree | 95ed2104f8a1aced4aa905f7cf87e9a0ab4c1ceb /media-gfx/tachyon | |
parent | net-dns/c-ares: add 1.33.1 (diff) | |
download | gentoo-a2435db01bbcab0c2ec6c39f6f235a7866bed0f3.tar.gz gentoo-a2435db01bbcab0c2ec6c39f6f235a7866bed0f3.tar.bz2 gentoo-a2435db01bbcab0c2ec6c39f6f235a7866bed0f3.zip |
media-gfx/tachyon: keyword 0.99_beta6-r2 for ~riscv
To test, you can install the examples (USE=examples) and then use
tachyon to render them all to PNG.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'media-gfx/tachyon')
-rw-r--r-- | media-gfx/tachyon/tachyon-0.99_beta6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/tachyon/tachyon-0.99_beta6-r2.ebuild b/media-gfx/tachyon/tachyon-0.99_beta6-r2.ebuild index ab7037d8bf25..e6b03c7a30c3 100644 --- a/media-gfx/tachyon/tachyon-0.99_beta6-r2.ebuild +++ b/media-gfx/tachyon/tachyon-0.99_beta6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}/unix" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~x64-macos" IUSE="doc examples jpeg mpi +opengl openmp png threads" DEPEND=" |