diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-05-04 22:28:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-05-04 22:28:33 +0100 |
commit | a978c074e4272bb901fbe4a10de0a7b2af574f17 (patch) | |
tree | 8c764c1cc0576389ce22abd317bceba71ea5732d /app-vim/supertab | |
parent | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff) |
gentoo resync : 04.05.2021
Diffstat (limited to 'app-vim/supertab')
-rw-r--r-- | app-vim/supertab/Manifest | 2 | ||||
-rw-r--r-- | app-vim/supertab/supertab-2.1.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-vim/supertab/Manifest b/app-vim/supertab/Manifest index 464b5a7efee7..35028c84c356 100644 --- a/app-vim/supertab/Manifest +++ b/app-vim/supertab/Manifest @@ -1,3 +1,3 @@ DIST supertab-2.1.tar.gz 16585 BLAKE2B 8c9adcd1e4cd27ea3c6ef33215287b3f6734ea6dba8ff1ae4852db387c26fadcad9fa9c6ee57800c662d6da815af2e7e91682bbb768b6d15ee661063af30bfa2 SHA512 6daec863968be9aaefecb3388a8626f4ebf1c76899e460463fc64a56f15f743d3eae36b03588b5450a2c49b63ecdec8faf3476eda1a07cc48caf731eff77a592 -EBUILD supertab-2.1.ebuild 510 BLAKE2B 7f0deeadec9b7efbbce9e744832247f5829897e4b487c8ce7911b84fa7cbae65d29555a43506eca5b6746d2ab1b39af505d577666317a387e120b324298de8ad SHA512 21ccb44149675eaa0755f3d674aa621929ffcae4e45e0d3860332d6a7087829633387c8b95b2590a675699b8ba1034f4e95daf717f0e294ba9a83ab7f0e71954 +EBUILD supertab-2.1.ebuild 517 BLAKE2B 3d4f4fdca3f6879d42268e17640795cc81a0dcab2cc451c81248c70b80a80059584c40d035a1382bdfa6731316fcfb91e8f27545e3118bce7e85ca6c7cf3d6be SHA512 1aae1447322827dae1f074d751985f06d817ec2ff2e14212001a690fdfc573b0226ffd3c42fb8aa740ae9fe3debd364342d59b8f9bf64e7501d5cbde61f78fb2 MISC metadata.xml 341 BLAKE2B 33e39fad500b2aaad60543debd41b6d80d713c6ec168ee2e9eb7edb47f4e3d2c621a5bc2f32b24c27d549d6daeb3213c2a2ce2e81f1e8ba492e789da22d11036 SHA512 e1c44cd31882c2aeaee01a4112c8ba3c6d57bfba3d1b30ee0d1f9726569d4249528b2ea1c2d7b5beeddca28dbf443e1b9bc788381510a4ff8ce56b2788d17425 diff --git a/app-vim/supertab/supertab-2.1.ebuild b/app-vim/supertab/supertab-2.1.ebuild index cef7dfb0d3db..deaa6bd8831d 100644 --- a/app-vim/supertab/supertab-2.1.ebuild +++ b/app-vim/supertab/supertab-2.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit vim-plugin @@ -15,4 +15,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt" src_prepare() { rm Makefile .gitignore || die + default } |