diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-06-21 14:50:45 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-06-21 16:57:52 +0200 |
commit | 65d8733a8fbb5039c2c93ce486a44d5f56f56c8d (patch) | |
tree | ed952c3c2fa4a98eae433dab171874ccafb24e1c /app-vim | |
parent | app-vim/vimoutliner: add back Python 3 support. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild | 1 |
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 } |