mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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:
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/Textualize/textual/archive/refs/tags/v${PV}.tar.gz -
|
|||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=dev-python/markdown-it-py-2.1.0[${PYTHON_USEDEP}]
|
>=dev-python/markdown-it-py-2.1.0[${PYTHON_USEDEP}]
|
||||||
@@ -32,8 +32,7 @@ RDEPEND="
|
|||||||
declare -A SYNTAX_LANGS=(
|
declare -A SYNTAX_LANGS=(
|
||||||
["bash"]="Bash"
|
["bash"]="Bash"
|
||||||
["c"]="C"
|
["c"]="C"
|
||||||
# TODO Missing keyword for ~arm64 in ::gentoo
|
["cmake"]="CMake"
|
||||||
#["cmake"]="CMake"
|
|
||||||
["cpp"]="C++"
|
["cpp"]="C++"
|
||||||
["html"]="HTML"
|
["html"]="HTML"
|
||||||
["javascript"]="JavaScript"
|
["javascript"]="JavaScript"
|
||||||
@@ -42,8 +41,7 @@ declare -A SYNTAX_LANGS=(
|
|||||||
# TODO No Python bindings in ::gentoo
|
# TODO No Python bindings in ::gentoo
|
||||||
#["markdown"]="Markdown"
|
#["markdown"]="Markdown"
|
||||||
["python"]="Python"
|
["python"]="Python"
|
||||||
# TODO Missing keyword for ~arm64 in ::gentoo
|
["ruby"]="Ruby"
|
||||||
#["ruby"]="Ruby"
|
|
||||||
["rust"]="Rust"
|
["rust"]="Rust"
|
||||||
# TODO Many other (common) languages are neither in ::gentoo nor ::guru
|
# TODO Many other (common) languages are neither in ::gentoo nor ::guru
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user