diff options
author | 2022-12-03 13:39:25 +0200 | |
---|---|---|
committer | 2022-12-03 13:39:25 +0200 | |
commit | 4b1effd47ac377ff3f043e700d1b0df901a2efce (patch) | |
tree | fdc24272751a2ba88ce6556966f1ea6e04437089 /dev-libs/tree-sitter-css | |
parent | dev-libs/tree-sitter-cpp: Stabilize 0.20.0 amd64, #884119 (diff) | |
download | gentoo-4b1effd47ac377ff3f043e700d1b0df901a2efce.tar.gz gentoo-4b1effd47ac377ff3f043e700d1b0df901a2efce.tar.bz2 gentoo-4b1effd47ac377ff3f043e700d1b0df901a2efce.zip |
dev-libs/tree-sitter-css: Stabilize 0.19.0 amd64, #884119
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-css')
-rw-r--r-- | dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild b/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild index 1f2bd9b4c2c9..db311c39a97c 100644 --- a/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild +++ b/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,4 +10,4 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-css" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" |