dev-python/textual: unkeyword 8.2.8 for ~arm64

I don't have such hardware.

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-06-30 07:26:09 -03:00
parent 72e1fe703e
commit a778133ded

View File

@@ -18,7 +18,7 @@ SRC_URI="https://github.com/Textualize/textual/archive/refs/tags/v${PV}.tar.gz -
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/markdown-it-py-2.1.0[${PYTHON_USEDEP}]
@@ -32,8 +32,7 @@ RDEPEND="
declare -A SYNTAX_LANGS=(
["bash"]="Bash"
["c"]="C"
# TODO Missing keyword for ~arm64 in ::gentoo
#["cmake"]="CMake"
["cmake"]="CMake"
["cpp"]="C++"
["html"]="HTML"
["javascript"]="JavaScript"
@@ -42,8 +41,7 @@ declare -A SYNTAX_LANGS=(
# TODO No Python bindings in ::gentoo
#["markdown"]="Markdown"
["python"]="Python"
# TODO Missing keyword for ~arm64 in ::gentoo
#["ruby"]="Ruby"
["ruby"]="Ruby"
["rust"]="Rust"
# TODO Many other (common) languages are neither in ::gentoo nor ::guru
)