diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-19 20:17:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-19 20:17:56 +0000 |
commit | 79dbc9794fb7c0a52f21ba249b3d7171368782aa (patch) | |
tree | 0e8fa434201a63bce909e2cb223125a6004836c0 /sys-devel/libtool | |
parent | Append -fno-strict-aliasing cflag so that we can keyword gcc 4.4, bug #270098 (diff) | |
download | gentoo-2-79dbc9794fb7c0a52f21ba249b3d7171368782aa.tar.gz gentoo-2-79dbc9794fb7c0a52f21ba249b3d7171368782aa.tar.bz2 gentoo-2-79dbc9794fb7c0a52f21ba249b3d7171368782aa.zip |
make sure we inherit multilib explicitly rather than implicitly
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/libtool-2.2.6a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libtool/libtool-2.2.6a.ebuild b/sys-devel/libtool/libtool-2.2.6a.ebuild index ecc42ef09efe..dc248b436318 100644 --- a/sys-devel/libtool/libtool-2.2.6a.ebuild +++ b/sys-devel/libtool/libtool-2.2.6a.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.13 2009/09/19 15:12:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.14 2009/09/19 20:17:56 vapier Exp $ LIBTOOLIZE="true" #225559 -inherit eutils autotools flag-o-matic +inherit eutils autotools flag-o-matic multilib DESCRIPTION="A shared library tool for developers" HOMEPAGE="http://www.gnu.org/software/libtool/" |