diff options
author | Jim Ramsay <lack@gentoo.org> | 2011-03-24 17:43:29 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2011-03-24 17:43:29 +0000 |
commit | 94ef436930e96f5da1d940d75ba553455febf33f (patch) | |
tree | 1d0c3e1ace16d6212cdbed5186fe346d435b24fb | |
parent | Version bump. DEPEND on dev-util/pkgconfig thanks to dE (bug #360125). (diff) | |
download | gentoo-2-94ef436930e96f5da1d940d75ba553455febf33f.tar.gz gentoo-2-94ef436930e96f5da1d940d75ba553455febf33f.tar.bz2 gentoo-2-94ef436930e96f5da1d940d75ba553455febf33f.zip |
Bug #360217: Needs auto/config.mk copied in as of 7.3.122
-rw-r--r-- | eclass/vim.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 9e7d8dd2a1a8..b64d55019de7 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.194 2011/03/14 08:22:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.195 2011/03/24 17:43:29 lack Exp $ # Authors: # Jim Ramsay <i.am@gentoo.org> @@ -348,6 +348,10 @@ END '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; ./testvim -X,' \ "${S}"/src/po/Makefile fi + + if version_is_at_least 7.3.122; then + cp "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk + fi } vim_src_unpack() { |