summaryrefslogtreecommitdiff
path: root/app-vim/repeat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
commita978c074e4272bb901fbe4a10de0a7b2af574f17 (patch)
tree8c764c1cc0576389ce22abd317bceba71ea5732d /app-vim/repeat
parent40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff)
gentoo resync : 04.05.2021
Diffstat (limited to 'app-vim/repeat')
-rw-r--r--app-vim/repeat/Manifest2
-rw-r--r--app-vim/repeat/repeat-1.1.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/app-vim/repeat/Manifest b/app-vim/repeat/Manifest
index 4246ab9ecc14..6f38144c21d0 100644
--- a/app-vim/repeat/Manifest
+++ b/app-vim/repeat/Manifest
@@ -1,3 +1,3 @@
DIST repeat-1.1.tar.gz 2621 BLAKE2B 22573f49d69ca5b798c9e6e480c605a6de515cde40913b73ce7db2f0a045e14b850d5ed00fc960b1214f851c138763f89e0d43ca78e7f0961cfaa3721c072d8a SHA512 9df73c7049f38a93da5e6bd36dc0fe833ec23394540de1b6929159910ec9f18af2a76211af612bc8f3c92d9c7f2faacd72a65d7d593584689ac6a7068df60bf9
-EBUILD repeat-1.1.ebuild 529 BLAKE2B de9f5792d816291cd4c29c54289a25d0888ae921afb622a85ffb763112e70f3b44018b2dbbc7cc1a1383a768d0c2a6904806bb3b422fe8e5a04252bd8bc4c9a9 SHA512 4890212fd43d9a5b8b744849e88b1939655d233d313be2848787fa40742a79146914c0d12acf2ffb88c571fb0d9795e6045cc64c47bd0037997cd0f311c7b68d
+EBUILD repeat-1.1.ebuild 535 BLAKE2B 0855d87e844263493d7167f2ff6530a4bfe1a708a8c3283832f142dc1ade83d55aa7d9acb8c75907b6f699dde297c23257d3783d9ee9b5b887971e1e7847443e SHA512 a3674c8ee4b8d7e398efbebe62c3f518f3d955651ead67673814deb61fba320c3bfe89338df37cb2a02d32ec00f869f8e5d9c0938d8824225cac41b49bbd72e7
MISC metadata.xml 340 BLAKE2B 57a4452d4baca17d9de632e2df1edfac3987af64fe3e920810fd01ded99b9a745267e658c7596d7a2f67cf6987fca3652e96a093ebaf625ec659da4a9c06a32a SHA512 126d76f034905a45118eaf05237228af870c065ed967ead33818101d13dad96cfa6ccdccbb4e394e69fe5d698bce0ffbbd4c03315a11866c9b56f5189dbfb6fd
diff --git a/app-vim/repeat/repeat-1.1.ebuild b/app-vim/repeat/repeat-1.1.ebuild
index c2506991860e..c658ff027631 100644
--- a/app-vim/repeat/repeat-1.1.ebuild
+++ b/app-vim/repeat/repeat-1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit vim-plugin
@@ -18,4 +18,5 @@ S=${WORKDIR}/${MY_P}
src_prepare() {
rm *.markdown || die
+ default
}