diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-08 11:04:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-08 11:04:01 +0000 |
commit | 9f273e347e01a4395bce3859c7ad03f0dd72539a (patch) | |
tree | 0c267da2e7d628c39011bbced0a697c3226d1a7f | |
parent | Add a mask on dev-python/pyopencl. (diff) | |
download | gentoo-2-9f273e347e01a4395bce3859c7ad03f0dd72539a.tar.gz gentoo-2-9f273e347e01a4395bce3859c7ad03f0dd72539a.tar.bz2 gentoo-2-9f273e347e01a4395bce3859c7ad03f0dd72539a.zip |
Update libtool depend to at least 2.2.6b, which is first non vulnerable version, and also required by several packages bundling .m4 macros from libtool itself.
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 713dde8c741a..9aad9813e8e6 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.91 2010/01/17 01:09:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.92 2010/02/08 11:04:01 ssuominen Exp $ # @ECLASS: autotools.eclass # @MAINTAINER: @@ -48,7 +48,7 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then fi DEPEND="${_automake_atom} ${_autoconf_atom}" -[[ ${CATEGORY}/${PN} != "sys-devel/libtool" ]] && DEPEND="${DEPEND} sys-devel/libtool" +[[ ${CATEGORY}/${PN} != "sys-devel/libtool" ]] && DEPEND="${DEPEND} >=sys-devel/libtool-2.2.6b" RDEPEND="" unset _automake_atom _autoconf_atom |