commit: ad31a73ff9020b748e422c8a94d0a74cd78b6cf6
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 20:45:53 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 21:37:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad31a73f
app-editors/vim-core: remove version_is_at_least ifs.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-editors/vim-core/vim-core-8.0.1188.ebuild | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/app-editors/vim-core/vim-core-8.0.1188.ebuild
b/app-editors/vim-core/vim-core-8.0.1188.ebuild
index 358da58e059..e383fc5b1c0 100644
--- a/app-editors/vim-core/vim-core-8.0.1188.ebuild
+++ b/app-editors/vim-core/vim-core-8.0.1188.ebuild
@@ -85,16 +85,12 @@ src_prepare() {
"${S}"/src/po/Makefile || die "sed failed"
fi
- if version_is_at_least 7.3.122; then
- cp -v "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk ||
die "cp failed"
- fi
+ cp -v "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk || die "cp
failed"
# Bug #378107 - Build properly with >=perl-core/ExtUtils-ParseXS-3.20.0
- if version_is_at_least 7.3 ; then
- sed -i -e \
-
"s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
- "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS
failed'
- fi
+ sed -i -e \
+ "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
+ "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed'
eapply_user
}