summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2016-05-01 19:15:54 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2016-05-01 19:15:54 +0300
commit96ed298654871484fcdc53a087fc16f01a1f5aba (patch)
tree43f919e63dfb229a954edcead6957edb1095e92f
parentdev-libs/libclsync: sync with portage (diff)
downloadbircoph-96ed2986.tar.gz
bircoph-96ed2986.tar.bz2
bircoph-96ed2986.zip
app-vim/cscope-plugin: add default to src_prepare()
Fulfill EAPI 6 requirement. Package-Manager: portage-2.2.28 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
-rw-r--r--app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild b/app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild
index 98c924b..d0e454c 100644
--- a/app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild
+++ b/app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild
@@ -24,6 +24,7 @@ src_unpack() {
}
src_prepare() {
+ default
if use swap-meta; then
sed -i 's%C-\\%C-X%g' "plugin/${MY_PN}" || die "sed failed"
sed -i 's%C-@%C-\\%g' "plugin/${MY_PN}" || die "sed failed"