diff options
author | 2005-10-10 12:47:04 +0000 | |
---|---|---|
committer | 2005-10-10 12:47:04 +0000 | |
commit | 8a17a43dcf5235365251f17ce279672d8c9f98d8 (patch) | |
tree | db70d6015cba0be65ffb13bae77cc880daebafd6 /dev-libs/expat/expat-1.95.8.ebuild | |
parent | Export CC, CXX and LD, so that it build with newer compiler-config. (diff) | |
download | historical-8a17a43dcf5235365251f17ce279672d8c9f98d8.tar.gz historical-8a17a43dcf5235365251f17ce279672d8c9f98d8.tar.bz2 historical-8a17a43dcf5235365251f17ce279672d8c9f98d8.zip |
Fixed missing 'inherit multilib'.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-libs/expat/expat-1.95.8.ebuild')
-rw-r--r-- | dev-libs/expat/expat-1.95.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/expat/expat-1.95.8.ebuild b/dev-libs/expat/expat-1.95.8.ebuild index 0f44eec64866..99e1446c8fe5 100644 --- a/dev-libs/expat/expat-1.95.8.ebuild +++ b/dev-libs/expat/expat-1.95.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.16 2005/10/06 22:48:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.17 2005/10/10 12:47:04 kugelfang Exp $ -inherit libtool +inherit libtool multilib DESCRIPTION="XML parsing libraries" HOMEPAGE="http://expat.sourceforge.net/" |