summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-21 14:50:45 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-21 16:57:52 +0200
commit65d8733a8fbb5039c2c93ce486a44d5f56f56c8d (patch)
treeed952c3c2fa4a98eae433dab171874ccafb24e1c /app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
parentapp-vim/vimoutliner: add back Python 3 support. (diff)
downloadgentoo-65d8733a8fbb5039c2c93ce486a44d5f56f56c8d.tar.gz
gentoo-65d8733a8fbb5039c2c93ce486a44d5f56f56c8d.tar.bz2
gentoo-65d8733a8fbb5039c2c93ce486a44d5f56f56c8d.zip
app-vim/vimoutliner: remove stale symlink.
Closes: https://bugs.gentoo.org/726730 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild')
-rw-r--r--app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
index 67a530a89de9..0e9694fa01f4 100644
--- a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
+++ b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
@@ -46,4 +46,5 @@ src_compile() {
2to3 -w -n --no-diffs "${pyscript}" >& /dev/null || die
python_fix_shebang -f -q "${pyscript}"
done
+ rm -v README.detailed || die
}