summaryrefslogtreecommitdiff
path: root/dev-python/textual
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-06 03:04:40 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-06 03:04:40 -0500
commit615d6f7e3408947bf962ea4d7edde01977474d1e (patch)
tree669937b348f12e0bd52d35ef889d0b283f90476c /dev-python/textual
parent7d0655e0f85be0eec06807898321a634968f9336 (diff)
downloadbaldeagleos-repo-615d6f7e3408947bf962ea4d7edde01977474d1e.tar.gz
baldeagleos-repo-615d6f7e3408947bf962ea4d7edde01977474d1e.tar.xz
baldeagleos-repo-615d6f7e3408947bf962ea4d7edde01977474d1e.zip
Adding metadata
Diffstat (limited to 'dev-python/textual')
-rw-r--r--dev-python/textual/textual-8.2.8.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/textual/textual-8.2.8.ebuild b/dev-python/textual/textual-8.2.8.ebuild
index 6a3830667b87..9ec2b3fb14ce 100644
--- a/dev-python/textual/textual-8.2.8.ebuild
+++ b/dev-python/textual/textual-8.2.8.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/Textualize/textual/archive/refs/tags/v${PV}.tar.gz -
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-python/markdown-it-py-2.1.0[${PYTHON_USEDEP}]
@@ -32,7 +32,8 @@ RDEPEND="
declare -A SYNTAX_LANGS=(
["bash"]="Bash"
["c"]="C"
- ["cmake"]="CMake"
+ # TODO Missing keyword for ~arm64 in ::gentoo
+ #["cmake"]="CMake"
["cpp"]="C++"
["html"]="HTML"
["javascript"]="JavaScript"
@@ -41,7 +42,8 @@ declare -A SYNTAX_LANGS=(
# TODO No Python bindings in ::gentoo
#["markdown"]="Markdown"
["python"]="Python"
- ["ruby"]="Ruby"
+ # TODO Missing keyword for ~arm64 in ::gentoo
+ #["ruby"]="Ruby"
["rust"]="Rust"
# TODO Many other (common) languages are neither in ::gentoo nor ::guru
)