summaryrefslogtreecommitdiff
path: root/app-vim/syntastic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-09 23:17:55 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-09 23:17:55 +0000
commit8fc08491f26431ec46b36d6ebef9551f3773b96f (patch)
treed1b5bd96d856b4ddb71d02628504d39fae5c168e /app-vim/syntastic
parentfd1ea0a53f74daa4fd860ac35a20ba1817fd20fa (diff)
gentoo auto-resync : 09:12:2023 - 23:17:54
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r--app-vim/syntastic/Manifest2
-rw-r--r--app-vim/syntastic/syntastic-3.10.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index 2dcd235cd2f3..52e82b836630 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1,6 +1,6 @@
DIST syntastic-3.10.0.tar.gz 268037 BLAKE2B 90f055a919d8b2407bda2daa3570e3fc9e2970905f65eca52f0a3a01c878eb98e2197ed017d272af298b42206f93fc73cfcdd196a638f9c536d4af44de6209d2 SHA512 c19f2f7b709bbd9aab30da0f493e773e3e56d97efa0e558af7a97fcda1bb2f091355e06d24971f1bde5b321e027b6fc279b1d473599b77db0e996bf7a247fcd8
DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e SHA512 04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5
-EBUILD syntastic-3.10.0.ebuild 952 BLAKE2B 97fe478ce3d83b442f2a998ce57be8308c6c2b00de7392409c17f4d1dbd53fb2f9b62b00dbb26edce8dcdb54675845347a4876d01fef126b4a27b382b8c64738 SHA512 e521c6c3cf265f9dc75343190155f50931a21127d34e6ad131071c223e7673946e0fb578cce29fa69de324425b55e216877ffbd3a259043246e97e271d51645b
+EBUILD syntastic-3.10.0.ebuild 950 BLAKE2B 407d167e52b85550710a88af7f8b372505de312a901d9d0f3ced8cbc5357dcc5836db448f436b36a2b2f47a7e12551fe4651d5eb756d63f1c9c800b4485492a8 SHA512 efd74883b56f6926d86930627515b9195fadba3db98f0ef1e59e0f790a1bdbd0519de180c4c35bbfc77016cbc4a87e3a0e85677786f3ce128864e89897610316
EBUILD syntastic-3.9.0.ebuild 950 BLAKE2B e879c506e98ebe8dbcfe3c6ea7af07ef95cbb634c569b1dff897b3ab8b03ab688b08500f8ccd90e34224780c8c8e916d8689c2ffc674265fc7f50a0645d659e4 SHA512 29ab862ae311bb8695316496758c1db391a18e343ffef7f788e4509e3347cdaf05ddb60e7203cce90c8268be15621f03c3f3a71fc155f6f7b027074aac9e88b3
EBUILD syntastic-9999.ebuild 952 BLAKE2B 97fe478ce3d83b442f2a998ce57be8308c6c2b00de7392409c17f4d1dbd53fb2f9b62b00dbb26edce8dcdb54675845347a4876d01fef126b4a27b382b8c64738 SHA512 e521c6c3cf265f9dc75343190155f50931a21127d34e6ad131071c223e7673946e0fb578cce29fa69de324425b55e216877ffbd3a259043246e97e271d51645b
MISC metadata.xml 345 BLAKE2B 8787d399c07d84a15c1e544c69671e591237929e4079477fea08dbc4c81b9b7201b92ff5e35363d843d55fcf493f3805f5b226940174b9b96f1e49d494407dbc SHA512 fc0126da5cace699a4ac83539e8b1fe61bb95d79761e9b9913c300e822bfc13adc14adfb2c3ab006a3effa681d1d6bc462a857ccfa87cad3ffe0c2991d38036c
diff --git a/app-vim/syntastic/syntastic-3.10.0.ebuild b/app-vim/syntastic/syntastic-3.10.0.ebuild
index d109f7f00959..b2b1b8836e9e 100644
--- a/app-vim/syntastic/syntastic-3.10.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
else
SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="vim plugin: syntax checking using external tools"