diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-14 11:22:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-14 11:22:20 +0000 |
commit | f0f00f27cf21a9c98102f8956a08675a3c135d11 (patch) | |
tree | 4d80eab5690260936a09a1d6ea39b6a6d57d8409 /sys-devel | |
parent | Removing Przemyslaw Maciag (troll, #104750) from metadata.xml. (diff) | |
download | gentoo-2-f0f00f27cf21a9c98102f8956a08675a3c135d11.tar.gz gentoo-2-f0f00f27cf21a9c98102f8956a08675a3c135d11.tar.bz2 gentoo-2-f0f00f27cf21a9c98102f8956a08675a3c135d11.zip |
tell people to ignore QA warnings wrt autotools
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/libtool-1.5.26.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/libtool/libtool-1.5.26.ebuild b/sys-devel/libtool/libtool-1.5.26.ebuild index b8a522e9542d..8f393b8f76b0 100644 --- a/sys-devel/libtool/libtool-1.5.26.ebuild +++ b/sys-devel/libtool/libtool-1.5.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v 1.8 2008/03/01 19:47:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v 1.9 2008/03/14 11:22:20 vapier Exp $ inherit eutils @@ -63,6 +63,7 @@ src_unpack() { # Now let's run all our autotool stuff so that files we patch # below don't get regenerated on us later + einfo "Ignore any warnings below about QA/autotools" cp libtool.m4 acinclude.m4 local d p for d in . libltdl ; do |