diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-03-10 02:02:30 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-03-10 02:02:30 +0000 |
commit | 65cf14b8b2e77037f48bcfae996fc4d154e13738 (patch) | |
tree | da3db6b3e8943f39e3e4abad46978398cf0609bc /eclass | |
parent | switch to virtual/awk (bug #455680) (diff) | |
download | gentoo-2-65cf14b8b2e77037f48bcfae996fc4d154e13738.tar.gz gentoo-2-65cf14b8b2e77037f48bcfae996fc4d154e13738.tar.bz2 gentoo-2-65cf14b8b2e77037f48bcfae996fc4d154e13738.zip |
add sys-apps/gawk dep
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/vim.eclass | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 8fb0e0d53579..8c26a1d6e40a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.731 2013/03/09 21:36:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.732 2013/03/10 02:02:30 ottxor Exp $ + + 10 Mar 2013; Christoph Junghans <ottxor@gentoo.org> vim.eclass: + add sys-apps/gawk dep 09 Mar 2013; Robin H. Johnson <robbat2@gentoo.org> mysql-autotools.eclass: Bug #401733: nested configure scripts in MySQL generate unrecognized options diff --git a/eclass/vim.eclass b/eclass/vim.eclass index fd5246fc2c2e..4f98558bab55 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.205 2012/10/24 18:55:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.206 2013/03/10 02:02:30 ottxor Exp $ # Authors: # Jim Ramsay <lack@gentoo.org> @@ -67,6 +67,7 @@ EXPORT_FUNCTIONS ${TO_EXPORT} DEPEND="${DEPEND} >=app-admin/eselect-vi-1.1 + sys-apps/gawk >=sys-apps/sed-4 sys-devel/autoconf >=sys-libs/ncurses-5.2-r2 |